Skip to content

Commit

Permalink
chore(release): 3.12.7
Browse files Browse the repository at this point in the history
##### [Version 3.12.7](v3.12.6...v3.12.7) (2024-04-16)

- Resolved an issue where the admin style was loaded prematurely.
- Enhanced Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazyload.
- Improved support for multiple languages and enhanced plugin translations.
- Remove WP_DISABLE_CRON false positive detection of a not working wp-cron.
  • Loading branch information
pirate-bot committed Apr 16, 2024
1 parent 16ed3c8 commit b9310a3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### [Version 3.12.7](https://github.com/Codeinwp/optimole-wp/compare/v3.12.6...v3.12.7) (2024-04-16)

- Resolved an issue where the admin style was loaded prematurely.
- Enhanced Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazyload.
- Improved support for multiple languages and enhanced plugin translations.
- Remove WP_DISABLE_CRON false positive detection of a not working wp-cron.

##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22)

* Corrected inaccuracies in notification text.
Expand Down
4 changes: 2 additions & 2 deletions optimole-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Image optimization service by Optimole
* Description: Complete handling of your website images.
* Version: 3.12.6
* Version: 3.12.7
* Author: Optimole
* Author URI: https://optimole.com
* License: GPL-2.0+
Expand Down Expand Up @@ -89,7 +89,7 @@ function optml() {
}
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
define( 'OPTML_VERSION', '3.12.6' );
define( 'OPTML_VERSION', '3.12.7' );
define( 'OPTML_NAMESPACE', 'optml' );
define( 'OPTML_BASEFILE', __FILE__ );
// Fallback for old PHP versions when this constant is not defined.
Expand Down
2 changes: 1 addition & 1 deletion 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": "optimole-wp",
"version": "3.12.6",
"version": "3.12.7",
"description": "Cloud-based image optimization service - WordPress Integration",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl

== Changelog ==

##### [Version 3.12.7](https://github.com/Codeinwp/optimole-wp/compare/v3.12.6...v3.12.7) (2024-04-16)

- Resolved an issue where the admin style was loaded prematurely.
- Enhanced Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazyload.
- Improved support for multiple languages and enhanced plugin translations.
- Remove WP_DISABLE_CRON false positive detection of a not working wp-cron.




##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22)

* Corrected inaccuracies in notification text.
Expand Down

0 comments on commit b9310a3

Please sign in to comment.