Skip to content

Commit a4c03be

Browse files
chrfritschChristian Fritsch
andauthored
Drupal 10 compatibility (#87)
Co-authored-by: Christian Fritsch <christian.fritsch@burda.com>
1 parent 080a7cc commit a4c03be

18 files changed

Lines changed: 29 additions & 28 deletions

File tree

dcx_integration.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: DC-X integration
22
type: module
33
description: 'Integration of DC-X digital asset management.'
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx

modules/dcx_article_archive/dcx_article_archive.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Article Archive
22
type: module
33
description: Archive Articles to DC-X
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_integration

modules/dcx_article_import/dcx_article_import.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Article Import
22
type: module
33
description: Allow importing DC-X story documents to article nodes.
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_integration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Collections
22
type: module
33
description: Integrates DC-X collections to entity browser
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: Custom
66
dependencies:
77
- dcx_integration:dcx_migration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Dropzone UI
22
type: module
33
description: 'Dropzone Element for DCX DnD'
4-
core_version_requirement: ^8 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_migration

modules/dcx_entity_browser/dcx_entity_browser.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Entity Browser
22
type: module
33
description: 'Entity Browser integration for dcx'
4-
core_version_requirement: ^8 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66

77
dependencies:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X media image clone
22
type: module
33
description: Allow cloning media image entities and keep track of the clones regarding DC-X.
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_migration

modules/dcx_migration/dcx_migration.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Migration
22
type: module
33
description: 'Migration of data from DC-X digital asset management.'
4-
core_version_requirement: ^8 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_integration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X notification
22
type: module
33
description: Provides a notification callback to be triggered by DC-X on change of relevant documents.
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_migration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DC-X Track Media Usage
22
type: module
33
description: Provides usage tracking of DC-X media an nodes
4-
core_version_requirement: ^8.7.7 || ^9
4+
core_version_requirement: ^8.7.7 || ^9 || ^10
55
package: dcx
66
dependencies:
77
- dcx_integration:dcx_integration

0 commit comments

Comments
 (0)