W3 Total Cache - Version 2.1.5

Version Description

  • Fix: Sanitize extension argument
Download this release

Release Info

Developer joemoto
Plugin Icon 128x128 W3 Total Cache
Version 2.1.5
Comparing to
See all releases

Code changes from version 2.1.4 to 2.1.5

Generic_Plugin_Admin.php CHANGED
@@ -321,7 +321,7 @@ class Generic_Plugin_Admin {
321
  'dimension9': '<?php echo esc_attr( $state->get_string( 'common.install_version' ) ) ?>',
322
  'dimension10': '<?php echo esc_attr( Util_Environment::w3tc_edition( $this->_config ) ) ?>',
323
  'dimension11': '<?php echo esc_attr( Util_Widget::list_widgets() ) ?>',
324
- 'page': '<?php echo wp_strip_all_tags( $page ); ?>'
325
  });
326
 
327
  w3tc_ga('send', 'pageview');
321
  'dimension9': '<?php echo esc_attr( $state->get_string( 'common.install_version' ) ) ?>',
322
  'dimension10': '<?php echo esc_attr( Util_Environment::w3tc_edition( $this->_config ) ) ?>',
323
  'dimension11': '<?php echo esc_attr( Util_Widget::list_widgets() ) ?>',
324
+ 'page': '<?php echo esc_attr( $page ); ?>'
325
  });
326
 
327
  w3tc_ga('send', 'pageview');
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: boldgrid, fredericktownes, maxicusc, gidomanders, bwmarkle, harryjackson1221, joemoto
3
  Tags: seo, cache, optimize, pagespeed, performance, caching, compression, maxcdn, nginx, varnish, redis, new relic, aws, amazon web services, s3, cloudfront, rackspace, cloudflare, azure, apache
4
  Requires at least: 3.8
5
- Tested up to: 5.7
6
- Stable tag: 2.1.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -275,8 +275,10 @@ Please reach out to all of these people and support their projects if you're so
275
 
276
  == Changelog ==
277
 
278
- = 2.1.4 =
279
  * Fix: Sanitize extension argument
 
 
280
  * Fix: Use Memcached server from config for Nginx rules instead of localhost
281
  * Fix: Allow more characters in CDN hostname sanitization
282
  * Fix: Added missing textdomains for Browser Cache settings
2
  Contributors: boldgrid, fredericktownes, maxicusc, gidomanders, bwmarkle, harryjackson1221, joemoto
3
  Tags: seo, cache, optimize, pagespeed, performance, caching, compression, maxcdn, nginx, varnish, redis, new relic, aws, amazon web services, s3, cloudfront, rackspace, cloudflare, azure, apache
4
  Requires at least: 3.8
5
+ Tested up to: 5.8
6
+ Stable tag: 2.1.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
275
 
276
  == Changelog ==
277
 
278
+ = 2.1.5 =
279
  * Fix: Sanitize extension argument
280
+
281
+ = 2.1.4 =
282
  * Fix: Use Memcached server from config for Nginx rules instead of localhost
283
  * Fix: Allow more characters in CDN hostname sanitization
284
  * Fix: Added missing textdomains for Browser Cache settings
w3-total-cache-api.php CHANGED
@@ -5,7 +5,7 @@ if ( !defined( 'ABSPATH' ) ) {
5
  }
6
 
7
  define( 'W3TC', true );
8
- define( 'W3TC_VERSION', '2.1.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' );
5
  }
6
 
7
  define( 'W3TC', true );
8
+ define( 'W3TC_VERSION', '2.1.5' );
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
@@ -3,7 +3,7 @@
3
  * Plugin Name: W3 Total Cache
4
  * Plugin URI: https://www.boldgrid.com/totalcache/
5
  * 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.
6
- * Version: 2.1.4
7
  * Requires at least: 3.8
8
  * Requires PHP: 5.6
9
  * Author: BoldGrid
3
  * Plugin Name: W3 Total Cache
4
  * Plugin URI: https://www.boldgrid.com/totalcache/
5
  * 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.
6
+ * Version: 2.1.5
7
  * Requires at least: 3.8
8
  * Requires PHP: 5.6
9
  * Author: BoldGrid