Skip to content

Commit

Permalink
Normalize versions to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Mar 25, 2017
1 parent 46ccc10 commit 8a5223f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: johnjamesjacoby, stuttter
Tags: avatar, user, profile
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 1.0.2
Tested up to: 4.8
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://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 @@ -59,6 +59,9 @@ http://github.com/stuttter/wp-user-avatars/

== Changelog ==

= 1.1.0 =
* Compatibility with future versions of WP User Profiles

= 1.0.2 =
* Fix bug with "Default Avatar" display introduced in 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion wp-user-avatars.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: Allow registered users to upload & select their own avatars
* Version: 1.2.0
* Version: 1.1.0
* Text Domain: wp-user-avatars
* Domain Path: /wp-user-avatars/assets/languages/
*/
Expand Down
2 changes: 1 addition & 1 deletion wp-user-avatars/includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function wp_user_avatars_section_content( $user = null ) {
/**
* Maybe remove legacy actions and rely on WP User Profiles instead.
*
* @since 1.2.0
* @since 1.1.0
*/
function wp_user_profiles_unhook_legacy_fields() {
if ( class_exists( 'WP_User_Profile_Section' ) ) {
Expand Down

0 comments on commit 8a5223f

Please sign in to comment.