WP User Avatar - Version 2.2.7

Version Description

  • Removed target blank from dismiss url of admin notice
  • Code enhancements and improvements.
Download this release

Release Info

Developer Collizo4sky
Plugin Icon 128x128 WP User Avatar
Version 2.2.7
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.7

Files changed (3) hide show
  1. includes/mo-notice.php +1 -1
  2. readme.txt +6 -2
  3. wp-user-avatar.php +2 -2
includes/mo-notice.php CHANGED
@@ -75,7 +75,7 @@ if ( ! class_exists( 'MO_Admin_Notice' ) ) {
75
  </a>
76
  <?php endif; ?>
77
  <div class="mo-notice-learn-more">
78
- <a target="_blank" href="https://mailoptin.io">Learn more</a>|<a target="_blank" href="<?php echo $dismiss_url;?>">Dismiss notice</a>
79
  </div>
80
  </div>
81
  <a href="<?php echo $dismiss_url; ?>">
75
  </a>
76
  <?php endif; ?>
77
  <div class="mo-notice-learn-more">
78
+ <a target="_blank" href="https://mailoptin.io">Learn more</a>|<a href="<?php echo $dismiss_url;?>">Dismiss notice</a>
79
  </div>
80
  </div>
81
  <a href="<?php echo $dismiss_url; ?>">
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: properfraction, collizo4sky
4
  Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
5
  Requires at least: 4.0
6
- Tested up to: 5.4
7
- Stable tag: 2.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -370,6 +370,10 @@ This would output:
370
 
371
  == Changelog ==
372
 
 
 
 
 
373
  = 2.2.6 =
374
  * Improve compatibility with latest WordPress version.
375
 
3
  Contributors: properfraction, collizo4sky
4
  Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
5
  Requires at least: 4.0
6
+ Tested up to: 5.5
7
+ Stable tag: 2.2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
370
 
371
  == Changelog ==
372
 
373
+ = 2.2.7 =
374
+ * Removed target blank from dismiss url of admin notice
375
+ * Code enhancements and improvements.
376
+
377
  = 2.2.6 =
378
  * Improve compatibility with latest WordPress version.
379
 
wp-user-avatar.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/plugins/wp-user-avatar/
5
  Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar.
6
  Author: ProfilePress
7
  Author URI: https://profilepress.net/
8
- Version: 2.2.6
9
  Text Domain: wp-user-avatar
10
  Domain Path: /lang/
11
  */
@@ -33,7 +33,7 @@ class WP_User_Avatar_Setup {
33
  * @since 1.9.2
34
  */
35
  private function _define_constants() {
36
- define('WPUA_VERSION', '2.2.4');
37
  define('WPUA_FOLDER', basename(dirname(__FILE__)));
38
  define('WPUA_DIR', plugin_dir_path(__FILE__));
39
  define('WPUA_INC', WPUA_DIR.'includes'.'/');
5
  Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar.
6
  Author: ProfilePress
7
  Author URI: https://profilepress.net/
8
+ Version: 2.2.7
9
  Text Domain: wp-user-avatar
10
  Domain Path: /lang/
11
  */
33
  * @since 1.9.2
34
  */
35
  private function _define_constants() {
36
+ define('WPUA_VERSION', '2.2.7');
37
  define('WPUA_FOLDER', basename(dirname(__FILE__)));
38
  define('WPUA_DIR', plugin_dir_path(__FILE__));
39
  define('WPUA_INC', WPUA_DIR.'includes'.'/');