Skip to content

Commit

Permalink
8.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Sep 23, 2024
1 parent 16f3474 commit d695c02
Show file tree
Hide file tree
Showing 3 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.6
--------------------------------------------------------------------------------
_Release Date: 2024-09-23_

- Updated patch for readonly field widget module.

8.6.5
--------------------------------------------------------------------------------
_Release Date: 2024-09-11_
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^6.0",
"drupal/readonly_field_widget": "^1.4",
"drupal/readonly_field_widget": "^1.6",
"drupal/ultimate_cron": "^2.0@alpha",
"joshfraser/php-name-parser": "dev-master"
},
Expand All @@ -31,7 +31,7 @@
"extra": {
"patches": {
"drupal/readonly_field_widget":{
"https://www.drupal.org/project/readonly_field_widget/issues/3220671": "https://www.drupal.org/files/issues/2022-08-14/third-party-settings-3220671-6.patch"
"https://www.drupal.org/project/readonly_field_widget/issues/3220671": "https://www.drupal.org/files/issues/2024-09-23/third-party-settings-3220671-8.patch"
},
"drupal/migrate_plus": {
"https://www.drupal.org/project/migrate_plus/issues/2837684": "https://www.drupal.org/files/issues/2023-01-13/2837684-14-migrate-plus-xml-return-as-xml.patch"
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.5
version: 8.6.6
dependencies:
- drupal:migrate
- empty_fields:empty_fields
Expand Down

0 comments on commit d695c02

Please sign in to comment.