Skip to content

Commit

Permalink
2.1.11 Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Oct 16, 2019
1 parent b00e022 commit c83cc89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wp-user-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c83cc89

Please sign in to comment.