Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssjoe committed Jun 17, 2021
1 parent a2d093d commit 2bdb3aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: boldgrid, fredericktownes, maxicusc, gidomanders, bwmarkle, harryj
Tags: seo, cache, optimize, pagespeed, performance, caching, compression, maxcdn, nginx, varnish, redis, new relic, aws, amazon web services, s3, cloudfront, rackspace, cloudflare, azure, apache
Requires at least: 3.8
Tested up to: 5.7
Stable tag: 2.1.3
Stable tag: 2.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -275,6 +275,14 @@ Please reach out to all of these people and support their projects if you're so

== Changelog ==

= 2.1.4 =
* Fix: Sanitize extension argument
* Fix: Use Memcached server from config for Nginx rules instead of localhost
* Fix: Allow more characters in CDN hostname sanitization
* Fix: Added missing textdomains for Browser Cache settings
* Fix: Avoid a possible PHP warning in LazyLoad mutator
* Enhancement: Added a filter w3tc_cdn_cf_flush_all_uris for CloudFront purging

= 2.1.3 =
* Fix: Authenticated Persistent XSS & XFS in CDN admin page
* Update: AWS library version 3.183.0
Expand Down
2 changes: 1 addition & 1 deletion w3-total-cache-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

define( 'W3TC', true );
define( 'W3TC_VERSION', '2.1.3' );
define( 'W3TC_VERSION', '2.1.4' );
define( 'W3TC_POWERED_BY', 'W3 Total Cache' );
define( 'W3TC_EMAIL', '[email protected]' );
define( 'W3TC_TEXT_DOMAIN', 'w3-total-cache' );
Expand Down
2 changes: 1 addition & 1 deletion w3-total-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: W3 Total Cache
* Plugin URI: https://www.boldgrid.com/totalcache/
* 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.
* Version: 2.1.3
* Version: 2.1.4
* Requires at least: 3.8
* Requires PHP: 5.6
* Author: BoldGrid
Expand Down

0 comments on commit 2bdb3aa

Please sign in to comment.