Skip to content

Commit

Permalink
8.3.1
Browse files Browse the repository at this point in the history
- Fixed mistake in services yml file.
  • Loading branch information
pookmish authored Sep 14, 2022
2 parents 8eaa1fb + 1c9a9df commit 69744ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.3.1
--------------------------------------------------------------------------------
_Release Date: 2022-09-14_

- Fixed mistake in services yml file.

8.3.0
--------------------------------------------------------------------------------
_Release Date: 2022-09-12_
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-3.0
version: 8.3.1
dependencies:
- drupal:migrate
- migrate_plus:migrate_plus
Expand Down
2 changes: 1 addition & 1 deletion stanford_migrate.services.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
stanford_migrate:
class: Drupal\stanford_migrate\StanfordMigrate
arguments: [ '@entity_type.manager', '@plugin.manager.migration', '@logger.factory' ]dru
arguments: [ '@entity_type.manager', '@plugin.manager.migration', '@logger.factory' ]
stanford_migrate.event_subscriber:
class: Drupal\stanford_migrate\EventSubscriber\EventsSubscriber
arguments: ['@entity_type.manager', '@logger.factory', '@cache.default']
Expand Down

0 comments on commit 69744ff

Please sign in to comment.