Skip to content

Commit

Permalink
Releasing ZenCache v150930
Browse files Browse the repository at this point in the history
See websharks/zencache.com#63
  • Loading branch information
raamdev committed Sep 30, 2015
1 parent 33d198c commit 7e2dd0d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions zencache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= v150930 =

- **Bug Fix**: Fixed a bug where, in some rare cases, `wp-config.php` would end up with two `WP_CACHE` definitions. See [Issue #509](https://github.com/websharks/zencache/issues/509).
- **Enhancement**: Updated Text Domain throughout codebase in preparation for plugin import to translate.wordpress.org. See [Issue #576](https://github.com/websharks/zencache/issues/576).

= v150718 =

- **Bug Fix**: Fixed a Fatal Error when upgrading from v150629 to the latest version of ZenCache. This fatal error only occurred on sites that had `WP_DEBUG` enabled, at which point ZenCache failed to properly update `advanced-cache.php`. When `WP_DEBUG` was disabled, the new version of ZenCache was able to properly update `advanced-cache.php` and therefore the temporary failure was silent and inconsequential. This bug fix ensures that no fatal error will be produced when upgrading from v150629, even if `WP_DEBUG` is enabled. See [Issue #524](https://github.com/websharks/zencache/issues/524).
Expand Down
2 changes: 1 addition & 1 deletion zencache/includes/share.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class share // Shared between {@link advanced_cache} and {@link plugin}
*
* @var string Current version of the software.
*/
public $version = '150718';
public $version = '150930';

/**
* Plugin slug; based on `__NAMESPACE__`.
Expand Down
11 changes: 8 additions & 3 deletions zencache/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== ZenCache ===
=== Zen Cache ===

Stable tag: 150718
Stable tag: 150930
Requires at least: 3.7
Tested up to: 4.3-beta
Tested up to: 4.4-alpha
Text Domain: zencache

License: GPLv2 or later
Expand Down Expand Up @@ -333,6 +333,11 @@ Requires PHP v5.3.2+. The latest version of ZenCache is a complete rewrite (OOP

== Changelog ==

= v150930 =

- **Bug Fix**: Fixed a bug where, in some rare cases, `wp-config.php` would end up with two `WP_CACHE` definitions. See [Issue #509](https://github.com/websharks/zencache/issues/509).
- **Enhancement**: Updated Text Domain throughout codebase in preparation for plugin import to translate.wordpress.org. See [Issue #576](https://github.com/websharks/zencache/issues/576).

= v150718 =

- **Bug Fix**: Fixed a Fatal Error when upgrading from v150629 to the latest version of ZenCache. This fatal error only occurred on sites that had `WP_DEBUG` enabled, at which point ZenCache failed to properly update `advanced-cache.php`. When `WP_DEBUG` was disabled, the new version of ZenCache was able to properly update `advanced-cache.php` and therefore the temporary failure was silent and inconsequential. This bug fix ensures that no fatal error will be produced when upgrading from v150629, even if `WP_DEBUG` is enabled. See [Issue #524](https://github.com/websharks/zencache/issues/524).
Expand Down
2 changes: 1 addition & 1 deletion zencache/zencache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 150718
Version: 150930
Text Domain: zencache
Plugin Name: ZenCache
Network: true
Expand Down

0 comments on commit 7e2dd0d

Please sign in to comment.