Skip to content

Commit

Permalink
chore(release): 3.12.0
Browse files Browse the repository at this point in the history
#### [Version 3.12.0](v3.11.3...v3.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.
  • Loading branch information
pirate-bot committed Dec 19, 2023
1 parent 0c1cd75 commit 7ce9222
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### [Version 3.12.0](https://github.com/Codeinwp/optimole-wp/compare/v3.11.3...v3.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.

##### [Version 3.11.3](https://github.com/Codeinwp/optimole-wp/compare/v3.11.2...v3.11.3) (2023-12-05)

### Bug Fixes
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.11.3
* Version: 3.12.0
* Author: Optimole
* Author URI: https://optimole.com
* License: GPL-2.0+
Expand Down Expand Up @@ -74,7 +74,7 @@ function optml() {
}
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
define( 'OPTML_VERSION', '3.11.3' );
define( 'OPTML_VERSION', '3.12.0' );
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.11.3",
"version": "3.12.0",
"description": "Cloud-based image optimization service - WordPress Integration",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,23 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl

== Changelog ==

#### [Version 3.12.0](https://github.com/Codeinwp/optimole-wp/compare/v3.11.3...v3.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.




##### [Version 3.11.3](https://github.com/Codeinwp/optimole-wp/compare/v3.11.2...v3.11.3) (2023-12-05)

### Bug Fixes
Expand Down

0 comments on commit 7ce9222

Please sign in to comment.