diff --git a/README.md b/README.md index f558b71..a326639 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [outlandish josh](https://profiles.wordpress.org/outlandish-josh), [mpvanwinkle77](https://profiles.wordpress.org/mpvanwinkle77), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [andrew.taylor](https://profiles.wordpress.org/andrew.taylor), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence), [stovak](https://profiles.wordpress.org/stovak), [jspellman](https://profiles.wordpress.org/jspellman/), [rwagner00](https://profiles.wordpress.org/rwagner00/) **Tags:** comments, sessions **Requires at least:** 4.7 -**Tested up to:** 6.6.2 -**Stable tag:** 1.4.3-dev +**Tested up to:** 6.6.2 +**Stable tag:** 1.4.4-dev **Requires PHP:** 5.4 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -98,8 +98,9 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis ## Changelog ## -### 1.4.3-dev ### +### 1.4.4-dev ### +### 1.4.3 (November 13, 2023) ### * Fixed a PHP warning when running the `pantheon session add-index` command on a single site installation. [[#285](https://github.com/pantheon-systems/wp-native-php-sessions/pull/285)] ### 1.4.2 (November 8, 2023) ### diff --git a/pantheon-sessions.php b/pantheon-sessions.php index faa5dbf..391269f 100644 --- a/pantheon-sessions.php +++ b/pantheon-sessions.php @@ -1,7 +1,7 @@