Skip to content

Commit

Permalink
Merge pull request #266 from UN-OCHA/release-versions/v3.7.0
Browse files Browse the repository at this point in the history
release versions/v3.7.0
  • Loading branch information
berliner authored Nov 20, 2024
2 parents cfa95bb + 9bb0899 commit d51ae92
Show file tree
Hide file tree
Showing 135 changed files with 6,013 additions and 629 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"php": ">=8.2",
"composer/installers": "^1.10",
"cweagans/composer-patches": "^1.7",
"drupal/active_tags": "^1.0",
"drupal/admin_denied": "^2",
"drupal/admin_dialogs": "^1.0",
"drupal/admin_toolbar": "^3.1",
Expand All @@ -50,6 +51,7 @@
"drupal/bulk_update_fields": "^2.0@alpha",
"drupal/classy": "^1.0",
"drupal/components": "^3.0.0",
"drupal/computed_field": "^3.0",
"drupal/config_ignore": "^3.2",
"drupal/config_split": "^1.7",
"drupal/core-composer-scaffold": "^10",
Expand Down Expand Up @@ -92,8 +94,11 @@
"drupal/seckit": "^2.0",
"drupal/social_auth_hid": "^3.1",
"drupal/stage_file_proxy": "^2",
"drupal/taxonomy_max_depth": "^2.1",
"drupal/taxonomy_term_depth": "^2.6",
"drupal/user_expire": "^1.0",
"drupal/username_enumeration_prevention": "^1.3",
"drupal/year": "^1.0",
"drush/drush": "^12.0",
"masonry/masonry": "^3.3",
"mglaman/composer-drupal-lenient": "^1.0",
Expand Down
294 changes: 293 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion composer.patches.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"patches": {
"drupal/active_tags": {
"Issue #3481823: HTML tags appear in 'Not exist' and 'Not found' messages": "https://www.drupal.org/files/issues/2024-11-08/3481823-3.patch",
"Issue #3486362: Limit 0 for select dropdowns is not respected": "https://git.drupalcode.org/project/active_tags/-/merge_requests/2.patch",
"Issue #3488660: Missing spaces in highlighted terms in select dropdown": "https://git.drupalcode.org/project/active_tags/-/merge_requests/3.patch"
},
"drupal/core": {
"Issue #2329253: Allow the ChangedItem to skip updating the entity's changed timestamp when synchronizing (f.e. when migrating)": "https://www.drupal.org/files/issues/2024-07-30/2329253-10.x.patch",
"Issue #2544110: XSS attribute filtering is inconsistent and strips valid attributes": "./patches/2544110-2024-02-15.patch",
"Issue #2546212: Entity view/form mode formatter/widget settings have no translation UI": "https://www.drupal.org/files/issues/2024-08-06/drupal-core-2546212-10.3-reroll-302.patch",
"Issue #2329253: Allow the ChangedItem to skip updating the entity's changed timestamp when synchronizing (f.e. when migrating)": "https://www.drupal.org/files/issues/2024-07-30/2329253-10.x.patch",
"Issue #3274635: [upstream] Use CKEditor 5's native <ol type> and <ul type> UX": "https://www.drupal.org/files/issues/2024-08-11/3274635--ckeditor_list_styles-10.3.2--108.patch",
"Issue #3392572: strnatcasecmp(): Passing null to parameter #2 in LayoutPluginManager": "https://www.drupal.org/files/issues/2023-10-25/drupal-strnatcasecmp_string_only-3392572-10.patch",
"Issue #3413079: Cannot read properties of null (reading 'nodeType') on node.page.body": "https://www.drupal.org/files/issues/2024-01-08/3413079-9.patch",
Expand Down
Loading

0 comments on commit d51ae92

Please sign in to comment.