Update to version 2.10.5 and upgrade Action Scheduler

Bump plugin version to 2.10.5 and update stable tag in readme. Upgraded Action Scheduler dependency to version 3.9.2 to address library errors. Added filter hooks for primary button classes and improved deactivation logic for better scheduling handling.
This commit is contained in:
Mykyta Synelnikov
2025-06-05 16:13:47 +03:00
parent a8d631966d
commit 8d83489996
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"ext-tidy": "*", "ext-tidy": "*",
"composer/installers": "^2.3", "composer/installers": "^2.3",
"woocommerce/action-scheduler": "3.9.0" "woocommerce/action-scheduler": "3.9.2"
}, },
"require-dev": { "require-dev": {
"wp-cli/wp-cli": "*", "wp-cli/wp-cli": "*",
+4 -2
View File
@@ -6,7 +6,7 @@ Tags: community, member, membership, user-profile, user-registration
Requires PHP: 7.0 Requires PHP: 7.0
Requires at least: 6.2 Requires at least: 6.2
Tested up to: 6.8 Tested up to: 6.8
Stable tag: 2.10.4 Stable tag: 2.10.5
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -169,7 +169,9 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI
= 2.10.5 2025-05-xx = = 2.10.5 2025-05-xx =
* Fixed: Refactor deactivation logic to un-schedule Action Scheduler actions * Added: Filter hooks for primary button classes in UM forms.
* Fixed: Refactor deactivation logic to un-schedule Action Scheduler actions.
* Fixed: Action Scheduler library errors. Updated to the recent 3.9.2 version.
= 2.10.4 2025-05-15 = = 2.10.4 2025-05-15 =
+1 -1
View File
@@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member * Plugin Name: Ultimate Member
* Plugin URI: http://ultimatemember.com/ * Plugin URI: http://ultimatemember.com/
* Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress * Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
* Version: 2.10.5-alpha * Version: 2.10.5
* Author: Ultimate Member * Author: Ultimate Member
* Author URI: http://ultimatemember.com/ * Author URI: http://ultimatemember.com/
* License: GPLv3 * License: GPLv3