Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the modules to install in Drupal 10 #2

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ud_migrations_address/ud_migrations_address.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD address
description: 'Example address migrations. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- address:address
- drupal:migrate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD Config entity_lookup and entity_generate examples
description: 'Example migration for Migrate Tools entity_lookup and entity_generate process plugins. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- migrate_plus:migrate_plus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD configuration group migration (CSV source)
description: 'Example migration for configuration group with CSV source. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD configuration group migration (JSON source)
description: 'Example migration for configuration group with JSON source. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD config JSON source migration
description: 'Example configuration JSON source migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD Migration constants and pseudofields
description: 'Example image migration using constants and pseudofields. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- migrate_file:migrate_file
2 changes: 1 addition & 1 deletion ud_migrations_csv_source/ud_migrations_csv_source.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD CSV source migration
description: 'Example CSV source migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
2 changes: 1 addition & 1 deletion ud_migrations_date/ud_migrations_date.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD date
description: 'Example date migrations. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:datetime
- drupal:datetime_range
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: UD migration dependencies introduction
description: 'Example migration with dependencies. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
2 changes: 1 addition & 1 deletion ud_migrations_first/ud_migrations_first.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: UD First Migration
description: 'Example of basic Drupal migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD JSON source migration
description: 'Example JSON source migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: UD multivalue taxonomy terms
description: 'Example migration for multivalue fields. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD paragraphs migration configuration
description: 'Exported configuration for paragraph migration examples. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- entity_reference_revisions:entity_reference_revisions
- paragraphs:paragraphs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD paragraphs migration introduction
description: 'Example paragraphs migration introduction. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: UD Process Plugins Introduction
description: 'Example of basic data transformations with process plugins. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD Google Sheets, Microsoft Excel, and LibreOffice Calc source migration
description: 'Example Google Sheets, Microsoft Excel, and LibreOffice Calc source migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down
2 changes: 1 addition & 1 deletion ud_migrations_subfields/ud_migrations_subfields.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD Migration Subfields
description: 'Example of migrating into subfields. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- migrate_file:migrate_file
2 changes: 1 addition & 1 deletion ud_migrations_users/ud_migrations_users.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: UD users
description: 'Example users migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
2 changes: 1 addition & 1 deletion ud_migrations_xml_source/ud_migrations_xml_source.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: UD XML source migration
description: 'Example XML source migration. Learn more at <a href="https://understanddrupal.com/migrations" title="Drupal Migrations">https://understanddrupal.com/migrations</a>.'
package: Understand Drupal
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:migrate
- entity_reference_revisions:entity_reference_revisions
Expand Down