Skip to content
Snippets Groups Projects
Commit fa9f5d19 authored by Erick Hitter's avatar Erick Hitter
Browse files

Prepare for WP.org release

parent f1cb40ab
No related branches found
No related tags found
1 merge request!11More release preparations
Pipeline #5077 passed with stages
in 2 minutes and 32 seconds
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -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 ###
......
......@@ -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"
......
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment