Skip to content

Merge master to develop #1051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.7
3.2.8
101 changes: 55 additions & 46 deletions 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
Expand Up @@ -143,5 +143,5 @@
"webpack-cli": "^4.2.0",
"webpackbar": "^5.0.2"
},
"version": "3.2.7"
"version": "3.2.8"
}
18 changes: 12 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,22 @@ Your site is now setup to start using Cloudinary.

== Changelog ==

= 3.2.8 (04 June 2025) =

Fixes and Improvements:

* Minor bug fixes and improvements

= 3.2.7 (06 May 2025) =

Fixes and Improvements:

* Upgraded the Cloudinary Video Player to v2.3.5.
* Reduced excessive REST API calls.
* Fixed a compatibility issue with the Next Bricks page builder.
* Resolved an `Uncaught DivisionByZeroError` related to breakpoints.
* Fixed an overlay issue where granular position control on the X and Y axes was not respected.
* Fixed an error related to `rest_request_before_callbacks`.
* Upgraded the Cloudinary Video Player to v2.3.5
* Reduced excessive REST API calls
* Fixed a compatibility issue with the Next Bricks page builder
* Resolved an `Uncaught DivisionByZeroError` related to breakpoints
* Fixed an overlay issue where granular position control on the X and Y axes was not respected
* Fixed an error related to `rest_request_before_callbacks`

= 3.2.6 (24 March 2025) =

Expand Down
Loading