Skip to content

Commit

Permalink
Bump version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Dec 3, 2023
1 parent eb43ca8 commit 54acfd5
Show file tree
Hide file tree
Showing 4 changed files with 17 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
@@ -1,6 +1,6 @@
{
"name": "powered-cache",
"version": "3.3.1",
"version": "3.3.2",
"description": "Comprehensive caching and performance plugin for WordPress.",
"author": {
"name": "PoweredCache",
Expand Down
4 changes: 2 additions & 2 deletions powered-cache.php
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.3.1
* Version: 3.3.2
* 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.3.1' );
define( 'POWERED_CACHE_VERSION', '3.3.2' );
define( 'POWERED_CACHE_DB_VERSION', '3.3' );
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: poweredcache, wphandle, skopco, 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.4
Stable tag: 3.3.1
Stable tag: 3.3.2
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,14 @@ Yes, it’s compatible with PHP 8+

== Changelog ==

= 3.3.2 (December 03, 2023) =
- [Fix] Improved comment cookie handling to prevent serving cached pages to users with a comment cookie. Props [@jumbo](https://profiles.wordpress.org/jumbo/).
- [Fix] Ensured empty lines in wp-config.php are not removed upon WP_CACHE definition. Props [@jumbo](https://profiles.wordpress.org/jumbo/).
- [Fix] CDN integration now skipped for Block Editor requests. Props [@jumbo](https://profiles.wordpress.org/jumbo/).
- [Improvement] Added support for custom wp-content structure in File Optimizer.
- [Improvement] Added File Optimizer rewrite rules for Nginx.
- [Misc] Dependency updates.

= 3.3.1 (November 01, 2023) =
- [Fix] Save file optimizer rewrite setting.

Expand Down Expand Up @@ -370,6 +378,9 @@ Detailed changelog located in [changelog page](https://poweredcache.com/changelo

== Upgrade notice ==

= 3.3.2 =
- Contains a bug fix related to CDN integration. If you enabled CDN integration, please [search-replace](https://developer.wordpress.org/cli/commands/search-replace/) command to update your CDN hostname(s) with the original URL in the database.

= 2.0 =
- Requirements have been updated.
- Includes some breaking changes. If you have been using the plugin functions or hooks, consider testing it before the upgrade.
Expand Down

0 comments on commit 54acfd5

Please sign in to comment.