From ffd1b72e3fb9bcdf2b21c3650e7b64317b97a2ba Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 27 Nov 2023 12:41:58 -0700 Subject: [PATCH] Prepare 2.1.5-dev --- README.md | 4 +++- readme.txt | 4 +++- wp-saml-auth.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d7534d..f8ec018 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 4.4 **Tested up to:** 6.3 **Requires PHP:** 7.3 -**Stable tag:** 2.1.4 +**Stable tag:** 2.1.5-dev **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -277,6 +277,8 @@ Minimum supported PHP version is 7.3. ## Changelog ## +### 2.1.5-dev ### + ### 2.1.4 (November 27, 2023) ### * Fix typo in the label for the certificate path [[#352](https://github.com/pantheon-systems/wp-saml-auth/pull/352)] * Updates Pantheon WP Coding Standards to 2.0 [[#357](https://github.com/pantheon-systems/wp-saml-auth/pull/357)] diff --git a/readme.txt b/readme.txt index 42efa37..805d28c 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: authentication, SAML Requires at least: 4.4 Tested up to: 6.3 Requires PHP: 7.3 -Stable tag: 2.1.4 +Stable tag: 2.1.5-dev License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -277,6 +277,8 @@ Minimum supported PHP version is 7.3. == Changelog == += 2.1.5-dev = + = 2.1.4 (November 27, 2023) = * Fix typo in the label for the certificate path [[#352](https://github.com/pantheon-systems/wp-saml-auth/pull/352)] * Updates Pantheon WP Coding Standards to 2.0 [[#357](https://github.com/pantheon-systems/wp-saml-auth/pull/357)] diff --git a/wp-saml-auth.php b/wp-saml-auth.php index ef235c4..1e60de1 100644 --- a/wp-saml-auth.php +++ b/wp-saml-auth.php @@ -1,7 +1,7 @@