mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
* fixed compatibility with WP6.7;
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ Contributors: ultimatemember, champsupertramp, nsinelnikov
|
||||
Tags: community, member, membership, user-profile, user-registration
|
||||
Requires PHP: 5.6
|
||||
Requires at least: 5.5
|
||||
Tested up to: 6.6
|
||||
Tested up to: 6.7
|
||||
Stable tag: 2.8.9
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
@@ -166,7 +166,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.0 2024-xx-xx =
|
||||
= 2.9.0 2024-11-12 =
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
||||
$plugin_data = get_plugin_data( __FILE__ );
|
||||
$plugin_data = get_plugin_data( __FILE__, true, false );
|
||||
|
||||
// phpcs:disable Generic.NamingConventions.UpperCaseConstantName
|
||||
define( 'um_url', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user