diff --git a/CHANGELOG.md b/CHANGELOG.md index fa994d8a..a8474364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Stanford Profile +9.2.3 +-------------------------------------------------------------------------------- +_Release Date: 2022-12-03_ +- Hotfix. Fixup composer.json, preproduction config-splits. + +9.2.2 +-------------------------------------------------------------------------------- +_Release Date: 2022-12-02_ +- Hotfix. Remove memcache + 9.2.1 -------------------------------------------------------------------------------- _Release Date: 2022-11-30_ diff --git a/composer.json b/composer.json index c42e339b..2fff6af2 100644 --- a/composer.json +++ b/composer.json @@ -98,6 +98,7 @@ "require": { "ext-imagick": "*", "acquia/drupal-environment-detector": "^1.0", + "acquia/memcache-settings": "^1.2", "citation-style-language/locales": "1.0.0", "citation-style-language/styles-distribution": "1.0.0", "ckeditor-plugin/a11ychecker": "^1.1.1", @@ -170,6 +171,7 @@ "drupal/linkit": "^6.0", "drupal/markup": "^1.0", "drupal/mathjax": "^3.0", + "drupal/memcache": "^2.5", "drupal/menu_admin_per_menu": "^1.0", "drupal/menu_block": "dev-1.x#567becffbb0589e824fb053f15fb38a5846e7276", "drupal/menu_link_weight": "^1.0-beta3", @@ -289,6 +291,9 @@ }, "drupal/subrequests": { "Get same results on different request": "https://www.drupal.org/files/issues/2019-07-18/change_request_type-63049395-09.patch" + }, + "drupal/environment_indicator": { + "getTitle() causes errors": "https://www.drupal.org/files/issues/2022-11-30/issue-3324429.patch" } } } diff --git a/config/sync/config_split.config_split.dev.yml b/config/sync/config_split.config_split.dev.yml index bc1c1cca..c038de52 100644 --- a/config/sync/config_split.config_split.dev.yml +++ b/config/sync/config_split.config_split.dev.yml @@ -11,8 +11,6 @@ storage: folder folder: ../config/envs/dev module: acquia_purge: 0 - memcache: 0 - memcache_admin: 0 paranoia: 0 purge: 0 purge_drush: 0 diff --git a/config/sync/config_split.config_split.stage.yml b/config/sync/config_split.config_split.stage.yml index 2c17d343..0704dabe 100644 --- a/config/sync/config_split.config_split.stage.yml +++ b/config/sync/config_split.config_split.stage.yml @@ -11,8 +11,6 @@ storage: folder folder: ../config/envs/stage module: acquia_purge: 0 - memcache: 0 - memcache_admin: 0 paranoia: 0 purge: 0 purge_drush: 0