Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Nov 1, 2023
1 parent 6d22a1e commit 9b54a55
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 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.1",
"version": "3.3.0",
"description": "Comprehensive caching and performance plugin for WordPress.",
"author": {
"name": "PoweredCache",
Expand Down
6 changes: 3 additions & 3 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.1
* Version: 3.3
* Requires at least: 5.7
* Requires PHP: 7.2.5
* Author: Powered Cache
Expand All @@ -25,8 +25,8 @@
}

// Useful global constants.
define( 'POWERED_CACHE_VERSION', '3.2.1' );
define( 'POWERED_CACHE_DB_VERSION', '3.2' );
define( 'POWERED_CACHE_VERSION', '3.3' );
define( 'POWERED_CACHE_DB_VERSION', '3.3' );
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
define( 'POWERED_CACHE_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
22 changes: 14 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score ===
Contributors: poweredcache, wphandle, m_uysl
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.3
Stable tag: 3.2.1
Tested up to: 6.4
Stable tag: 3.3
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://poweredcache.com/donate/
Expand All @@ -13,15 +13,13 @@ The most powerful caching and performance suite for WordPress. Easily Improve Pa

== Description ==

Powered Cache is a comprehensive caching and optimization plugin for WordPress. It's easy to use and dramatically boosts site performance in a few clicks.

Powered Cache Free contains everything that you need to optimize your website performance, and the [Powered Cache Premium](https://poweredcache.com) plugin and its extensions unlock even more tools and functionality.
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 ⚡️ =

__Simple and easily configurable__: You can import and export settings with a single click.
__Simple and easily configurable__: Import and export settings effortlessly.

__Page Caching__: Lightning-fast pages. (Trusted by enterprise-grade websites)
__Page Caching__: Accelerate page loads, trusted by top-tier websites.

__Object Caching__: Speed up dynamic pageviews. It supports Redis, Memcached, Memcache, and APCu.

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

== Changelog ==

= 3.3 (November 01, 2023) =
- [Fix] Fix partially supported deprecated callable for PHP 8.2
- [Added] Add WPS Hide Login compat.
- [Added] Rewrite support for File Optimizer.
- [Added] DOM Optimization option for HTML Minification.
- Dependency updates.
- Tested with WP 6.4

= 3.2.1 (September 05, 2023) =
- [Fix] Dynamic property deprecations for PHP 8.2
- [Fix] Deprecated variable format for PHP 8.2
Expand Down

0 comments on commit 9b54a55

Please sign in to comment.