Version Description
= v160211 =
Requires PHP v5.4+. The latest version of Comet Cache is a complete rewrite (OOP design). Faster! and even more dependable. For further details, please see http://cometcache.com/new-minimum-php-version-php-5-4/
Download this release
Release Info
Developer | raamdev |
Plugin | Comet Cache |
Version | 160211.2 |
Comparing to | |
See all releases |
Code changes from version 160211.1 to 160211.2
- comet-cache.php +1 -1
- readme.txt +5 -1
- src/includes/stub.php +1 -1
- src/includes/translations/comet-cache.pot +1 -1
comet-cache.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Version: 160211
|
4 |
Text Domain: comet-cache
|
5 |
Plugin Name: Comet Cache
|
6 |
Network: true
|
1 |
<?php
|
2 |
/*
|
3 |
+
Version: 160211.2
|
4 |
Text Domain: comet-cache
|
5 |
Plugin Name: Comet Cache
|
6 |
Network: true
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Comet Cache ===
|
2 |
|
3 |
-
Stable tag: 160211.
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 4.5-alpha
|
6 |
Text Domain: comet-cache
|
@@ -336,6 +336,10 @@ Requires PHP v5.4+. The latest version of Comet Cache is a complete rewrite (OOP
|
|
336 |
|
337 |
== Changelog ==
|
338 |
|
|
|
|
|
|
|
|
|
339 |
= v160211 =
|
340 |
|
341 |
**Announcing Comet Cache, formerly ZenCache!**
|
1 |
=== Comet Cache ===
|
2 |
|
3 |
+
Stable tag: 160211.2
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 4.5-alpha
|
6 |
Text Domain: comet-cache
|
336 |
|
337 |
== Changelog ==
|
338 |
|
339 |
+
= v160211.2 =
|
340 |
+
|
341 |
+
- **Minor Fix**: Remove unnecessary `src/client-s/css/.sass-cache` directory.
|
342 |
+
|
343 |
= v160211 =
|
344 |
|
345 |
**Announcing Comet Cache, formerly ZenCache!**
|
src/includes/stub.php
CHANGED
@@ -12,7 +12,7 @@ if (!defined('WPINC')) {
|
|
12 |
require_once dirname(dirname(__FILE__)).'/vendor/autoload.php';
|
13 |
require_once dirname(__FILE__).'/functions/i18n-utils.php';
|
14 |
|
15 |
-
${__FILE__}['version'] = '160211'; //version//
|
16 |
${__FILE__}['plugin'] = dirname(dirname(dirname(__FILE__)));
|
17 |
${__FILE__}['plugin'] .= '/'.basename(${__FILE__}['plugin']).'.php';
|
18 |
${__FILE__}['ns_path'] = str_replace('\\', '/', __NAMESPACE__); // To dir/path.
|
12 |
require_once dirname(dirname(__FILE__)).'/vendor/autoload.php';
|
13 |
require_once dirname(__FILE__).'/functions/i18n-utils.php';
|
14 |
|
15 |
+
${__FILE__}['version'] = '160211.2'; //version//
|
16 |
${__FILE__}['plugin'] = dirname(dirname(dirname(__FILE__)));
|
17 |
${__FILE__}['plugin'] .= '/'.basename(${__FILE__}['plugin']).'.php';
|
18 |
${__FILE__}['ns_path'] = str_replace('\\', '/', __NAMESPACE__); // To dir/path.
|
src/includes/translations/comet-cache.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Comet Cache package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Comet Cache 160211\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/comet-cache\n"
|
7 |
"POT-Creation-Date: 2016-02-12 01:29:17+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
2 |
# This file is distributed under the same license as the Comet Cache package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Comet Cache 160211.2\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/comet-cache\n"
|
7 |
"POT-Creation-Date: 2016-02-12 01:29:17+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|