Skip to content

Commit

Permalink
bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 18, 2022
1 parent 577e8ed commit 165e57b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion includes/object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Redis Object Cache Drop-In
* Plugin URI: https://wordpress.org/plugins/redis-cache/
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.1.0
* Version: 2.1.1
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
6 changes: 3 additions & 3 deletions languages/redis-cache.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Redis Object Cache 2.1.0\n"
"Project-Id-Version: Redis Object Cache 2.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/redis-cache\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-07-13T16:42:49+00:00\n"
"POT-Creation-Date: 2022-07-18T16:28:07+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: redis-cache\n"
Expand Down Expand Up @@ -358,7 +358,7 @@ msgstr ""

#. translators: %s = PHP Version.
#: includes/ui/settings.php:125
msgid "The current version of PHP (%s) is too old. PHP 7.0 or newer is required."
msgid "The current version of PHP (%s) is too old. PHP 7.2 or newer is required."
msgstr ""

#: includes/ui/settings.php:134
Expand Down
18 changes: 13 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Redis Object Cache ===
Contributors: tillkruess
Donate link: https://github.com/sponsors/tillkruss
Tags: redis, predis, phpredis, credis, pecl, relay, caching, cache, object cache, performance, replication, clustering, keydb
Tags: redis, predis, phpredis, credis, relay, caching, cache, object cache, performance, replication, clustering, keydb
Requires at least: 3.3
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 2.1.0
Requires PHP: 7.2
Stable tag: 2.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -83,6 +83,14 @@ To see a list of all available WP-CLI commands, please see the [WP CLI commands

== Changelog ==

= 2.1.1 =

- Bumped PHP requirement to 7.2
- Renamed `WP_REDIS_DIR` to `WP_REDIS_PLUGIN_DIR`
- Fixed rare fatal error in diagnostics
- Allow Predis v1.1 Composer installs
- Support using `WP_REDIS_CLUSTER` string

= 2.1.0 =

- Bumped PHP requirement to 7.0
Expand Down Expand Up @@ -564,6 +572,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over

== Upgrade Notice ==

= 2.1.0 =
= 2.1.1 =

Bumped PHP requirement to 7.0, updated Predis to v2.0 and deprecated Credis and HHVM clients.
Bumped PHP requirement to 7.2, updated Predis to v2.0 and deprecated Credis and HHVM clients.
2 changes: 1 addition & 1 deletion redis-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Redis Object Cache
* Plugin URI: https://wordpress.org/plugins/redis-cache/
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.1.0
* Version: 2.1.1
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit 165e57b

Please sign in to comment.