Update Ultimate Member plugin to version 2.10.2

This release addresses a critical security vulnerability (CVE-2025-1702) by improving query handling with `$wpdb->prepare()`. It also introduces new filesystem utility methods (`maybe_init_wp_filesystem`, `remove_dir`) and updates documentation accordingly. Users are strongly advised to update immediately.
This commit is contained in:
Mykyta Synelnikov
2025-04-02 01:38:16 +03:00
parent 1ff60c2c3a
commit f346020d31
4 changed files with 28 additions and 3 deletions
+11
View File
@@ -1,5 +1,16 @@
== Changelog ==
= 2.10.2 April 02, 2025 =
* Enhancements:
- Added: `UM()->common()-filesystem()::maybe_init_wp_filesystem();` method.
- Added: `UM()->common()-filesystem()::remove_dir();` method.
* Bugfixes:
- Fixed: Security issue CVE ID: CVE-2025-1702. Reviewed general search scripts and suggested another solution that uses only `$wpdb->prepare()`.
= 2.10.1 March 03, 2025 =
* Bugfixes: