Skip to content

Commit 4cec1fe

Browse files
committed
chore(release): 3.14.1
##### [Version 3.14.1](v3.14.0...v3.14.1) (2025-02-21) - Improve error handling on connection - Fixes sub-API keys displaying the site selector in Cloud Library settings
1 parent ec98013 commit 4cec1fe

File tree

6 files changed

+17
-42
lines changed

6 files changed

+17
-42
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.14.1](https://github.com/Codeinwp/optimole-wp/compare/v3.14.0...v3.14.1) (2025-02-21)
2+
3+
- Improve error handling on connection
4+
- Fixes sub-API keys displaying the site selector in Cloud Library settings
5+
16
#### [Version 3.14.0](https://github.com/Codeinwp/optimole-wp/compare/v3.13.9...v3.14.0) (2025-02-20)
27

38
#### New Features

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 5.5
55
**Tested up to:** 6.7
66
**Requires PHP:** 7.4
7-
**Stable tag:** 3.14.0
7+
**Stable tag:** 3.14.1
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -150,25 +150,10 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
150150

151151
## Changelog ##
152152

153-
#### [Version 3.14.0](https://github.com/Codeinwp/optimole-wp/compare/v3.13.9...v3.14.0) (2025-02-20)
153+
##### [Version 3.14.1](https://github.com/Codeinwp/optimole-wp/compare/v3.14.0...v3.14.1) (2025-02-21)
154154

155-
#### New Features
156-
157-
- You can now create **sub-API keys** in the Optimole dashboard to connect sites while restricting access to specific folders. Ideal for agencies and multi-site users, this feature allows **folder-level access control**.
158-
- **Bulk delete assets in the Cloud Library**, including entire folders with their contents.
159-
160-
#### Enhancements
161-
162-
- Added **basic previews for video and audio files** in the Optimole dashboard, now with an **asset player** in the file details modal.
163-
- **Increased the maximum file upload size** in the Cloud Library to **100MB** for better support of larger media files.
164-
- The **Cloud Library now remembers your last used display mode**, keeping your preferred **folder view or image gallery view** for a smoother experience.
165-
- **Improved folder listing**, allowing more than **50 folders** to load dynamically for better navigation.
166-
- **Optimized upload process** by uploading files faster to our cloud.
167-
168-
#### Bug Fixes
169-
170-
- **Fixed folder movement behavior**, preventing folders from being moved into their own subfolders.
171-
- **Fixed folder creation modal layout**, ensuring button text is displayed correctly.
155+
- Improve error handling on connection
156+
- Fixes sub-API keys displaying the site selector in Cloud Library settings
172157

173158

174159

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.14.0
5+
* Version: 3.14.1
66
* Author: Optimole
77
* Author URI: https://optimole.com
88
* License: GPL-2.0+
@@ -89,7 +89,7 @@ function optml() {
8989
}
9090
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
9191
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
92-
define( 'OPTML_VERSION', '3.14.0' );
92+
define( 'OPTML_VERSION', '3.14.1' );
9393
define( 'OPTML_NAMESPACE', 'optml' );
9494
define( 'OPTML_BASEFILE', __FILE__ );
9595
// 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.14.0",
3+
"version": "3.14.1",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim
44
Requires at least: 5.5
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 3.14.0
7+
Stable tag: 3.14.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -150,25 +150,10 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
150150

151151
== Changelog ==
152152

153-
#### [Version 3.14.0](https://github.com/Codeinwp/optimole-wp/compare/v3.13.9...v3.14.0) (2025-02-20)
153+
##### [Version 3.14.1](https://github.com/Codeinwp/optimole-wp/compare/v3.14.0...v3.14.1) (2025-02-21)
154154

155-
#### New Features
156-
157-
- You can now create **sub-API keys** in the Optimole dashboard to connect sites while restricting access to specific folders. Ideal for agencies and multi-site users, this feature allows **folder-level access control**.
158-
- **Bulk delete assets in the Cloud Library**, including entire folders with their contents.
159-
160-
#### Enhancements
161-
162-
- Added **basic previews for video and audio files** in the Optimole dashboard, now with an **asset player** in the file details modal.
163-
- **Increased the maximum file upload size** in the Cloud Library to **100MB** for better support of larger media files.
164-
- The **Cloud Library now remembers your last used display mode**, keeping your preferred **folder view or image gallery view** for a smoother experience.
165-
- **Improved folder listing**, allowing more than **50 folders** to load dynamically for better navigation.
166-
- **Optimized upload process** by uploading files faster to our cloud.
167-
168-
#### Bug Fixes
169-
170-
- **Fixed folder movement behavior**, preventing folders from being moved into their own subfolders.
171-
- **Fixed folder creation modal layout**, ensuring button text is displayed correctly.
155+
- Improve error handling on connection
156+
- Fixes sub-API keys displaying the site selector in Cloud Library settings
172157

173158

174159

0 commit comments

Comments
 (0)