User Profile Picture - Version 2.3.10

Version Description

  • Released 2019-12-29
  • Added new hook for add-on capability.
Download this release

Release Info

Developer ronalfy
Plugin Icon 128x128 User Profile Picture
Version 2.3.10
Comparing to
See all releases

Code changes from version 2.3.9 to 2.3.10

Files changed (2) hide show
  1. metronet-profile-picture.php +3 -2
  2. readme.txt +11 -3
metronet-profile-picture.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: User Profile Picture
4
  Plugin URI: http://wordpress.org/extend/plugins/metronet-profile-picture/
5
  Description: Use the native WP uploader on your user profile page.
6
  Author: Ronald Huereca
7
- Version: 2.3.9
8
  Requires at least: 4.6
9
  Author URI: https://www.mediaron.com
10
  Contributors: ronalfy
@@ -12,7 +12,7 @@ Text Domain: metronet-profile-picture
12
  Domain Path: /languages
13
  */
14
 
15
- define( 'METRONET_PROFILE_PICTURE_VERSION', '2.3.9' );
16
  define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' );
17
  define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) );
18
  define( 'METRONET_PROFILE_PICTURE_URL', plugins_url( '/', __FILE__ ) );
@@ -1316,6 +1316,7 @@ if ( class_exists( 'Metronet_Profile_Picture' ) ) {
1316
  function mt_mpp_instantiate() {
1317
  global $mt_pp;
1318
  $mt_pp = new Metronet_Profile_Picture();
 
1319
  }
1320
  /**
1321
  * Template tag for outputting a profile image.
4
  Plugin URI: http://wordpress.org/extend/plugins/metronet-profile-picture/
5
  Description: Use the native WP uploader on your user profile page.
6
  Author: Ronald Huereca
7
+ Version: 2.3.10
8
  Requires at least: 4.6
9
  Author URI: https://www.mediaron.com
10
  Contributors: ronalfy
12
  Domain Path: /languages
13
  */
14
 
15
+ define( 'METRONET_PROFILE_PICTURE_VERSION', '2.3.10' );
16
  define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' );
17
  define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) );
18
  define( 'METRONET_PROFILE_PICTURE_URL', plugins_url( '/', __FILE__ ) );
1316
  function mt_mpp_instantiate() {
1317
  global $mt_pp;
1318
  $mt_pp = new Metronet_Profile_Picture();
1319
+ do_action( 'user_profile_picture_loaded' );
1320
  }
1321
  /**
1322
  * Template tag for outputting a profile image.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ronalfy, Alaadiaa
3
  Tags: users, user profile, gravatar, avatar, blocks, block
4
  Requires at least: 3.5
5
  Tested up to: 5.3
6
- Stable tag: 2.3.9
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -34,6 +34,10 @@ https://www.youtube.com/watch?v=k9bDmgunXvM&rel=0
34
 
35
  See the documentation on <a href="https://github.com/ronalfy/user-profile-picture">GitHub</a>.
36
 
 
 
 
 
37
  > Please <a href="https://wordpress.org/support/plugin/metronet-profile-picture/reviews/#new-post">Rate the Plugin</a> or <a href="https://mediaron.com/give/">Give Back</a> to show support.
38
 
39
  == Installation ==
@@ -124,6 +128,10 @@ Yes, but you'll have to set a new profile image per site. This is currently a l
124
 
125
  == Changelog ==
126
 
 
 
 
 
127
  = 2.3.9 =
128
  * Released 2019-12-06
129
  * Removing adverts for User Profile Picture Enhanced.
@@ -343,5 +351,5 @@ Yes, but you'll have to set a new profile image per site. This is currently a l
343
 
344
  == Upgrade Notice ==
345
 
346
- = 2.3.8 =
347
- Removing top-level navigation.
3
  Tags: users, user profile, gravatar, avatar, blocks, block
4
  Requires at least: 3.5
5
  Tested up to: 5.3
6
+ Stable tag: 2.3.10
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
34
 
35
  See the documentation on <a href="https://github.com/ronalfy/user-profile-picture">GitHub</a>.
36
 
37
+ == Add-ons ==
38
+
39
+ There is currently one add-on, which <a href="https://wordpress.org/plugins/user-profile-picture-social-networks/">allows you to add social networks</a>.
40
+
41
  > Please <a href="https://wordpress.org/support/plugin/metronet-profile-picture/reviews/#new-post">Rate the Plugin</a> or <a href="https://mediaron.com/give/">Give Back</a> to show support.
42
 
43
  == Installation ==
128
 
129
  == Changelog ==
130
 
131
+ = 2.3.10 =
132
+ * Released 2019-12-29
133
+ * Added new hook for add-on capability.
134
+
135
  = 2.3.9 =
136
  * Released 2019-12-06
137
  * Removing adverts for User Profile Picture Enhanced.
351
 
352
  == Upgrade Notice ==
353
 
354
+ = 2.3.10 =
355
+ Added new hook for add-on capability.