Skip to content

Commit

Permalink
Release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Jun 14, 2021
1 parent ef10b4a commit f5d07ff
Show file tree
Hide file tree
Showing 3 changed files with 10 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.6.1",
"version": "2.6.2",
"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.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.

Expand Down Expand Up @@ -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
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.6.1
Version: 2.6.2
Author: WP User Manager
Author URI: https://wpusermanager.com
License: GPLv3+
Expand Down Expand Up @@ -48,7 +48,7 @@ final class WP_User_Manager {
/**
* @var string
*/
protected $version = '2.6.1';
protected $version = '2.6.2';

/**
* WPUM Instance.
Expand Down

0 comments on commit f5d07ff

Please sign in to comment.