Skip to content

Commit a655850

Browse files
committed
chore(release): 4.0.0
#### [Version 4.0.0](v3.14.1...v4.0.0) (2025-04-14) ### New Features - Added [client-side detection](https://docs.optimole.com/article/1948-bypass-lazy-load-for-first-images) of above-the-fold images with device-specific lazy loading for improved performance on both desktop and mobile. - Introduced [video](https://docs.optimole.com/article/2254-how-to-use-optimole-video-integration) integration that allows uploading, managing, and displaying videos directly via the Optimole DAM. - Enabled rename and replace functionality for media files within both the WordPress media library and the Optimole Cloud Library. - Simplified compression settings with [presets](https://docs.optimole.com/article/2252-choose-the-best-optimization-preset-for-your-website) for Speed and Quality optimized workflows. - Added a download button in the Optimole Cloud Library for quick image retrieval. - Introduced a WordPress dashboard widget showing visits, optimizations, and latest media activity. - Launched a [referral](https://docs.optimole.com/article/2253-referral-program) program where each referral grants 500 extra visits, up to 5,000. - Added support to host and serve PDFs from the Optimole. - Added support for JPEG XL format --- ### Enhancements - Added direct access to the Optimole Cloud Library from the plugin settings for faster navigation. - Redesigned the plugin dashboard layout to make metrics clearer and easier to read. - Enhanced Optimole badge settings with position options and icon-only display mode. - Added sorting options in the Cloud Library to organize media by upload time or file size. - Refreshed the first plugin screen with improved trust-building elements. - Enhanced image preloading logic to more accurately detect and prioritize visible images. - Displayed clear warnings when free users are approaching their offload limits. - Added slider navigation and persistent folder state to the Cloud Library for a better media browsing experience. - Displayed offload quota usage directly in the plugin dashboard. --- ### Bug Fixes - Fixed pixelated SVGs by ensuring proper format is served. - Prevented redirect issues when rolling back offloaded images in the media library. - Respected custom image dimensions set in Elementor sliders during auto-scaling. - Stopped misidentification of mega menu images as hero images. - Prevented broken links when editing cloud-only images by redirecting to the Optimole Library. - Preserved original image URLs in Gutenberg when lazy load and scaling are disabled. - Fixed issue where product gallery images from the Cloud Library also appeared in product descriptions. - Resolved incorrect quota display for disabled accounts with badge enabled. - Ensured first-time DAM authorization works across all browsers. - Corrected sorting so newest uploads appear at the top of the Cloud Library. - Cleared cache automatically when images are updated on the site. - Made update and delete buttons for watermarks visible when multiple rows exist. - Clarified that excluding an image from optimization also excludes it from lazy loading. - Stopped image distortion when no size attributes are present and scaling is disabled. - Synced folder tree view and search in the Cloud Library for consistent navigation.
1 parent 208605a commit a655850

File tree

6 files changed

+318
-87
lines changed

6 files changed

+318
-87
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
#### [Version 4.0.0](https://github.com/Codeinwp/optimole-wp/compare/v3.14.1...v4.0.0) (2025-04-14)
2+
3+
### New Features
4+
5+
- Added [client-side detection](https://docs.optimole.com/article/1948-bypass-lazy-load-for-first-images) of above-the-fold images with device-specific lazy loading for improved performance on both desktop and mobile.
6+
- Introduced [video](https://docs.optimole.com/article/2254-how-to-use-optimole-video-integration) integration that allows uploading, managing, and displaying videos directly via the Optimole DAM.
7+
- Enabled rename and replace functionality for media files within both the WordPress media library and the Optimole Cloud Library.
8+
- Simplified compression settings with [presets](https://docs.optimole.com/article/2252-choose-the-best-optimization-preset-for-your-website) for Speed and Quality optimized workflows.
9+
- Added a download button in the Optimole Cloud Library for quick image retrieval.
10+
- Introduced a WordPress dashboard widget showing visits, optimizations, and latest media activity.
11+
- Launched a [referral](https://docs.optimole.com/article/2253-referral-program) program where each referral grants 500 extra visits, up to 5,000.
12+
- Added support to host and serve PDFs from the Optimole.
13+
- Added support for JPEG XL format
14+
15+
---
16+
17+
### Enhancements
18+
19+
- Added direct access to the Optimole Cloud Library from the plugin settings for faster navigation.
20+
- Redesigned the plugin dashboard layout to make metrics clearer and easier to read.
21+
- Enhanced Optimole badge settings with position options and icon-only display mode.
22+
- Added sorting options in the Cloud Library to organize media by upload time or file size.
23+
- Refreshed the first plugin screen with improved trust-building elements.
24+
- Enhanced image preloading logic to more accurately detect and prioritize visible images.
25+
- Displayed clear warnings when free users are approaching their offload limits.
26+
- Added slider navigation and persistent folder state to the Cloud Library for a better media browsing experience.
27+
- Displayed offload quota usage directly in the plugin dashboard.
28+
29+
---
30+
31+
### Bug Fixes
32+
33+
- Fixed pixelated SVGs by ensuring proper format is served.
34+
- Prevented redirect issues when rolling back offloaded images in the media library.
35+
- Respected custom image dimensions set in Elementor sliders during auto-scaling.
36+
- Stopped misidentification of mega menu images as hero images.
37+
- Prevented broken links when editing cloud-only images by redirecting to the Optimole Library.
38+
- Preserved original image URLs in Gutenberg when lazy load and scaling are disabled.
39+
- Fixed issue where product gallery images from the Cloud Library also appeared in product descriptions.
40+
- Resolved incorrect quota display for disabled accounts with badge enabled.
41+
- Ensured first-time DAM authorization works across all browsers.
42+
- Corrected sorting so newest uploads appear at the top of the Cloud Library.
43+
- Cleared cache automatically when images are updated on the site.
44+
- Made update and delete buttons for watermarks visible when multiple rows exist.
45+
- Clarified that excluding an image from optimization also excludes it from lazy loading.
46+
- Stopped image distortion when no size attributes are present and scaling is disabled.
47+
- Synced folder tree view and search in the Cloud Library for consistent navigation.
48+
149
##### [Version 3.14.1](https://github.com/Codeinwp/optimole-wp/compare/v3.14.0...v3.14.1) (2025-02-21)
250

351
- Improve error handling on connection

0 commit comments

Comments
 (0)