Skip to content

Commit

Permalink
Version bump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Oct 4, 2019
1 parent 1b2618a commit 96700f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.9",
"version": "2.1.10",
"homepage": "https://wpusermanager.com",
"author": {
"name": "WP User Manager",
Expand Down
8 changes: 7 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.9
Stable tag: 2.1.10

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,12 @@ Please note that using WPUM and the mentioned add-ons does NOT guarantee complia

== Changelog ==

= 2.1.10 ( 4th October 2019 ) =

- Improvement: Allow the avatar and cover image fields to be added to the registration form
- Fix: Premium Addons not receiving updates
- Fix: Incorrect wording about login behaviour

= 2.1.9 ( 27th September 2019 ) =

- WP User Manager has been [acquired by Pole Vault Web](https://wpusermanager.com/acquired/?utm_source=wordpress.org&utm_medium=free%20plugin%20listing&utm_campaign=WP%20User%20Manager)
Expand Down
6 changes: 3 additions & 3 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.9
Version: 2.1.10
Author: WP User Manager
Author URI: https://wpusermanager.com
License: GPLv3+
Expand Down Expand Up @@ -48,7 +48,7 @@ final class WP_User_Manager {
/**
* WPUM Instance.
*
* @var WPUM() the WPUM Instance
* @var WP_User_Manager the WPUM Instance
*/
protected static $_instance;

Expand Down Expand Up @@ -408,7 +408,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'WPUM_VERSION' ) ) {
define( 'WPUM_VERSION', '2.1.9' );
define( 'WPUM_VERSION', '2.1.10' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 96700f8

Please sign in to comment.