From 3e82edba3a8cb55719b6f4780b2771cc8a40c5e1 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 19 Oct 2023 15:09:40 -0600 Subject: [PATCH] update changelog --- README.md | 2 ++ pantheon-sessions.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b268ee9..8980134 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis ## Changelog ## ### 1.4.1-dev ### +* Fixed an issue with the `pantheon session add-index` command not working properly on WP multisite [[#270](https://github.com/pantheon-systems/wp-native-php-sessions/pull/270)] +* Made the notice added in 1.4.0 dismissable (stores in user meta) & hides for multisite (an update is coming to iterate through all sites on a network) [[#271](https://github.com/pantheon-systems/wp-native-php-sessions/pull/271)] ### 1.4.0 (October 17, 2023) ### * Adds new CLI command to add a Primary Column (id) to the `pantheon_sessions` table for users who do not have one. [[#265](https://github.com/pantheon-systems/wp-native-php-sessions/pull/265)] diff --git a/pantheon-sessions.php b/pantheon-sessions.php index e4552db..2889169 100644 --- a/pantheon-sessions.php +++ b/pantheon-sessions.php @@ -1,7 +1,7 @@