Skip to content

Commit

Permalink
9.4.15
Browse files Browse the repository at this point in the history
- Fixed issue with back to top button
- Fixed missing ) in javascript for old themes
- Removed `render` that isnt needed from theme settings
- SHS-4881: Traditional Vertical Linked Card body background color incorrect (#1290)
- Upgrade modules & custom code for Drupal 10 prep (#1289)
- Updated dependencies Apr 5 2023
  • Loading branch information
pookmish authored Apr 12, 2023
2 parents 7e92c0d + 5ab8bde commit 3569960
Show file tree
Hide file tree
Showing 141 changed files with 1,119 additions and 492 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@
"drupal/asset_injector": "^2.7",
"drupal/audio_embed_field": "^2.0",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/better_exposed_filters": "^5.2",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_normalizers": "^1.0@beta",
"drupal/block_class": "^2.0",
"drupal/block_content_permissions": "^1.10",
"drupal/block_field": "^1.0@RC",
"drupal/bricks": "^2.0",
"drupal/bricks": "^2.1@alpha",
"drupal/cancel_button": "^1.1",
"drupal/chosen": "^3.0",
"drupal/ckeditor_blockimagepaste": "^1.4",
Expand All @@ -154,7 +154,7 @@
"drupal/config_pages_overrides": "^2.0",
"drupal/config_readonly": "^1.0@beta",
"drupal/config_split": "^1.0",
"drupal/config_update": "^1.7",
"drupal/config_update": "^2.0@alpha",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_access": "^1.0@alpha",
"drupal/core": "^9.4.5",
Expand Down Expand Up @@ -187,10 +187,12 @@
"drupal/field_validation": "^1.0@beta",
"drupal/fontawesome": "^2.22",
"drupal/google_analytics": "^4.0",
"drupal/hal": "^1.0",
"drupal/honeypot": "^2.0",
"drupal/hook_event_dispatcher": "~3.2.0",
"drupal/hook_event_dispatcher": "^4.0@alpha",
"drupal/imagemagick": "^3.1",
"drupal/insert": "^2.0",
"drupal/jquery_ui_menu": "^2.0",
"drupal/jsonapi_extras": "^3.21",
"drupal/key": "^1.14",
"drupal/layout_builder_component_attributes": "^2.0",
Expand Down Expand Up @@ -230,13 +232,13 @@
"drupal/role_watchdog": "^2.0",
"drupal/search_api": "^1.18",
"drupal/seckit": "^2.0",
"drupal/selective_better_exposed_filters": "^2.0@beta",
"drupal/selective_better_exposed_filters": "^3.0@beta",
"drupal/shield": "^1.4",
"drupal/shortcut_menu": "^3.0@beta",
"drupal/slick_paragraphs": "^2.0",
"drupal/smart_date": "^3.1",
"drupal/smart_trim": "^2.0",
"drupal/spamspan": "^1.3",
"drupal/spamspan": "^3.0@beta",
"drupal/stage_file_proxy": "^2.0",
"drupal/term_condition": "^2.0",
"drupal/ui_patterns": "^1.2",
Expand All @@ -254,7 +256,7 @@
"drupal/views_infinite_scroll": "^2.0",
"drupal/views_taxonomy_term_name_depth": "^7.0",
"drupal/we_megamenu": "^1.13",
"drupal/webform": "^6.0",
"drupal/webform": "^6.2@beta",
"drupal/webp": "^1.0@beta",
"drupal/xmlsitemap": "^1.0",
"drupal/yearonly": "^9.0",
Expand All @@ -264,6 +266,7 @@
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"simplesamlphp/simplesamlphp": "^1.19",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/nobots": "^8.2",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_basic": "dev-8.x-2.x#9d6391431de1aefa93c4dfe671e309cef1496d81",
Expand All @@ -275,6 +278,7 @@
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
"drupal/upgrade_status": "^4.0",
"phpspec/prophecy-phpunit": "^2.0",
"su-sws/blt-sws": "dev-main",
"su-sws/drupal-dev": "^8.2"
Expand Down Expand Up @@ -386,7 +390,7 @@
"https://www.drupal.org/project/we_megamenu/issues/3055213 & https://www.drupal.org/project/we_megamenu/issues/3274934": "patches/contrib/we_megamenu.patch"
},
"su-sws/stanford_basic": {
"D9 Update": "patches/contrib/stanford_basic.patch"
"D9/10 Update": "patches/contrib/stanford_basic.patch"
}
},
"drupal-scaffold": {
Expand Down
Loading

0 comments on commit 3569960

Please sign in to comment.