Version Description
- Fixed option name mismatch issue to purge homepage on delete.
Download this release
Release Info
Developer | faishal |
Plugin | Nginx Helper |
Version | 1.7.5 |
Comparing to | |
See all releases |
Code changes from version 1.7.4 to 1.7.5
- nginx-helper.php +1 -1
- purger.php +1 -1
- readme.txt +6 -3
nginx-helper.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Nginx Helper
|
4 |
Plugin URI: http://rtcamp.com/nginx-helper/
|
5 |
Description: An nginx helper that serves various functions.
|
6 |
-
Version: 1.7.
|
7 |
Author: rtCamp
|
8 |
Author URI: http://rtcamp.com
|
9 |
Requires at least: 3.0
|
3 |
Plugin Name: Nginx Helper
|
4 |
Plugin URI: http://rtcamp.com/nginx-helper/
|
5 |
Description: An nginx helper that serves various functions.
|
6 |
+
Version: 1.7.5
|
7 |
Author: rtCamp
|
8 |
Author URI: http://rtcamp.com
|
9 |
Requires at least: 3.0
|
purger.php
CHANGED
@@ -344,7 +344,7 @@ namespace rtCamp\WP\Nginx {
|
|
344 |
|
345 |
|
346 |
|
347 |
-
if ( $rt_wp_nginx_helper->options[ '
|
348 |
$this->_purge_homepage();
|
349 |
}
|
350 |
|
344 |
|
345 |
|
346 |
|
347 |
+
if ( $rt_wp_nginx_helper->options[ 'purge_homepage_on_del' ] == 1 ) {
|
348 |
$this->_purge_homepage();
|
349 |
}
|
350 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: rtcamp, rahul286, saurabhshukla, faishal, Darren Slatten, jk3us, d
|
|
3 |
Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, rewrite, permalinks
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 1.7.
|
7 |
License: GPLv2 or later (of-course)
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Donate Link: http://rtcamp.com/donate/
|
@@ -116,6 +116,9 @@ Its just that we are hyperactive on our own forum!
|
|
116 |
|
117 |
== Changelog ==
|
118 |
|
|
|
|
|
|
|
119 |
= 1.7.4 =
|
120 |
* Disable purge and stamp by defualt.
|
121 |
|
@@ -246,5 +249,5 @@ Its just that we are hyperactive on our own forum!
|
|
246 |
|
247 |
== Upgrade Notice ==
|
248 |
|
249 |
-
= 1.7.
|
250 |
-
|
3 |
Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, rewrite, permalinks
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 1.7.5
|
7 |
License: GPLv2 or later (of-course)
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Donate Link: http://rtcamp.com/donate/
|
116 |
|
117 |
== Changelog ==
|
118 |
|
119 |
+
= 1.7.5 =
|
120 |
+
* Fixed option name mismatch issue to purge homepage on delete.
|
121 |
+
|
122 |
= 1.7.4 =
|
123 |
* Disable purge and stamp by defualt.
|
124 |
|
249 |
|
250 |
== Upgrade Notice ==
|
251 |
|
252 |
+
= 1.7.5 =
|
253 |
+
Fixed option name mismatch issue to purge homepage on delete.
|