Skip to content

Commit f5d07ff

Browse files
committed
Release 2.6.2
1 parent ef10b4a commit f5d07ff

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.1",
5+
"version": "2.6.2",
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.7
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.1
11+
Stable Tag: 2.6.2
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.2 (14th June 2021) =
130+
131+
- Improvement: Added $args as the third parameter to the 'wpum_get_avatar_url' filter
132+
- Fix: Uncaught TypeError: wpum_blocks.blocks['post-form'] is undefined console error
133+
- Fix: Role editor not enabled by default on new installs
134+
129135
= 2.6.1 (30th April 2021) =
130136

131137
- New: Support for creating forms to capture data after registration with the [Registration Forms](https://wpusermanager.com/addons/registration-forms/?utm_source=wordpress.org&utm_medium=free%20plugin%20listing&utm_campaign=WP%20User%20Manager) addon

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.1
6+
Version: 2.6.2
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.1';
51+
protected $version = '2.6.2';
5252

5353
/**
5454
* WPUM Instance.

0 commit comments

Comments
 (0)