diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index 925d2710..e3367203 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -15,7 +15,7 @@ "step": "installPlugin", "pluginZipFile": { "resource": "url", - "url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.9.3.zip" + "url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.10.0.zip" }, "options": { "activate": true diff --git a/README.md b/README.md index 392f043b..9439a36d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ GNU Version 2 or Any Later Version ### 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 -[Official Release Version: 2.9.3](https://github.com/ultimatemember/ultimatemember/releases/tag/2.9.3). +[Official Release Version: 2.10.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.10.0). ## Changelog diff --git a/includes/admin/class-actions-listener.php b/includes/admin/class-actions-listener.php index ea347877..48c4396c 100644 --- a/includes/admin/class-actions-listener.php +++ b/includes/admin/class-actions-listener.php @@ -44,7 +44,7 @@ if ( ! class_exists( 'um\admin\Actions_Listener' ) ) { * Handle wp-admin actions * * @since 2.8.7 - * @since 2.9.3 User should have 'edit_users' capability instead of 'manage_options'. + * @since 2.10.0 User should have 'edit_users' capability instead of 'manage_options'. */ public function actions_listener() { // phpcs:disable WordPress.Security.NonceVerification -- there is nonce verification below for each case diff --git a/readme.txt b/readme.txt index b33311c5..435f3ed5 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 7.0 Requires at least: 6.2 Tested up to: 6.7 -Stable tag: 2.9.3 +Stable tag: 2.10.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -39,7 +39,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem = Paid Extensions = -Ultimate Member has a range of extensions that allow you to extend the power of the plugin. You can purchase all of these extensions at a significant discount with our [All Access Pass](https://ultimatemember.com/pricing/) or you can purchase extensions individually. +Ultimate Member has a range of extensions that allow you to extend the power of the plugin. You can purchase all of these extensions at a significant discount with one of our [paid plans](https://ultimatemember.com/pricing/) or you can purchase extensions individually. * [Zapier](https://ultimatemember.com/extensions/zapier/) - Allow to integrate the Zapier popular apps with Ultimate Member * [Stripe](https://ultimatemember.com/extensions/stripe/) - Sell paid memberships to access your website via Stripe subscriptions @@ -167,7 +167,7 @@ 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.9.3 2025-xx-xx = += 2.10.0 2025-02-17 = = 2.9.2 2025-01-14 = @@ -240,6 +240,9 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI == Upgrade Notice == += 2.10.0 = +Increased the minimum PHP and WordPress requirements. The plugin now requires at least PHP 7.0 and WordPress 6.2. This version fixes a security related bug. Upgrade immediately. + = 2.9.2 = This version fixes a security related bug. Upgrade immediately. diff --git a/templates/gdpr-register.php b/templates/gdpr-register.php index ca0f790a..23febc3e 100644 --- a/templates/gdpr-register.php +++ b/templates/gdpr-register.php @@ -7,7 +7,7 @@ * Page: "Register" * Call: function display_option() * - * @version 2.9.3 + * @version 2.10.0 * * @var object $um_content_query * @var array $args diff --git a/templates/profile.php b/templates/profile.php index 8c1af9e4..879ab5e3 100644 --- a/templates/profile.php +++ b/templates/profile.php @@ -6,7 +6,7 @@ * * Page: "Profile" * - * @version 2.9.3 + * @version 2.10.0 * * @var string $mode * @var int $form_id diff --git a/ultimate-member.php b/ultimate-member.php index 7d897dad..9ca17b31 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -3,7 +3,7 @@ * 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 + * Version: 2.10.0 * Author: Ultimate Member * Author URI: http://ultimatemember.com/ * Text Domain: ultimate-member