Version Description
- Fix missing lang folder
Download this release
Release Info
Developer | ivankristianto |
Plugin | DB Cache Reloaded Fix |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.3
- db-cache-reloaded.php +1 -1
- readme.txt +4 -1
db-cache-reloaded.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Short Name: db_cache_reloaded
|
5 |
* Description: The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. (Disable and enable caching after update). Now compatible with WordPress 3.1.
|
6 |
* Author: Ivan Kristianto
|
7 |
-
* Version: 2.2.
|
8 |
* Requires at least: 2.7
|
9 |
* Tested up to: 3.1.2
|
10 |
* Tags: db cache, db cache reloaded, db cache reloaded fix
|
4 |
* Short Name: db_cache_reloaded
|
5 |
* Description: The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. (Disable and enable caching after update). Now compatible with WordPress 3.1.
|
6 |
* Author: Ivan Kristianto
|
7 |
+
* Version: 2.2.3
|
8 |
* Requires at least: 2.7
|
9 |
* Tested up to: 3.1.2
|
10 |
* Tags: db cache, db cache reloaded, db cache reloaded fix
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ivankristianto.com/portfolio/
|
|
4 |
Tags: performance, caching, wp-cache, db-cache, cache
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.1.2
|
7 |
-
Stable tag: 2.2.
|
8 |
|
9 |
The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. Compatible with WordPress 3.1
|
10 |
|
@@ -142,6 +142,9 @@ By default DB Cache Reloaded saves cached queries in `wp-content/tmp dir` (or an
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
145 |
= 2.2.2 =
|
146 |
* Add zh_CN and zh_TW lang
|
147 |
|
4 |
Tags: performance, caching, wp-cache, db-cache, cache
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.1.2
|
7 |
+
Stable tag: 2.2.3
|
8 |
|
9 |
The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. Compatible with WordPress 3.1
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= 2.2.3 =
|
146 |
+
* Fix missing lang folder
|
147 |
+
|
148 |
= 2.2.2 =
|
149 |
* Add zh_CN and zh_TW lang
|
150 |
|