Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Sep 5, 2023
1 parent 85123aa commit f092924
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powered-cache",
"version": "3.2.0",
"version": "3.2.1",
"description": "Comprehensive caching and performance plugin for WordPress.",
"author": {
"name": "PoweredCache",
Expand Down
4 changes: 2 additions & 2 deletions powered-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Powered Cache
* Plugin URI: https://poweredcache.com
* Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score.
* Version: 3.2
* Version: 3.2.1
* Requires at least: 5.7
* Requires PHP: 7.2.5
* Author: Powered Cache
Expand All @@ -25,7 +25,7 @@
}

// Useful global constants.
define( 'POWERED_CACHE_VERSION', '3.2' );
define( 'POWERED_CACHE_VERSION', '3.2.1' );
define( 'POWERED_CACHE_DB_VERSION', '3.2' );
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: poweredcache, wphandle, m_uysl
Tags: cache, caching, web vitals, performance, fastest, page speed, optimization, cdn, object cache, minify, powered cache
Requires at least: 5.7
Tested up to: 6.3
Stable tag: 3.2
Stable tag: 3.2.1
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://poweredcache.com/donate/
Expand Down Expand Up @@ -171,6 +171,11 @@ Yes, it’s compatible with PHP 8+

== Changelog ==

= 3.2.1 (September 05, 2023) =
- [Fix] Dynamic property deprecations for PHP 8.2
- [Fix] Deprecated variable format for PHP 8.2
- [Added] Pass $css_url with `powered_cache_fo_css_do_concat` filter.

= 3.2 (August 31, 2023) =
- [Refactored] Improved JS optimization and execution options for better performance.
- [Updated] Enhanced Delay JS feature and removed the default timeout.
Expand Down

0 comments on commit f092924

Please sign in to comment.