Skip to content

Commit

Permalink
8.2.1
Browse files Browse the repository at this point in the history
- Updated batch executable
  • Loading branch information
pookmish authored May 10, 2022
2 parents 5f32a58 + ab048bf commit 805139f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Stanford Migrate


8.x-2.1
--------------------------------------------------------------------------------
_Release Date: 2022-05-10_

- Updated batch executable


8.x-2.0
--------------------------------------------------------------------------------
_Release Date: 2022-05-02_
Expand Down
2 changes: 2 additions & 0 deletions src/StanfordMigrateBatchExecutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function batchImport(): void {
'limit' => $this->itemLimit,
'update' => $this->updateExistingRows,
'force' => $this->checkDependencies,
'sync' => $this->syncSource,
'configuration' => $this->configuration,
]);

if (count($operations) > 0) {
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: ^8.8 || ^9 || ^10
package: 'Stanford'
version: 8.x-2.0
version: 8.x-2.1
dependencies:
- drupal:migrate
- migrate_plus:migrate_plus
Expand Down

0 comments on commit 805139f

Please sign in to comment.