Skip to content

Commit

Permalink
Releasing ZenCache v160222 (overrides v160221)
Browse files Browse the repository at this point in the history
We decided to push the release 1 more day, so the version number changes.
  • Loading branch information
raamdev committed Feb 21, 2016
1 parent 1aa461a commit 7e54954
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= v160221 =
= v160222 =

- **Announcement: ZenCache is changing its name to Comet Cache!** Learn more about this upcoming change [here](https://cometcache.com/r/announcing-comet-cache-formerly-zencache/).
- **Announcement: This version of ZenCache requires PHP 5.4+.** As announced in the previous release, the minimum PHP version required to run ZenCache / Comet Cache has changed to PHP 5.4+ as of December 1st, 2015. Please see announcement with further details: [New Minimum PHP Version: PHP 5.4](http://zencache.com/r/new-minimum-php-version-php-5-4/)
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== ZenCache ===

Stable tag: 160221
Stable tag: 160222
Requires at least: 4.1
Tested up to: 4.5-alpha
Text Domain: zencache
Expand Down Expand Up @@ -326,14 +326,14 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/

== Upgrade Notice ==

= v160221 =
= v160222 =

- Requires PHP v5.4+. As announced in the previous release, the minimum PHP version required to run ZenCache / Comet Cache has changed to PHP 5.4+ as of December 1st, 2015. Please see announcement with further details: [New Minimum PHP Version: PHP 5.4](http://zencache.com/r/new-minimum-php-version-php-5-4/)
- PHP APC Extension not supported. This version of ZenCache does not support the PHP APC Extension. As announced in the previous release, ZenCache / Comet Cache no longer runs with the PHP APC extension enabled as of December 1st, 2015. Please see announcement with further details: [PHP APC Extension No Longer Supported](http://zencache.com/r/php-apc-extension-no-longer-supported/)

== Changelog ==

= v160221 =
= v160222 =

- **Announcement: ZenCache is changing its name to Comet Cache!** Learn more about this upcoming change [here](https://cometcache.com/r/announcing-comet-cache-formerly-zencache/).
- **Announcement: This version of ZenCache requires PHP 5.4+.** As announced in the previous release, the minimum PHP version required to run ZenCache / Comet Cache has changed to PHP 5.4+ as of December 1st, 2015. Please see announcement with further details: [New Minimum PHP Version: PHP 5.4](http://zencache.com/r/new-minimum-php-version-php-5-4/)
Expand Down
2 changes: 1 addition & 1 deletion src/includes/closures/Shared/ConditionalUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @type array PHP's language constructs.
* Keys are currently unimportant. Subject to change.
*
* @since 160221 First documented version.
* @since 160222 First documented version.
*/
$self->php_constructs = [
'die' => 'die',
Expand Down
2 changes: 1 addition & 1 deletion src/includes/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require_once dirname(dirname(__FILE__)).'/vendor/autoload.php';
require_once dirname(__FILE__).'/functions/i18n-utils.php';

${__FILE__}['version'] = '160221'; //version//
${__FILE__}['version'] = '160222'; //version//
${__FILE__}['plugin'] = dirname(dirname(dirname(__FILE__)));
${__FILE__}['plugin'] .= '/'.basename(${__FILE__}['plugin']).'.php';
${__FILE__}['ns_path'] = str_replace('\\', '/', __NAMESPACE__); // To dir/path.
Expand Down
2 changes: 1 addition & 1 deletion src/includes/templates/advanced-cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ if (!defined('ZENCACHE_HTMLC_URI_EXCLUSIONS')) {
/**
* URI exclusions for the HTML compressor.
*
* @since 160221 First documented version.
* @since 160222 First documented version.
*
* @var string A regular expression; else an empty string.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/includes/translations/zencache-pro.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the ZenCache Pro package.
msgid ""
msgstr ""
"Project-Id-Version: ZenCache Pro 160221\n"
"Project-Id-Version: ZenCache Pro 160222\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/zencache-pro\n"
"POT-Creation-Date: 2016-02-21 16:01:42+00:00\n"
"POT-Creation-Date: 2016-02-21 17:18:52+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion zencache-pro.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 160221
Version: 160222
Text Domain: zencache
Plugin Name: ZenCache Pro
Network: true
Expand Down

0 comments on commit 7e54954

Please sign in to comment.