From c311a26deda144e85bb0db6a5bb00a9c3442d0b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:11:42 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- CHANGELOG.md | 10 ++++++++++ version.txt | 2 +- wp-config.load.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..792dc7c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [2.0.1](https://github.com/studio24/wordpress-multi-env-config/compare/v2.0.0...v2.0.1) (2022-08-23) + + +### Bug Fixes + +* 29 - escape * wildcard match ([923c69c](https://github.com/studio24/wordpress-multi-env-config/commit/923c69ceb2044a0338e0b049eecc5db379522e35)) +* 32: Can't use array for multisite across multiple environments ([7675bc2](https://github.com/studio24/wordpress-multi-env-config/commit/7675bc275b790e4c7fa1efe6807223d53f758596)) +* Create release ZIP file and add docs on contributing and security reports ([057d949](https://github.com/studio24/wordpress-multi-env-config/commit/057d949629c9e24dd2d4da928d12bcf520bb0187)) diff --git a/version.txt b/version.txt index 359a5b9..38f77a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 diff --git a/wp-config.load.php b/wp-config.load.php index 62479cf..4a88c42 100644 --- a/wp-config.load.php +++ b/wp-config.load.php @@ -3,7 +3,7 @@ * WordPress Multi-Environment Config - Load config settings * * @package Studio 24 WordPress Multi-Environment Config - * @version 2.0.0 (x-release-please-version) + * @version 2.0.1 (x-release-please-version) * @author Studio 24 */