Skip to content

Commit 383c7e7

Browse files
committed
Add Drupal 10 to core version requirement
1 parent d56b846 commit 383c7e7

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Breadcrumbs'
22
type: module
33
description: 'Custom code to provide Unity sites with a breadcrumb'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

unity_common/unity_common.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Common'
22
type: module
33
description: 'Unity common functions and overrides'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:config_ignore
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity EU Cookie Compliance'
22
type: module
33
description: 'Unity overrides for the eu_cookie_compliance contrib module'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:eu_cookie_compliance

unity_events/unity_events.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Events'
22
type: module
33
description: 'Unity automatic event archiving'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'

unity_file_migrations/unity_file_migrations.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Migrate UNITY'
22
type: module
33
description: 'Unity Document, audio and image migrations and other tools'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Custom'
66
migration_dependencies:
77
required: { }
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Frontpage'
22
type: module
33
description: 'Module to add a front page title field to Unity sites'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

unity_html_publications/unity_html_publications.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity HTML publications'
22
type: module
33
description: 'Defines a new content type to safely house HTML intended to provide accessible versions of existing publication page PDFs'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- whatlinkshere

unity_image_styles/unity_image_styles.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity image styles'
22
type: module
33
description: 'Configures generic image styles in unity sites'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:image
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Internal Link Checker'
22
type: module
33
description: 'Unity internal link checking and correction'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- unity_common

unity_landing_pages/unity_landing_pages.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Landing Pages'
22
type: module
33
description: 'Unity Landing Page functions and overrides'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:layout_builder
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Map Block'
22
type: module
33
description: 'Allows a map block to be created and placed on a page.'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:geolocation_google_maps

unity_map_embed/unity_map_embed.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity map embed'
22
type: module
33
description: 'Configures a map embed button in ckeditor'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:geocoder
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Search Pages'
22
type: module
33
description: 'Custom code to provide Unity sites with a search page views'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

0 commit comments

Comments
 (0)