From 7fe5968725cf96e289b68d502d0831e2871d1a82 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 19 Jul 2021 14:20:03 -0400 Subject: [PATCH 1/2] Remove `storage/` dir --- .gitignore | 1 - cms/storage/config-deltas/.gitignore | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 cms/storage/config-deltas/.gitignore diff --git a/.gitignore b/.gitignore index 49bd2ea..a057752 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ # CRAFT STORAGE */storage/* -!*/storage/.gitkeep # ASSETS /cms/web/assets/* diff --git a/cms/storage/config-deltas/.gitignore b/cms/storage/config-deltas/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/cms/storage/config-deltas/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore From 5d57a77febb49483a0e43bd9c3b30f5c04173d68 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 19 Jul 2021 14:20:50 -0400 Subject: [PATCH 2/2] Version 2.4.43 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36c8c..66f55e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # nystudio107/craft Change Log +## 2.4.43 - 2021.07.19 +### Changed +* Remove `storage/` dir + ## 2.4.42 - 2021.06.22 ### Changed * Continue running the `php-fpm` containers as root (since `php-fpm` uses worker pools with the proper user/group), but switch to `su-exec` to ensure any craft CLI commands are run as `www-data`