Releases: Codeinwp/optimole-wp
Releases · Codeinwp/optimole-wp
v3.13.8
Version 3.13.8 (2024-11-11)
- Fix edge cases when the user data has a corrupted format.
- Unify image size resize to both DAM and non-DAM contexts
- Improve dashboard layout on various screen sizes
- Update dependencies.
v3.13.7
Version 3.13.7 (2024-09-11)
- Resolved fatal error occurring with the Image Box widget when using Optimole DAM in Elementor.
- Improve error reporting in offloading process
v3.13.6
Version 3.13.6 (2024-08-20)
- Support for external image replacement should be added in the editor if the domain is allowed.
- Close output buffer on shutdown
- Update dependencies.
v3.13.5
Version 3.13.5 (2024-08-06)
- Fix image offloading process regression
v3.13.4
Version 3.13.4 (2024-07-29)
- Improve offloading mechanism
- Fix offloaded attachments from other sources getting replaced when post is saved even if there is no associated attachment
- Improve error handling
v3.13.3
Version 3.13.3 (2024-05-24)
- Update dependencies
- Improve API error handling to display more helpful messages.
v3.13.2
Version 3.13.2 (2024-05-17)
- Addressed an issue that caused slower performance for URLs not using the offloading feature.
v3.13.1
Version 3.13.1 (2024-05-16)
- Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases.
v3.13.0
Version 3.13.0 (2024-05-14)
- Optimole is now fully translated into German! This update makes our service more convenient for our German-speaking customers and helps you support your German-speaking clients more effectively.
- We now have a PHP SDK available on GitHub: Optimole PHP SDK. This SDK simplifies the integration of Optimole’s features with any PHP-based website, making the process straightforward and efficient.
- You can now associate a billing email to receive invoices. For more details, check out our documentation.
- Weve improved Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazy loading.
- Weve also improved LCP by using the srcset attribute for non-lazyloaded images.
- Weve fixed various issues with offload compatibility to ensure all images load properly, making the service more robust.
- Weve resolved an issue where the offloading process was getting stuck on large websites, making the process smoother and more reliable.
- Weve improved the handling and sanitization of SVG files.
v3.12.10
Version 3.12.10 (2024-04-19)
- Addressed an issue with offloading/rollback transfers getting stuck by adding a check for scheduled cron jobs. If no cron is scheduled and a transfer is in progress, the cron will be rescheduled.