diff --git a/.distignore b/.distignore
index 7a767aab7b021a9d02ccfebd7846d8ce16f2f778..345f7170b1dcbd44edf4ce80ef03d27c66f18751 100755
--- a/.distignore
+++ b/.distignore
@@ -4,10 +4,11 @@
 .git
 .gitignore
 .gitlab-ci.yml
+.nvmrc
 .travis.yml
-.wordpress-org/*
 .DS_Store
 Thumbs.db
+assets/src/*
 behat.yml
 bitbucket-pipelines.yml
 bin
@@ -34,3 +35,4 @@ node_modules
 *.sql
 *.tar.gz
 *.zip
+webpack.config.js
diff --git a/.gitattributes b/.gitattributes
index e6bac7e940c35c73a2d95dd587c525f4dbfcdf4f..60d154879155029c95c4aa514d806e6c04ff3f6c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,10 +4,11 @@
 /.gitattributes export-ignore
 /.gitignore export-ignore
 /.gitlab-ci.yml export-ignore
+/.nvmrc export-ignore
 /.travis.yml export-ignore
 /.DS_Store export-ignore
-/.wordpress-org export-ignore
 /Thumbs.db export-ignore
+/assets/src export-ignore
 /behat.yml export-ignore
 /bitbucket-pipelines.yml export-ignore
 /bin export-ignore
@@ -31,6 +32,7 @@
 /tests export-ignore
 /vendor export-ignore
 /node_modules export-ignore
+/webpack.config.js export-ignore
 /*.sql export-ignore
 /*.tar.gz export-ignore
 /*.zip export-ignore
diff --git a/README.md b/README.md
index 8ed517388c1672f8b14e16c828a79ebdceb9805a..7956235fe88efb2cf172a193a79c71d3b99c9541 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ Store WordPress session tokens in Redis rather than the usermeta table.
 
 Store WordPress user session tokens in Redis rather than the usermeta table.
 
-This plugin was previously known as `WP Redis User Session Storage` and was renamed to comply with WordPress.org naming constraints.
+This plugin was previously known as `WP Redis User Session Storage` and was renamed
+to comply with WordPress.org naming constraints. The previous class name is
+aliased to support existing extensions.
 
 ## Installation ##
 
@@ -38,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 e6749d572d85b364a9a368867970f70948dad409..dbccf12e6086d2fa2845e3ba6c062741a0ab5c41 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:11:21+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 c71d1726c4f655e7b0b5dce0ff3ff6c58b118e3f..0177943acd800c5617622bd1f4dbaae3ba856c23 100644
--- a/readme.txt
+++ b/readme.txt
@@ -15,7 +15,9 @@ Store WordPress session tokens in Redis rather than the usermeta table.
 
 Store WordPress user session tokens in Redis rather than the usermeta table.
 
-This plugin was previously known as `WP Redis User Session Storage` and was renamed to comply with WordPress.org naming constraints.
+This plugin was previously known as `WP Redis User Session Storage` and was renamed
+to comply with WordPress.org naming constraints. The previous class name is
+aliased to support existing extensions.
 
 == Installation ==
 
@@ -38,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 =