W3 Total Cache - Version 0.9.5.4

Version Description

  • Fixed regression with browser caching and query strings
Download this release

Release Info

Developer fredericktownes
Plugin Icon 128x128 W3 Total Cache
Version 0.9.5.4
Comparing to
See all releases

Code changes from version 0.9.5.3 to 0.9.5.4

BrowserCache_Plugin.php CHANGED
@@ -183,7 +183,7 @@ class BrowserCache_Plugin {
183
  $query_pos = strpos( $url, '?' );
184
  if ( isset( $ops['querystring'] ) && $query_pos !== false ) {
185
  $url = substr( $url, 0, $query_pos );
186
- $query_pos == false;
187
  }
188
 
189
  if ( isset( $ops['replace'] ) ) {
183
  $query_pos = strpos( $url, '?' );
184
  if ( isset( $ops['querystring'] ) && $query_pos !== false ) {
185
  $url = substr( $url, 0, $query_pos );
186
+ $query_pos = false;
187
  }
188
 
189
  if ( isset( $ops['replace'] ) ) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: fredericktownes
3
  Tags: seo, cache, caching, compression, maxcdn, nginx, varnish, redis, new relic, aws, amazon web services, s3, cloudfront, rackspace, cloudflare, azure, apache
4
  Requires at least: 3.2
5
  Tested up to: 4.7.1
6
- Stable tag: 0.9.5.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -283,6 +283,9 @@ Please reach out to all of these people and support their projects if you're so
283
 
284
  == Changelog ==
285
 
 
 
 
286
  = 0.9.5.3 =
287
  * Fixed handling of HTTP compressed documents in PHP v5.3 (via amiga-500)
288
  * Fixed a bug with accelerated mobile pages (via nigrosimone)
3
  Tags: seo, cache, caching, compression, maxcdn, nginx, varnish, redis, new relic, aws, amazon web services, s3, cloudfront, rackspace, cloudflare, azure, apache
4
  Requires at least: 3.2
5
  Tested up to: 4.7.1
6
+ Stable tag: 0.9.5.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
283
 
284
  == Changelog ==
285
 
286
+ = 0.9.5.4 =
287
+ * Fixed regression with browser caching and query strings
288
+
289
  = 0.9.5.3 =
290
  * Fixed handling of HTTP compressed documents in PHP v5.3 (via amiga-500)
291
  * Fixed a bug with accelerated mobile pages (via nigrosimone)
w3-total-cache-api.php CHANGED
@@ -5,7 +5,7 @@ if ( !defined( 'ABSPATH' ) ) {
5
  }
6
 
7
  define( 'W3TC', true );
8
- define( 'W3TC_VERSION', '0.9.5.3' );
9
  define( 'W3TC_POWERED_BY', 'W3 Total Cache' );
10
  define( 'W3TC_EMAIL', 'w3tc@w3-edge.com' );
11
  define( 'W3TC_TEXT_DOMAIN', 'w3-total-cache' );
5
  }
6
 
7
  define( 'W3TC', true );
8
+ define( 'W3TC_VERSION', '0.9.5.4' );
9
  define( 'W3TC_POWERED_BY', 'W3 Total Cache' );
10
  define( 'W3TC_EMAIL', 'w3tc@w3-edge.com' );
11
  define( 'W3TC_TEXT_DOMAIN', 'w3-total-cache' );
w3-total-cache.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: W3 Total Cache
4
  Description: The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
5
- Version: 0.9.5.3
6
  Plugin URI: https://www.w3-edge.com/wordpress-plugins/w3-total-cache/
7
  Author: Frederick Townes
8
  Author URI: http://www.linkedin.com/in/fredericktownes
2
  /*
3
  Plugin Name: W3 Total Cache
4
  Description: The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
5
+ Version: 0.9.5.4
6
  Plugin URI: https://www.w3-edge.com/wordpress-plugins/w3-total-cache/
7
  Author: Frederick Townes
8
  Author URI: http://www.linkedin.com/in/fredericktownes