Skip to content

Commit cd550c3

Browse files
authored
Merge pull request #1043 from BoldGrid/release-2.8.4
Bump version to 2.8.4
2 parents 2ab5683 + ce3a53b commit cd550c3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== W3 Total Cache ===
2-
Contributors: boldgrid, fredericktownes, maxicusc, gidomanders, bwmarkle, harryjackson1221, joemoto, vmarko, jacobd91
2+
Contributors: boldgrid, fredericktownes, maxicusc, gidomanders, bwmarkle, harryjackson1221, joemoto, vmarko, jacobd91, avonville1
33
Tags: CDN, pagespeed, caching, performance, optimize
44
Requires at least: 5.3
55
Tested up to: 6.7
6-
Stable tag: 2.8.3
6+
Stable tag: 2.8.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -362,6 +362,9 @@ Please reach out to all of these people and support their projects if you're so
362362

363363
== Changelog ==
364364

365+
= 2.8.4 =
366+
* Fix: Deactivation modal JS error
367+
365368
= 2.8.3 =
366369
* Fix: HTTP API calls for checking required files
367370
* Fix: script-src-elem and style-src-attr security headers

w3-total-cache-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
defined( 'ABSPATH' ) || die;
1111

1212
define( 'W3TC', true );
13-
define( 'W3TC_VERSION', '2.8.3' );
13+
define( 'W3TC_VERSION', '2.8.4' );
1414
define( 'W3TC_POWERED_BY', 'W3 Total Cache' );
1515
define( 'W3TC_EMAIL', '[email protected]' );
1616
define( 'W3TC_TEXT_DOMAIN', 'w3-total-cache' );

w3-total-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: W3 Total Cache
44
* Plugin URI: https://www.boldgrid.com/totalcache/
55
* 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.8.3
6+
* Version: 2.8.4
77
* Requires at least: 5.3
88
* Requires PHP: 7.2.5
99
* Author: BoldGrid

0 commit comments

Comments
 (0)