Nginx Helper - Version 1.3.3

Version Description

  • Fixed map generation for multi domain installs using domain mapping plugin, where blog ids were not displayed.
Download this release

Release Info

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

Code changes from version 1.3.2 to 1.3.3

Files changed (2) hide show
  1. nginx-helper.php +2 -2
  2. readme.txt +9 -5
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.3.2
7
  Author: rtCamp
8
  Author URI: http://rtcamp.com
9
  Requires at least: 3.0
@@ -223,7 +223,7 @@ namespace rtCamp\WP\Nginx {
223
 
224
  if($rt_domain_map_sites)
225
  foreach($rt_domain_map_sites as $site)
226
- $rt_nginx_map .= "\t" . $site->domain . "\t" . $site->site_id . ";\n";
227
 
228
  return $rt_nginx_map;
229
  }
3
  Plugin Name: Nginx Helper
4
  Plugin URI: http://rtcamp.com/
5
  Description: An nginx helper that serves various functions.
6
+ Version: 1.3.3
7
  Author: rtCamp
8
  Author URI: http://rtcamp.com
9
  Requires at least: 3.0
223
 
224
  if($rt_domain_map_sites)
225
  foreach($rt_domain_map_sites as $site)
226
+ $rt_nginx_map .= "\t" . $site->domain . "\t" . $site->blog_id . ";\n";
227
 
228
  return $rt_nginx_map;
229
  }
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.3.2
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/
@@ -88,9 +88,13 @@ Its just that we are hyperactive on our own forum!
88
  2. Remaining settings
89
 
90
  == Changelog ==
 
 
 
 
91
  = 1.3.2 =
92
 
93
- * Fixed map generation for multi domain installs with domain mapping plugin
94
 
95
  = 1.3.1 =
96
 
@@ -98,7 +102,7 @@ Its just that we are hyperactive on our own forum!
98
 
99
  = 1.3 =
100
 
101
- * Improved Readme
102
 
103
 
104
  = 1.2 =
@@ -119,5 +123,5 @@ Its just that we are hyperactive on our own forum!
119
 
120
  == Upgrade Notice ==
121
 
122
- = 1.3.2 =
123
- Fixed map generation for multi domain installs using domain mapping plugin.
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.3.3
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/
88
  2. Remaining settings
89
 
90
  == Changelog ==
91
+ = 1.3.3 =
92
+
93
+ * Fixed map generation for multi domain installs using domain mapping plugin, where blog ids were not displayed.
94
+
95
  = 1.3.2 =
96
 
97
+ * Fixed map generation for multi domain installs with domain mapping plugin.
98
 
99
  = 1.3.1 =
100
 
102
 
103
  = 1.3 =
104
 
105
+ * Improved Readme.
106
 
107
 
108
  = 1.2 =
123
 
124
  == Upgrade Notice ==
125
 
126
+ = 1.3.3 =
127
+ Fixed map generation for multi domain installs using domain mapping plugin, where blog ids were not displayed.