Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Feb 21, 2025
2 parents b8ba859 + 4cec1fe commit 65e95e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 42 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 3.14.1](https://github.com/Codeinwp/optimole-wp/compare/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

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

#### New Features
Expand Down
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 5.5
**Tested up to:** 6.7
**Requires PHP:** 7.4
**Stable tag:** 3.14.0
**Stable tag:** 3.14.1
**License:** GPLv3
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html

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

## Changelog ##

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

#### New Features

- 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**.
- **Bulk delete assets in the Cloud Library**, including entire folders with their contents.

#### Enhancements

- Added **basic previews for video and audio files** in the Optimole dashboard, now with an **asset player** in the file details modal.
- **Increased the maximum file upload size** in the Cloud Library to **100MB** for better support of larger media files.
- The **Cloud Library now remembers your last used display mode**, keeping your preferred **folder view or image gallery view** for a smoother experience.
- **Improved folder listing**, allowing more than **50 folders** to load dynamically for better navigation.
- **Optimized upload process** by uploading files faster to our cloud.

#### Bug Fixes

- **Fixed folder movement behavior**, preventing folders from being moved into their own subfolders.
- **Fixed folder creation modal layout**, ensuring button text is displayed correctly.
- Improve error handling on connection
- Fixes sub-API keys displaying the site selector in Cloud Library settings



Expand Down
4 changes: 2 additions & 2 deletions optimole-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Image optimization service by Optimole
* Description: Complete handling of your website images.
* Version: 3.14.0
* Version: 3.14.1
* Author: Optimole
* Author URI: https://optimole.com
* License: GPL-2.0+
Expand Down Expand Up @@ -89,7 +89,7 @@ function optml() {
}
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
define( 'OPTML_VERSION', '3.14.0' );
define( 'OPTML_VERSION', '3.14.1' );
define( 'OPTML_NAMESPACE', 'optml' );
define( 'OPTML_BASEFILE', __FILE__ );
// Fallback for old PHP versions when this constant is not defined.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimole-wp",
"version": "3.14.0",
"version": "3.14.1",
"description": "Cloud-based image optimization service - WordPress Integration",
"repository": {
"type": "git",
Expand Down
23 changes: 4 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 3.14.0
Stable tag: 3.14.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

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

#### New Features

- 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**.
- **Bulk delete assets in the Cloud Library**, including entire folders with their contents.

#### Enhancements

- Added **basic previews for video and audio files** in the Optimole dashboard, now with an **asset player** in the file details modal.
- **Increased the maximum file upload size** in the Cloud Library to **100MB** for better support of larger media files.
- The **Cloud Library now remembers your last used display mode**, keeping your preferred **folder view or image gallery view** for a smoother experience.
- **Improved folder listing**, allowing more than **50 folders** to load dynamically for better navigation.
- **Optimized upload process** by uploading files faster to our cloud.

#### Bug Fixes

- **Fixed folder movement behavior**, preventing folders from being moved into their own subfolders.
- **Fixed folder creation modal layout**, ensuring button text is displayed correctly.
- Improve error handling on connection
- Fixes sub-API keys displaying the site selector in Cloud Library settings



Expand Down

0 comments on commit 65e95e6

Please sign in to comment.