Skip to content

Commit 6a80c84

Browse files
committed
chore(release): 3.12.2
##### [Version 3.12.2](v3.12.1...v3.12.2) (2024-01-08) ### Bug Fixes - **Optimization Exclusions Fix**: Resolved an issue where some pages were excluded from optimization due to AJAX requests exclusions. ### Enhancements - **Lazyloading Menu Item**: Ensure that turning off lazyloading now disables the lazyloading settings menu item in the plugin dashboard. - **Lazyload Support for Group Blocks**: Added lazyload support for group blocks background for improved performance. - **Cap Offloading Log**: Capped offloading log read lines to 10,000 for better performance and manageability.
1 parent 5302ccc commit 6a80c84

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
##### [Version 3.12.2](https://github.com/Codeinwp/optimole-wp/compare/v3.12.1...v3.12.2) (2024-01-08)
2+
3+
### Bug Fixes
4+
5+
- **Optimization Exclusions Fix**: Resolved an issue where some pages were excluded from optimization due to AJAX requests exclusions.
6+
7+
### Enhancements
8+
9+
- **Lazyloading Menu Item**: Ensure that turning off lazyloading now disables the lazyloading settings menu item in the plugin dashboard.
10+
- **Lazyload Support for Group Blocks**: Added lazyload support for group blocks background for improved performance.
11+
- **Cap Offloading Log**: Capped offloading log read lines to 10,000 for better performance and manageability.
12+
113
##### [Version 3.12.1](https://github.com/Codeinwp/optimole-wp/compare/v3.12.0...v3.12.1) (2023-12-21)
214

315
### Enhancements

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.1
5+
* Version: 3.12.2
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.1' );
77+
define( 'OPTML_VERSION', '3.12.2' );
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.1",
3+
"version": "3.12.2",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

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

150150
== Changelog ==
151151

152+
##### [Version 3.12.2](https://github.com/Codeinwp/optimole-wp/compare/v3.12.1...v3.12.2) (2024-01-08)
153+
154+
### Bug Fixes
155+
156+
- **Optimization Exclusions Fix**: Resolved an issue where some pages were excluded from optimization due to AJAX requests exclusions.
157+
158+
### Enhancements
159+
160+
- **Lazyloading Menu Item**: Ensure that turning off lazyloading now disables the lazyloading settings menu item in the plugin dashboard.
161+
- **Lazyload Support for Group Blocks**: Added lazyload support for group blocks background for improved performance.
162+
- **Cap Offloading Log**: Capped offloading log read lines to 10,000 for better performance and manageability.
163+
164+
165+
166+
152167
##### [Version 3.12.1](https://github.com/Codeinwp/optimole-wp/compare/v3.12.0...v3.12.1) (2023-12-21)
153168

154169
### Enhancements

0 commit comments

Comments
 (0)