From 570e71d67cbf8a7c9de5d0016dd10f19bb83c69a Mon Sep 17 00:00:00 2001 From: John Spellman Date: Wed, 25 Jan 2023 10:35:55 -0700 Subject: [PATCH 1/2] Release 1.3.3 --- README.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- pantheon-sessions.php | 4 ++-- readme.txt | 5 ++++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 14d928e9..f0d80ebb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** comments, sessions **Requires at least:** 4.7 **Tested up to:** 6.1 -**Stable tag:** 1.3.2 +**Stable tag:** 1.3.3 **Requires PHP:** 5.4 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -71,6 +71,9 @@ This mu-plugin will load WP Native PHP Sessions before all other plugins, while ## Changelog ## +### 1.3.3 (January 25, 2023) ### +* Bump version in pantheon-sessions.php [[#233](https://github.com/pantheon-systems/wp-native-php-sessions/pull/233)]. + ### 1.3.2 (January 25, 2023) ### * PHP 8.2 compatibility [[#232](https://github.com/pantheon-systems/wp-native-php-sessions/pull/232)]. * Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 [[#229](https://github.com/pantheon-systems/wp-native-php-sessions/pull/229)]. diff --git a/package-lock.json b/package-lock.json index 09d75a29..5789610e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wp-native-php-sessions", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b1c44d0..d03e6ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-native-php-sessions", - "version": "1.3.2", + "version": "1.3.3", "repository": { "type": "git", "url": "https://github.com/pantheon-systems/wp-native-php-sessions.git" diff --git a/pantheon-sessions.php b/pantheon-sessions.php index ea677a44..7a31765b 100644 --- a/pantheon-sessions.php +++ b/pantheon-sessions.php @@ -1,7 +1,7 @@ Date: Wed, 25 Jan 2023 10:39:30 -0700 Subject: [PATCH 2/2] correct PR number --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0d80ebb..0d0a7377 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This mu-plugin will load WP Native PHP Sessions before all other plugins, while ## Changelog ## ### 1.3.3 (January 25, 2023) ### -* Bump version in pantheon-sessions.php [[#233](https://github.com/pantheon-systems/wp-native-php-sessions/pull/233)]. +* Bump version in pantheon-sessions.php [[#234](https://github.com/pantheon-systems/wp-native-php-sessions/pull/234)]. ### 1.3.2 (January 25, 2023) ### * PHP 8.2 compatibility [[#232](https://github.com/pantheon-systems/wp-native-php-sessions/pull/232)]. diff --git a/readme.txt b/readme.txt index d9c44abf..c525e675 100644 --- a/readme.txt +++ b/readme.txt @@ -71,7 +71,7 @@ This mu-plugin will load WP Native PHP Sessions before all other plugins, while == Changelog == = 1.3.3 (January 25, 2023) = -* Bump version in pantheon-sessions.php [[#233](https://github.com/pantheon-systems/wp-native-php-sessions/pull/233)]. +* Bump version in pantheon-sessions.php [[#234](https://github.com/pantheon-systems/wp-native-php-sessions/pull/234)]. = 1.3.2 (January 25, 2023) = * PHP 8.2 compatibility [[#232](https://github.com/pantheon-systems/wp-native-php-sessions/pull/232)].