Skip to content

Commit

Permalink
Merge pull request #1754 from danskernesdigitalebibliotek/develop
Browse files Browse the repository at this point in the history
Release 2024.46.0
  • Loading branch information
kasperg authored Nov 12, 2024
2 parents 2b14c3a + ae78107 commit 224e8fc
Show file tree
Hide file tree
Showing 36 changed files with 599 additions and 1,305 deletions.
1 change: 1 addition & 0 deletions assets/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'dpl_related_content_tests',
'dpl_example_content',
'dpl_example_breadcrumb',
'dblog',
'devel',
'devel_generate',
'field_ui',
Expand Down
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-react",
"version": "2024.45.0",
"version": "2024.46.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.45.0/dist-2024-45-0-43d543d1b3e33cc859f2401cad3a7c18f0d7d19b.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.46.0/dist-2024-46-0-7d4d8165940c12997e99f8f53768cb784021dccb.zip",
"type": "zip"
},
"require": {
Expand All @@ -56,9 +56,9 @@
"package": {
"name": "danskernesdigitalebibliotek/dpl-design-system",
"type": "drupal-library",
"version": "2024.45.0",
"version": "2024.46.0",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.45.0/dist-2024-45-0-61278e37e6e8fa118932c90aea48f0d491755b1f.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.46.0/dist-2024-46-0-26b569fe9286c99caa7d35dfffb9e4d176826c7a.zip",
"type": "zip"
}
}
Expand All @@ -84,14 +84,14 @@
],
"require": {
"php": "8.1.*",
"amazeeio/drupal_integrations": "^0.4",
"amazeeio/drupal_integrations": "^0.5",
"bower-asset/jsnlog": "^2.30",
"brick/math": "^0.12.1",
"composer/installers": "1.12.0",
"cweagans/composer-patches": "1.7.3",
"danskernesdigitalebibliotek/cms-api": "*",
"danskernesdigitalebibliotek/dpl-design-system": "2024.45.0",
"danskernesdigitalebibliotek/dpl-react": "2024.45.0",
"danskernesdigitalebibliotek/dpl-design-system": "2024.46.0",
"danskernesdigitalebibliotek/dpl-react": "2024.46.0",
"danskernesdigitalebibliotek/fbs-client": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"deoliveiralucas/array-keys-case-transform": "^1.1",
Expand All @@ -110,9 +110,9 @@
"drupal/consumers": "^1.19",
"drupal/content_lock": "^2.3",
"drupal/cookieinformation": "^2.1",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/core-composer-scaffold": "10.3.7",
"drupal/core-project-message": "10.3.7",
"drupal/core-recommended": "10.3.7",
"drupal/date_range_formatter": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/devel": "^5.1",
Expand Down Expand Up @@ -184,7 +184,7 @@
"spatie/color": "^1.5",
"symfony/property-access": "^6.2",
"symfony/property-info": "^6.2",
"thecodingmachine/safe": "^1.3",
"thecodingmachine/safe": "^2.5.0",
"zaporylie/composer-drupal-optimizations": "1.2.0"
},
"require-dev": {
Expand Down Expand Up @@ -311,7 +311,6 @@
"3200212: Overwrite files on import": "https://www.drupal.org/files/issues/2021-12-08/default_content-3200212.patch"
},
"drupal/dynamic_entity_reference": {
"3405253: Update the FieldType category for clarity": "https://git.drupalcode.org/project/dynamic_entity_reference/-/commit/3f048d296f671906d15b0cdfbbadbea38f5f3c8b.patch",
"3396393: Entity with a dynamic entity reference field can't be cloned using entity_clone": "https://www.drupal.org/files/issues/2023-10-24/3396393-2.patch"
},
"drupal/entity_clone": {
Expand All @@ -327,7 +326,9 @@
"3454350: Create seperate permission for adding field inheritance": "https://www.drupal.org/files/issues/2024-06-13/field_inheritance_permission.patch"
},
"drupal/focal_point": {
"3162210: Preview link accidentally closes the media library": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch"
"3462165 (1/3): Preview results in Error: Call to a member function getDefinitions() on null": "https://git.drupalcode.org/project/focal_point/-/commit/e9803fdb1f74fecf4972120518f87a4e260ccf9e.patch",
"3462165 (2/3): Preview results in Error: Call to a member function getDefinitions() on null": "https://git.drupalcode.org/project/focal_point/-/commit/7d1c3bba96560d96a6ec5a9834d091eebcb7b9b5.patch",
"3462165 (3/3): Preview results in Error: Call to a member function getDefinitions() on null": "https://git.drupalcode.org/project/focal_point/-/commit/72d7a23c5251c2313557fe1f6d01263ddc729963.patch"
},
"drupal/job_scheduler": {
"3426366: Callables as worker callbacks": "https://git.drupalcode.org/project/job_scheduler/-/commit/da200da280c4c95e6e91f2416581ad3797ab1428.patch"
Expand All @@ -343,8 +344,7 @@
"3343816: Specification includes disabled resources": "https://git.drupalcode.org/project/openapi_rest/-/commit/6618157334feca93fad1041583375eed660b9085.patch"
},
"drupal/paragraphs_ee": {
"3106254: Sorting paragraph list alphabetically in modal": "https://www.drupal.org/files/issues/2023-03-30/paragraphs_ee_sort.patch",
"3246408: Arrow buttons instead of drag n drop": "https://git.drupalcode.org/project/paragraphs_ee/-/commit/4e16e0d79386dcf13db901f5634f2e30f0814137.patch"
"3106254: Sorting paragraph list alphabetically in modal": "https://www.drupal.org/files/issues/2023-03-30/paragraphs_ee_sort.patch"
},
"drupal/potion": {
"3201365: Allow setting a default write mode when running potion:generate": "https://www.drupal.org/files/issues/2021-03-03/potion-allow_setting_a_default_write_mode-3201365-2.patch",
Expand Down
Loading

0 comments on commit 224e8fc

Please sign in to comment.