From fa9f5d190e49fab2247de4ff708ca923eaad7450 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Wed, 13 Jul 2022 16:28:44 -0700
Subject: [PATCH] Prepare for WP.org release

---
 README.md                                   | 4 ----
 languages/wp-redis-user-session-storage.pot | 2 +-
 readme.txt                                  | 4 ----
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 255992d..7956235 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,6 @@ Specify any of the following constants to set the necessary, non-default connect
 * `WP_REDIS_USER_SESSION_DB` - Database number to use for the Redis server, defaults to `0`.
 * `WP_REDIS_USER_SESSION_SERIALIZER` - Serializer to use for the Redis server, defaults to `Redis::SERIALIZER_PHP`.
 
-### How do I upgrade from WP Redis User Session Storage? ###
-
-Install and activate this plugin, then deactivate the old plugin. Both plugins can safely be activated together as long as no additional classes extend the `WP_Redis_User_Session_Storage` class. After activating this plugin, deactivate the `WP Redis User Session Storage` plugin and remove it.
-
 ## Changelog ##
 
 ### 0.2 ###
diff --git a/languages/wp-redis-user-session-storage.pot b/languages/wp-redis-user-session-storage.pot
index 0dfcf0b..dbccf12 100644
--- a/languages/wp-redis-user-session-storage.pot
+++ b/languages/wp-redis-user-session-storage.pot
@@ -5,7 +5,7 @@ msgstr ""
 "Project-Id-Version: Redis User Session Storage 0.2\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/wp-redis-user-session-storage\n"
-"POT-Creation-Date: 2022-07-13 23:27:30+00:00\n"
+"POT-Creation-Date: 2022-07-13 23:28:31+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/readme.txt b/readme.txt
index 57942ed..0177943 100644
--- a/readme.txt
+++ b/readme.txt
@@ -40,10 +40,6 @@ Specify any of the following constants to set the necessary, non-default connect
 * `WP_REDIS_USER_SESSION_DB` - Database number to use for the Redis server, defaults to `0`.
 * `WP_REDIS_USER_SESSION_SERIALIZER` - Serializer to use for the Redis server, defaults to `Redis::SERIALIZER_PHP`.
 
-= How do I upgrade from WP Redis User Session Storage? =
-
-Install and activate this plugin, then deactivate the old plugin. Both plugins can safely be activated together as long as no additional classes extend the `WP_Redis_User_Session_Storage` class. After activating this plugin, deactivate the `WP Redis User Session Storage` plugin and remove it.
-
 == Changelog ==
 
 = 0.2 =
-- 
GitLab