Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Aug 1, 2023
1 parent 7f207a3 commit e5e1d5b
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1.0",
"version": "3.1.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.1
* Version: 3.1.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.1' );
define( 'POWERED_CACHE_VERSION', '3.1.1' );
define( 'POWERED_CACHE_DB_VERSION', '3.0' );
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
7 changes: 5 additions & 2 deletions 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.1
Stable tag: 3.1.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 @@ -74,7 +74,7 @@ Here is a list of the amazing features included in Powered Cache Premium:

- Critical CSS & Load CSS Asynchronously.
- Remove Unused CSS. Intelligently scans your pages to identify and remove any CSS rules that aren't being used.
- Image Optimizer. On the fly Image Compression and WebP conversion.
- Image Optimizer. On the fly Image Compression with AVIF/WebP conversion.
- Sitemap Preloading.
- Scheduled Database cleanups.
- Varnish extension.
Expand Down Expand Up @@ -170,6 +170,9 @@ Yes, it’s compatible with PHP 8+

== Changelog ==

= 3.1.1 (August 1, 2023) =
- Added some clarifications about AVIF support

= 3.1 (July 20, 2023) =
- Moved the image optimizer from beta to the stable release. [Learn More] (https://poweredcache.com/features/image-optimizer/)
- New Feature: Introduced the ability to bypass the first nth images with lazy load.
Expand Down

0 comments on commit e5e1d5b

Please sign in to comment.