diff --git a/README.md b/README.md index 1980ae69c3476175f90dc248c85de6de149f016e..f4f8f1822982e7fee2fa17305ff9e93899ef3da7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Install and activate this plugin, then deactivate the old plugin. Both plugins c ## Changelog ## ### 0.2 ### -* Rename plugin to `Redis User Session Storage` to submit to WordPress.org plugins repository. +* Rename plugin to `Redis User Session Storage` to comply with WordPress.org plugin-naming requirements. * Allow two versions of this plugin to co-exist safely to support seamless migration. * Changes plugin class name to `Redis_User_Session_Storage` from `WP_Redis_User_Session_Storage`. diff --git a/languages/redis-user-session-storage.pot b/languages/redis-user-session-storage.pot index 0eb5f2db532cb812d135870b68889897a138b321..75009fa459e37dd8cd9cdc53aab94cd1bd41ccce 100644 --- a/languages/redis-user-session-storage.pot +++ b/languages/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/redis-user-session-storage\n" -"POT-Creation-Date: 2022-07-09 03:45:24+00:00\n" +"POT-Creation-Date: 2022-07-09 20:23:47+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 3ec3b397dcfc1475ae433f23544b0b8f1389b8a1..59aafad0e400d5c5326702d247ef4b802da826a4 100644 --- a/readme.txt +++ b/readme.txt @@ -45,7 +45,7 @@ Install and activate this plugin, then deactivate the old plugin. Both plugins c == Changelog == = 0.2 = -* Rename plugin to `Redis User Session Storage` to submit to WordPress.org plugins repository. +* Rename plugin to `Redis User Session Storage` to comply with WordPress.org plugin-naming requirements. * Allow two versions of this plugin to co-exist safely to support seamless migration. * Changes plugin class name to `Redis_User_Session_Storage` from `WP_Redis_User_Session_Storage`.