Skip to content

Releases: Codeinwp/optimole-wp

v3.12.8

16 Apr 12:35
Compare
Choose a tag to compare
Version 3.12.8 (2024-04-16)
  • Hotfix for a compatibility issue with one of the dependencies affecting a small subset of users.

v3.12.7

16 Apr 07:12
Compare
Choose a tag to compare
Version 3.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.

v3.12.6

22 Mar 12:56
Compare
Choose a tag to compare
Version 3.12.6 (2024-03-22)
  • Corrected inaccuracies in notification text.
  • Compatibility was confirmed with WordPress for version 6.5.
  • Dependencies updated.

v3.12.5

14 Feb 10:31
Compare
Choose a tag to compare
Version 3.12.5 (2024-02-14)
  • Update dependencies
  • Harden Security

v3.12.4

25 Jan 16:13
Compare
Choose a tag to compare
Version 3.12.4 (2024-01-25)

Enhancements

  • Add Filter for Overriding DISABLE_WP_CRON Check: Introduced a filter for overriding the DISABLE_WP_CRON check in the context - optml_offload_wp_cron_disabled.

v3.12.3

16 Jan 12:41
Compare
Choose a tag to compare
Version 3.12.3 (2024-01-16)

Enhancements

  • Improve default settings: Ensure default settings for image optimization and lazyloading are optimal.

v3.12.2

08 Jan 09:04
Compare
Choose a tag to compare
Version 3.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.

v3.12.1

21 Dec 15:24
Compare
Choose a tag to compare
Version 3.12.1 (2023-12-21)

Enhancements

  • Add Retries for Offloading Common Errors: Implemented a feature to add retries to address common errors in the offloading process.

Fixes

  • Fix Replacement in Elementor: Resolved an issue where replacement in Elementor was not working in some cases

v3.12.0

19 Dec 17:13
Compare
Choose a tag to compare

Version 3.12.0 (2023-12-19)

New Features

  • Handshake Mechanism: Implemented a handshake mechanism to ensure that the website can use Optimole when connecting.
  • New Cloud Library UI/UX: Introduced a new and improved UI and experience for the Cloud Library.

Enhancements

  • Improved Optimole Dashboard UX: Enhancements to improve the user experience of the Optimole dashboard.
  • Cohesive UI on Plugin Dashboard: Improved the overall UI on the plugin dashboard for a more cohesive look and feel.
  • Revamped Offloading User Experience: Revamped the UI/UX for offloading operations, making it more intuitive and user-friendly.
  • Cloud Library Access by Default: Enabled Cloud Library access by default for all users, enhancing accessibility to Optimoles features.
  • Notice for Offloaded Images Limit: Added a notice if the count of offloaded images exceeds the limit, keeping users informed.

v3.11.3

05 Dec 12:12
Compare
Choose a tag to compare
Version 3.11.3 (2023-12-05)

Bug Fixes

  • Division by zero: Addressed an edge case where a division by zero was happening when resizing images.
  • WPML Duplicated Attachments: Resolved an issue where WPML duplicated attachments were not being accounted for as offloaded.
  • Offload Batch Size: Lowered the batch size of images processed for offloading/rollback to address timeout issues on some servers.

Improvements

  • Action Scheduler Integration: The offloading/rollback process will use Action Scheduler if available.