Skip to content

Commit

Permalink
hotfix-12-03-2022 (#290)
Browse files Browse the repository at this point in the history
* Remove memcache config split from preproduction, ensure the module is there for uninstalling

* Fixup - changelog

* Added patch for environment_detector
  • Loading branch information
imonroe authored Dec 3, 2022
1 parent b4a7773 commit a5f3da5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions config/sync/config_split.config_split.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions config/sync/config_split.config_split.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5f3da5

Please sign in to comment.