Skip to content

Commit 4c71091

Browse files
committed
Release 2.6.4
1 parent 7d0921e commit 4c71091

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wp-user-manager",
33
"title": "WP User Manager",
44
"description": "Plugin",
5-
"version": "2.6.3",
5+
"version": "2.6.4",
66
"homepage": "https://wpusermanager.com",
77
"author": {
88
"name": "WP User Manager",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tested up to: 5.8
88
Requires PHP: 5.5
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
11-
Stable Tag: 2.6.3
11+
Stable Tag: 2.6.4
1212

1313
The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction.
1414

@@ -126,6 +126,12 @@ Please note that using WPUM and the mentioned add-ons does NOT guarantee complia
126126

127127
== Changelog ==
128128

129+
= 2.6.4 (24th August 2021) =
130+
131+
- Fix: Some registration form settings not saving correctly
132+
- Fix: Admin notices breaking the styling of the plugin settings page
133+
- Fix: PHP Notice: Undefined property: WPUM_Emails::$user_login during user registration
134+
129135
= 2.6.3 (20th August 2021) =
130136

131137
- Security Fix: Use cookie based flow for password recovery process to match WordPress core (props @stiofansisland)

wp-user-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WP User Manager
44
Plugin URI: https://wpusermanager.com
55
Description: Beautifully simple user profile directories with frontend login, registration and account customization. WP User Manager is the best solution to manage your community and your users for WordPress.
6-
Version: 2.6.3
6+
Version: 2.6.4
77
Author: WP User Manager
88
Author URI: https://wpusermanager.com
99
License: GPLv3+
@@ -48,7 +48,7 @@ final class WP_User_Manager {
4848
/**
4949
* @var string
5050
*/
51-
protected $version = '2.6.3';
51+
protected $version = '2.6.4';
5252

5353
/**
5454
* WPUM Instance.

0 commit comments

Comments
 (0)