From f5d07ff30afbad01c92f6b4a997a2ba9e9ebfbf0 Mon Sep 17 00:00:00 2001 From: Iain Date: Mon, 14 Jun 2021 21:04:17 +0100 Subject: [PATCH] Release 2.6.2 --- package.json | 2 +- readme.txt | 8 +++++++- wp-user-manager.php | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8a63e795..fbb69a0f 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-user-manager", "title": "WP User Manager", "description": "Plugin", - "version": "2.6.1", + "version": "2.6.2", "homepage": "https://wpusermanager.com", "author": { "name": "WP User Manager", diff --git a/readme.txt b/readme.txt index ebd8914a..832c933e 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Tested up to: 5.7 Requires PHP: 5.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Stable Tag: 2.6.1 +Stable Tag: 2.6.2 The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction. @@ -126,6 +126,12 @@ Please note that using WPUM and the mentioned add-ons does NOT guarantee complia == Changelog == += 2.6.2 (14th June 2021) = + +- Improvement: Added $args as the third parameter to the 'wpum_get_avatar_url' filter +- Fix: Uncaught TypeError: wpum_blocks.blocks['post-form'] is undefined console error +- Fix: Role editor not enabled by default on new installs + = 2.6.1 (30th April 2021) = - 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 diff --git a/wp-user-manager.php b/wp-user-manager.php index ccdf07f4..f7ef3273 100644 --- a/wp-user-manager.php +++ b/wp-user-manager.php @@ -3,7 +3,7 @@ Plugin Name: WP User Manager Plugin URI: https://wpusermanager.com 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. -Version: 2.6.1 +Version: 2.6.2 Author: WP User Manager Author URI: https://wpusermanager.com License: GPLv3+ @@ -48,7 +48,7 @@ final class WP_User_Manager { /** * @var string */ - protected $version = '2.6.1'; + protected $version = '2.6.2'; /** * WPUM Instance.