From c83cc89888ed05fe7fad5ce04368c405701c03f3 Mon Sep 17 00:00:00 2001 From: Iain Date: Wed, 16 Oct 2019 11:10:07 +0100 Subject: [PATCH] 2.1.11 Version bump and changelog --- package.json | 2 +- readme.txt | 9 ++++++++- wp-user-manager.php | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 932da9dd..ce6819e8 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-user-manager", "title": "WP User Manager", "description": "Plugin", - "version": "2.1.10", + "version": "2.1.11", "homepage": "https://wpusermanager.com", "author": { "name": "WP User Manager", diff --git a/readme.txt b/readme.txt index 45417de5..eddd7b26 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Tested up to: 5.2.3 Requires PHP: 5.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Stable tag: 2.1.10 +Stable tag: 2.1.11 The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction. @@ -115,6 +115,13 @@ Please note that using WPUM and the mentioned add-ons does NOT guarantee complia == Changelog == += 2.1.11 (16th October 2019) = + +- Fix: User avatar not saved if changing an existing image on the edit account page +- Fix: Select, dropdown and multiselect fields set as readonly can still be changed +- Fix: Date fields set as readonly still have the date picker and can be changed +- Fix: PHP Warning: Cannot use a scalar value as an array on first install + = 2.1.10 ( 4th October 2019 ) = - Improvement: Allow the avatar and cover image fields to be added to the registration form diff --git a/wp-user-manager.php b/wp-user-manager.php index 5caf045f..515bde9d 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.1.10 +Version: 2.1.11 Author: WP User Manager Author URI: https://wpusermanager.com License: GPLv3+ @@ -408,7 +408,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'WPUM_VERSION' ) ) { - define( 'WPUM_VERSION', '2.1.10' ); + define( 'WPUM_VERSION', '2.1.11' ); } // Plugin Folder Path.