Nginx Helper - Version 1.7.5

Version Description

  • Fixed option name mismatch issue to purge homepage on delete.
Download this release

Release Info

Developer faishal
Plugin Icon 128x128 Nginx Helper
Version 1.7.5
Comparing to
See all releases

Code changes from version 1.7.4 to 1.7.5

Files changed (3) hide show
  1. nginx-helper.php +1 -1
  2. purger.php +1 -1
  3. 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.4
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[ 'purge_homepage_on_delete' ] == 1 ) {
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.4
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.4 =
250
- Disable purge and html stamp by defualt.
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.