Skip to content

Commit ec01269

Browse files
committed
chore(release): 3.12.6
##### [Version 3.12.6](v3.12.5...v3.12.6) (2024-03-22) * Corrected inaccuracies in notification text. * Compatibility was confirmed with WordPress for version 6.5. * Dependencies updated.
1 parent f405f56 commit ec01269

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22)
2+
3+
* Corrected inaccuracies in notification text.
4+
* Compatibility was confirmed with WordPress for version 6.5.
5+
* Dependencies updated.
6+
17
##### [Version 3.12.5](https://github.com/Codeinwp/optimole-wp/compare/v3.12.4...v3.12.5) (2024-02-14)
28

39
* Update dependencies

optimole-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Image optimization service by Optimole
44
* Description: Complete handling of your website images.
5-
* Version: 3.12.5
5+
* Version: 3.12.6
66
* Author: Optimole
77
* Author URI: https://optimole.com
88
* License: GPL-2.0+
@@ -74,7 +74,7 @@ function optml() {
7474
}
7575
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
7676
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
77-
define( 'OPTML_VERSION', '3.12.5' );
77+
define( 'OPTML_VERSION', '3.12.6' );
7878
define( 'OPTML_NAMESPACE', 'optml' );
7979
define( 'OPTML_BASEFILE', __FILE__ );
8080
// Fallback for old PHP versions when this constant is not defined.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "optimole-wp",
3-
"version": "3.12.5",
3+
"version": "3.12.6",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl
149149

150150
== Changelog ==
151151

152+
##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22)
153+
154+
* Corrected inaccuracies in notification text.
155+
* Compatibility was confirmed with WordPress for version 6.5.
156+
* Dependencies updated.
157+
158+
159+
160+
152161
##### [Version 3.12.5](https://github.com/Codeinwp/optimole-wp/compare/v3.12.4...v3.12.5) (2024-02-14)
153162

154163
* Update dependencies

0 commit comments

Comments
 (0)