Update PHP requirement and improve user action handling

Raised minimum PHP version to 7.0 and finalized the plugin version to 2.9.3. Introduced a centralized user actions array and replaced 'manage_options' capability with 'edit_users' for better permission handling. Optimized the nonce actions extension method for cleaner code.

* reviewed #1619
This commit is contained in:
Mykyta Synelnikov
2025-02-12 18:25:26 +02:00
parent c3755baa16
commit 3ada6c71d9
3 changed files with 170 additions and 144 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
* Plugin Name: Ultimate Member
* Plugin URI: http://ultimatemember.com/
* Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
* Version: 2.9.3-alpha
* Version: 2.9.3
* Author: Ultimate Member
* Author URI: http://ultimatemember.com/
* Text Domain: ultimate-member
* Domain Path: /languages
* Requires at least: 6.2
* Requires PHP: 5.6
* Requires PHP: 7.0
*
* @package UM
*/