Skip to content

Commit affa2ad

Browse files
committed
Bump version to 1.1.2
1 parent 92b295c commit affa2ad

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-optimizer-pro",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "WordPress plugin for Image Optimization",
55
"author": {
66
"name": "poweredcache",

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Image Optimizer Pro
44
* Plugin URI: https://poweredcache.com/image-optimizer-pro/
55
* Description: On-the-fly image optimization for WordPress. It automatically converts and serves images in AVIF or webp format where the browser supports, ensuring faster load times and enhanced user experience.
6-
* Version: 1.1.1
6+
* Version: 1.1.2
77
* Requires at least: 5.7
88
* Requires PHP: 7.2.5
99
* Author: Powered Cache
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Useful global constants.
26-
define( 'IMAGE_OPTIMIZER_PRO_VERSION', '1.1.1' );
26+
define( 'IMAGE_OPTIMIZER_PRO_VERSION', '1.1.2' );
2727
define( 'IMAGE_OPTIMIZER_PRO_PLUGIN_FILE', __FILE__ );
2828
define( 'IMAGE_OPTIMIZER_PRO_URL', plugin_dir_url( __FILE__ ) );
2929
define( 'IMAGE_OPTIMIZER_PRO_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: poweredcache, m_uysl
33
Tags: image optimizer, optimize images, webp, avif, image compression
44
Requires at least: 5.7
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 7.2.5
7-
Stable tag: 1.1.1
7+
Stable tag: 1.1.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://poweredcache.com/donate/
@@ -89,6 +89,10 @@ Yes, it’s compatible with PHP 8+
8989

9090
== Changelog ==
9191

92+
= 1.1.2 (2025-11-23) =
93+
- [Updated] Dependencies.
94+
- [Tested] Compatibility with WordPress 6.9
95+
9296
= 1.1.1 (2025-04-14) =
9397
- [Updated] Dependencies.
9498
- [Tested] Compatibility with WordPress 6.8

0 commit comments

Comments
 (0)