Skip to content

Commit

Permalink
Bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Nov 1, 2023
1 parent c3d2013 commit a93b4e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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.3.0",
"version": "3.3.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.3
* Version: 3.3.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.3' );
define( 'POWERED_CACHE_VERSION', '3.3.1' );
define( 'POWERED_CACHE_DB_VERSION', '3.3' );
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
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
Stable tag: 3.3.1
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://poweredcache.com/donate/
Expand All @@ -13,7 +13,9 @@ The most powerful caching and performance suite for WordPress. Easily Improve Pa

== Description ==

Powered Cache is your comprehensive solution for enhancing WordPress site performance, ensuring a swift and seamless user experience. The Free version provides essential tools to boost your site's speed while the [Premium version](https://poweredcache.com) unlocks a suite of advanced optimization features.
Powered Cache is your comprehensive solution for enhancing WordPress site performance, ensuring a swift and seamless user experience.

The Free version provides essential tools to boost your site's speed while the [Premium version](https://poweredcache.com) unlocks a suite of advanced optimization features.

= Features ⚡️ =

Expand Down Expand Up @@ -169,6 +171,9 @@ Yes, it’s compatible with PHP 8+

== Changelog ==

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

= 3.3 (November 01, 2023) =
- [Fix] Fix partially supported deprecated callable for PHP 8.2
- [Added] Add WPS Hide Login compat.
Expand Down

0 comments on commit a93b4e1

Please sign in to comment.