mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user