Skip to content

Commit

Permalink
Bump versions to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Jul 7, 2020
1 parent 73e1d23 commit 900cb11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: johnjamesjacoby, stuttter, baden03
Tags: users, user, profile, edit, metabox
Requires PHP: 7.2
Requires at least: 5.2
Tested up to: 5.4
Stable tag: 2.2.0
Tested up to: 5.5
Stable tag: 2.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
Expand Down Expand Up @@ -60,6 +60,9 @@ http://github.com/stuttter/wp-user-profiles

== Changelog ==

= [2.2.1]- 2020-07-07 =
* Fix plugin conflict with Genesis theme

= [2.2.0]- 2020-05-05 =
* General code improvements

Expand Down
6 changes: 3 additions & 3 deletions wp-user-profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Description: A sophisticated way to edit users in WordPress
* Version: 2.2.0
* Version: 2.2.1
* Text Domain: wp-user-profiles
*/

Expand Down Expand Up @@ -45,7 +45,7 @@ function _wp_user_profiles() {
require_once $plugin_path . 'includes/metaboxes/options-personal.php';
require_once $plugin_path . 'includes/metaboxes/other-all.php';
require_once $plugin_path . 'includes/metaboxes/permissions-capabilities.php';
require_once $plugin_path . 'includes/metaboxes/permissions-roles.php';
require_once $plugin_path . 'includes/metaboxes/permissions-roles.php';
require_once $plugin_path . 'includes/metaboxes/profile-about.php';
require_once $plugin_path . 'includes/metaboxes/profile-name.php';
require_once $plugin_path . 'includes/metaboxes/sites-list.php';
Expand Down Expand Up @@ -87,5 +87,5 @@ function wp_user_profiles_get_plugin_url() {
* @return int
*/
function wp_user_profiles_get_asset_version() {
return 202005050001;
return 202007070001;
}

0 comments on commit 900cb11

Please sign in to comment.