Nginx Helper - Version 1.6.5

Version Description

  • Fixed typo that interfered with archive purge settings. Thanks to Daan Kortenbach for pointing this out.
Download this release

Release Info

Developer saurabhshukla
Plugin Icon 128x128 Nginx Helper
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

Files changed (3) hide show
  1. admin/admin.php +1 -1
  2. nginx-helper.php +1 -1
  3. readme.txt +6 -3
admin/admin.php CHANGED
@@ -173,7 +173,7 @@ namespace rtCamp\WP\Nginx {
173
  <br />
174
  <fieldset>
175
  <legend class="screen-reader-text"><span>&nbsp;when a comment is approved/published.</span></legend>
176
- <label for="purge_archive_on_new_comment"><input type="checkbox" value="1" id="purge_archive_on_new_comment" name="purge_page_on_new_comment"<?php checked( $rt_wp_nginx_helper->options[ 'purge_archive_on_new_comment' ], 1 ); ?>>&nbsp;when a <strong>comment</strong> is <strong>approved/published</strong>.</label><br />
177
  </fieldset>
178
  <fieldset>
179
  <legend class="screen-reader-text"><span>&nbsp;when a comment is unapproved/deleted.</span></legend>
173
  <br />
174
  <fieldset>
175
  <legend class="screen-reader-text"><span>&nbsp;when a comment is approved/published.</span></legend>
176
+ <label for="purge_archive_on_new_comment"><input type="checkbox" value="1" id="purge_archive_on_new_comment" name="purge_archive_on_new_comment"<?php checked( $rt_wp_nginx_helper->options[ 'purge_archive_on_new_comment' ], 1 ); ?>>&nbsp;when a <strong>comment</strong> is <strong>approved/published</strong>.</label><br />
177
  </fieldset>
178
  <fieldset>
179
  <legend class="screen-reader-text"><span>&nbsp;when a comment is unapproved/deleted.</span></legend>
nginx-helper.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Nginx Helper
4
  Plugin URI: http://rtcamp.com/
5
  Description: An nginx helper that serves various functions.
6
- Version: 1.6.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/
5
  Description: An nginx helper that serves various functions.
6
+ Version: 1.6.5
7
  Author: rtCamp
8
  Author URI: http://rtcamp.com
9
  Requires at least: 3.0
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: rtcamp, rahul286, saurabhshukla
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.4.2
6
- Stable tag: 1.6.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/
@@ -105,6 +105,9 @@ Its just that we are hyperactive on our own forum!
105
 
106
  == Changelog ==
107
 
 
 
 
108
  = 1.6.4 =
109
  * Improved code for map generation to better conventions since the nesting confused some servers.
110
  * Added map update process to admin_init for frequent refreshes.
@@ -189,5 +192,5 @@ Its just that we are hyperactive on our own forum!
189
 
190
  == Upgrade Notice ==
191
 
192
- = 1.6.4 =
193
- Revised map generation.
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.4.2
6
+ Stable tag: 1.6.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/
105
 
106
  == Changelog ==
107
 
108
+ = 1.6.5 =
109
+ * Fixed typo that interfered with archive purge settings. Thanks to [Daan Kortenbach](http://profiles.wordpress.org/daankortenbach/) for pointing this out.
110
+
111
  = 1.6.4 =
112
  * Improved code for map generation to better conventions since the nesting confused some servers.
113
  * Added map update process to admin_init for frequent refreshes.
192
 
193
  == Upgrade Notice ==
194
 
195
+ = 1.6.5 =
196
+ Fixed bug in archive purge settings.