From f17f8e2c4fa966eea394e4132f1f40128d6c4343 Mon Sep 17 00:00:00 2001 From: J Ryan Wagner Date: Tue, 7 Nov 2023 12:18:43 -0500 Subject: [PATCH] Update readme.txt Co-authored-by: Phil Tyler --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 287f158..bd5cc13 100644 --- a/readme.txt +++ b/readme.txt @@ -99,7 +99,7 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis = 1.4.2-dev = * Fixed an issue with the `pantheon session add-index` PHP warning. [[#276](https://github.com/pantheon-systems/wp-native-php-sessions/pull/276/files)] * Fixed a syntax issue with the suggested WP CLI commands [[#278](https://github.com/pantheon-systems/wp-native-php-sessions/pull/278)] -* Made `wp pantheon session add-index`, `wp pantheon session primary-key-finalize`, and `wp pantheon session primary-key-revert` fully multisite compatible. +* Made `wp pantheon session add-index`, `wp pantheon session primary-key-finalize`, and `wp pantheon session primary-key-revert` fully multisite compatible. [[#275](https://github.com/pantheon-systems/wp-native-php-sessions/pull/275)] = 1.4.1 (October 23, 2023) = * 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)]