Skip to content

Commit

Permalink
Tagged v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Sep 21, 2016
1 parent d9ccee1 commit b521e2d
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 44 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
Plugin URI: http://wordpress.org/plugins/redis-cache/
Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI.
Version: 1.3.3
Version: 1.3.4
Author: Till Krüss
Author URI: https://till.im/
License: GPLv3
Expand Down
100 changes: 59 additions & 41 deletions languages/redis-cache.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is distributed under the same license as the Redis Object Cache package.
msgid ""
msgstr ""
"Project-Id-Version: Redis Object Cache 1.3.3\n"
"Project-Id-Version: Redis Object Cache 1.3.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/redis-cache\n"
"POT-Creation-Date: 2016-08-22 17:35:09+00:00\n"
"POT-Creation-Date: 2016-09-21 22:54:28+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"

#. #-#-#-#-# plugin.pot (Redis Object Cache 1.3.3) #-#-#-#-#
#. #-#-#-#-# plugin.pot (Redis Object Cache 1.3.4) #-#-#-#-#
#. Plugin Name of the plugin/theme
#: includes/admin-page.php:6 redis-cache.php:50
#: includes/admin-page.php:6 redis-cache.php:58
msgid "Redis Object Cache"
msgstr ""

Expand Down Expand Up @@ -58,80 +58,98 @@ msgstr ""
msgid "Server"
msgstr ""

#: includes/servers-list.php:78
#: includes/servers-list.php:77
msgid "Yes"
msgstr ""

#: includes/servers-list.php:78
#: includes/servers-list.php:77
msgid "No"
msgstr ""

#: redis-cache.php:51
msgid "Redis"
msgstr ""

#: redis-cache.php:141
#: includes/wp-cli-commands.php:23 redis-cache.php:149
msgid "Disabled"
msgstr ""

#: redis-cache.php:146
#: includes/wp-cli-commands.php:26 redis-cache.php:154
msgid "Connected"
msgstr ""

#: redis-cache.php:150
#: includes/wp-cli-commands.php:29 redis-cache.php:158
msgid "Not Connected"
msgstr ""

#: redis-cache.php:154
msgid "Unknown"
msgstr ""

#: redis-cache.php:211
msgid ""
"The Redis object cache drop-in is outdated. Please <a href=\"%s\">update it "
"now</a>."
#: includes/wp-cli-commands.php:62
msgid "Redis object cache already enabled."
msgstr ""

#: redis-cache.php:216
#: includes/wp-cli-commands.php:64 includes/wp-cli-commands.php:106
msgid ""
"Another object cache drop-in was found. To use Redis, <a href=\"%s\">please "
"replace it now</a>."
"An unknown object cache drop-in was found. To use Redis run: wp redis update-"
"dropin."
msgstr ""

#: redis-cache.php:232
msgid "This plugin requires PHP 5.4 or greater."
msgstr ""

#: redis-cache.php:241
#: includes/wp-cli-commands.php:72 redis-cache.php:249
msgid "Object Cache enabled."
msgstr ""

#: redis-cache.php:244
#: includes/wp-cli-commands.php:74 redis-cache.php:252
msgid "Object Cache could not be enabled."
msgstr ""

#: redis-cache.php:247
#: includes/wp-cli-commands.php:100
msgid "No object cache drop-in found."
msgstr ""

#: includes/wp-cli-commands.php:113 redis-cache.php:255
msgid "Object Cache disabled."
msgstr ""

#: redis-cache.php:250
#: includes/wp-cli-commands.php:115 redis-cache.php:258
msgid "Object Cache could not be disabled."
msgstr ""

#: redis-cache.php:253
msgid "Object Cache flushed."
#: includes/wp-cli-commands.php:142 redis-cache.php:267
msgid "Updated object cache drop-in and enabled Redis object cache."
msgstr ""

#: redis-cache.php:256
msgid "Object Cache could not be flushed."
#: includes/wp-cli-commands.php:144
msgid "Object Cache drop-in could not be updated."
msgstr ""

#: redis-cache.php:59
msgid "Redis"
msgstr ""

#: redis-cache.php:259
msgid "Drop-in updated."
#: redis-cache.php:162
msgid "Unknown"
msgstr ""

#: redis-cache.php:219
msgid ""
"The Redis object cache drop-in is outdated. Please <a href=\"%s\">update it "
"now</a>."
msgstr ""

#: redis-cache.php:224
msgid ""
"An unknown object cache drop-in was found. To use Redis, <a href=\"%s"
"\">please replace it now</a>."
msgstr ""

#: redis-cache.php:240
msgid "This plugin requires PHP 5.4 or greater."
msgstr ""

#: redis-cache.php:261
msgid "Object Cache flushed."
msgstr ""

#: redis-cache.php:264
msgid "Object Cache could not be flushed."
msgstr ""

#: redis-cache.php:262
msgid "Drop-in could not be updated."
#: redis-cache.php:270
msgid "Object cache drop-in could not be updated."
msgstr ""

#. Plugin URI of the plugin/theme
Expand All @@ -141,7 +159,7 @@ msgstr ""
#. Description of the plugin/theme
msgid ""
"A persistent object cache backend powered by Redis. Supports Predis, "
"PhpRedis, HHVM, replication and clustering."
"PhpRedis, HHVM, replication, clustering and WP-CLI."
msgstr ""

#. Author of the plugin/theme
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/tillkruss
Tags: redis, predis, hhvm, pecl, caching, cache, object cache, wp object cache, server, performance, optimize, speed, load, replication, clustering
Requires at least: 3.3
Tested up to: 4.6
Stable tag: 1.3.3
Stable tag: 1.3.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -146,6 +146,13 @@ The following commands are supported:

== Changelog ==

= 1.3.4 =

* Added WP-CLI support
* Show host and port unless scheme is unix
* Updated default global and ignored groups
* Do a cache flush when activating, deactivating and uninstalling

= 1.3.3 =

* Updated Predis to `v1.1.1`
Expand Down
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, HHVM, replication, clustering and WP-CLI.
Version: 1.3.3
Version: 1.3.4
Text Domain: redis-cache
Domain Path: /languages
Author: Till Krüss
Expand Down

0 comments on commit b521e2d

Please sign in to comment.