Skip to content

Commit

Permalink
Phing release of v161226 with the following changes:
Browse files Browse the repository at this point in the history
_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves error `Unable to determine UA info directory location` when upgrading to latest release. See [Issue #862](#862).
- **Bug Fix** (Pro): Enhancing compatibility with InfiniteWP, ManageWP, and other remote management tools for WordPress. See [Issue #862](#862).
- **Bug Fix** (Pro): Incorrect time calculations whenever load average checks are enabled in Comet Cache configuration options. See [Issue #853](#853).
- **Cleanup:** Removed an old API call that checked for a newer lite version. No longer necessary.
  • Loading branch information
raamdev committed Dec 26, 2016
1 parent 4d61412 commit daff701
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitchange
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1460135613
49dd4154d8f5d3b70691c8e3f52a063a49137fb7:57be33556df067.43016776
853d9120b42cf4f2eabe2f35ea18a6ace7170ea6:585cfba51d7115.78255177
d0e05c36184f81b133761b71ca6ee0136be67409:585db56f99de04.74922121
d0e05c36184f81b133761b71ca6ee0136be67409:5861a7bdd62385.64706493
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
= v161223-RC =
= v161226 =

- **Bug Fix:** Resolves error `Unable to determine UA info directory location` when upgrading to latest release. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix:** Enhancing compatibility with InfiniteWP, ManageWP, and other remote management tools for WordPress. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix:** Incorrect time calculations whenever load average checks are enabled in Comet Cache configuration options. See [Issue #853](https://github.com/websharks/comet-cache/issues/853).
_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves error `Unable to determine UA info directory location` when upgrading to latest release. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix** (Pro): Enhancing compatibility with InfiniteWP, ManageWP, and other remote management tools for WordPress. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix** (Pro): Incorrect time calculations whenever load average checks are enabled in Comet Cache configuration options. See [Issue #853](https://github.com/websharks/comet-cache/issues/853).
- **Cleanup:** Removed an old API call that checked for a newer lite version. No longer necessary.

= v161221 =
Expand Down
2 changes: 1 addition & 1 deletion comet-cache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 161223-RC
Version: 161226
Text Domain: comet-cache
Plugin Name: Comet Cache
Network: true
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Comet Cache ===

Stable tag: 161223-RC
Stable tag: 161226
Requires at least: 4.2
Tested up to: 4.8-alpha
Text Domain: comet-cache
Expand Down Expand Up @@ -340,6 +340,15 @@ Requires WordPress v4.2+.

== Changelog ==

= v161226 =

_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves error `Unable to determine UA info directory location` when upgrading to latest release. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix** (Pro): Enhancing compatibility with InfiniteWP, ManageWP, and other remote management tools for WordPress. See [Issue #862](https://github.com/websharks/comet-cache/issues/862).
- **Bug Fix** (Pro): Incorrect time calculations whenever load average checks are enabled in Comet Cache configuration options. See [Issue #853](https://github.com/websharks/comet-cache/issues/853).
- **Cleanup:** Removed an old API call that checked for a newer lite version. No longer necessary.

= v161221 =

- **Bug Fix:** Improving PHP OPcache detection. Now considering the INI option `opcache.restrict_api`. Comet Cache is now smart enough to avoid generating the PHP Warning: _PHP Warning: Zend OPcache API is restricted by "restrict_api" configuration directive_. See [Issue #733](https://github.com/websharks/comet-cache/issues/733).
Expand Down
2 changes: 0 additions & 2 deletions src/client-s/css/admin-bar.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/includes/classes/AdvancedCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AdvancedCache extends AbsBaseAp
* Class constructor.
*
* @since 150422 Rewrite.
* @since 16xxxx Version check.
* @since 161226 Version check.
*/
public function __construct()
{
Expand Down
2 changes: 1 addition & 1 deletion src/includes/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require_once dirname(__DIR__).'/vendor/autoload.php';
require_once __DIR__.'/functions/i18n-utils.php';

${__FILE__}['version'] = '161223-RC'; //version//
${__FILE__}['version'] = '161226'; //version//
${__FILE__}['plugin'] = dirname(dirname(__DIR__));
${__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.x-php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (!defined('COMET_CACHE_AC_FILE_VERSION')) {
/*
* Comet Cache AC file version.
*
* @since 16xxxx Adding AC file version.
* @since 161226 Adding AC file version.
*
* @var string Plugin version when AC file was built.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/includes/traits/Ac/ObUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ trait ObUtils
/**
* Max age has been disabled?
*
* @since 16xxxx Load average checks.
* @since 161226 Load average checks.
*
* @type bool Max age disabled?
*/
Expand Down
2 changes: 1 addition & 1 deletion src/includes/traits/Plugin/InstallUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function activate()
* Check current version.
*
* @since 150422 Rewrite.
* @since 16xxxx Moved to `init` hook.
* @since 161226 Moved to `init` hook.
*
* @attaches-to `init` hook.
*/
Expand Down

0 comments on commit daff701

Please sign in to comment.