* updated changelog.txt, readme.txt;

This commit is contained in:
Mykyta Synelnikov
2024-10-03 15:04:14 +03:00
parent eb400bf31e
commit c89e8a6820
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
== Changelog ==
= 2.8.8 October 04, 2024 =
* Bugfixes:
- Fixed: Download routing initialization
- Fixed: Textarea height and HTML formatted textarea field height isolated via `<iframe>` on view mode
- Fixed: User registration if email activation or admin review are required
= 2.8.7 October 01, 2024 =
* Enhancements:
+3 -1
View File
@@ -166,11 +166,13 @@ No specific extensions are needed. But we highly recommended keep active these P
IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION
= 2.8.8 2024-10-03 =
= 2.8.8 2024-10-04 =
**Bugfixes**
* Fixed: Download routing initialization
* Fixed: Textarea height and HTML formatted textarea field height isolated via `<iframe>` on view mode
* Fixed: User registration if email activation or admin review are required
= 2.8.7 2024-10-01 =