Skip to content

Commit

Permalink
8.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 9, 2025
1 parent 162809a commit 529b6f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Migrate

8.6.9
--------------------------------------------------------------------------------
_Release Date: 2025-01-09_

- Allow install with migrate_file > 3.0 for D11 support.

8.6.8
--------------------------------------------------------------------------------
_Release Date: 2024-12-13_
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=8.0",
"drupal/core": "^10.3 || ^11",
"drupal/empty_fields": "^1.0@beta",
"drupal/migrate_file": "^2.0",
"drupal/migrate_file": "^2.0 || ^3.0",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/migrate/source/StanfordUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getAllIds() {
* Modify the parent method by adding the current feed url into the source
* data. This can then be used by process plugins.
*/
public function next() {
public function next(): void {
$this->currentSourceIds = NULL;
$this->currentRow = NULL;

Expand Down
2 changes: 1 addition & 1 deletion stanford_migrate.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Adds more functionality to migrate and migrate plus modules'
type: module
core_version_requirement: ^10.3 || ^11
package: 'Stanford'
version: 8.6.8
version: 8.6.9
dependencies:
- drupal:migrate
- empty_fields:empty_fields
Expand Down

0 comments on commit 529b6f7

Please sign in to comment.