* added um_image_upload_validation hook for 3rd-party validation during upload images;

This commit is contained in:
Mykyta Synelnikov
2024-11-15 02:06:03 +02:00
parent e561557e22
commit 2086ddb53f
4 changed files with 161 additions and 113 deletions
+15
View File
@@ -1,5 +1,20 @@
== Changelog ==
= 2.9.1 November 14, 2024 =
* Enhancements:
- Added: `um_image_upload_validation` hook for 3rd-party validation during upload images
* Bugfixes:
- Fixed: "Load textdomain just in time" issue
- Fixed: Capabilities checking in the wp-admin > Users list table
- Fixed: File/image upload on the role specific profile form
- Fixed: Issues when the form's custom fields meta has a wrong format
- Fixed: Validation of the "Registration Default Role" slug
- Fixed: Allowed query variables via registered REST API class only when REST_REQUEST is defined
= 2.9.0 November 12, 2024 =
* Enhancements: