Changeset 3121472
- Timestamp:
- 07/18/2024 01:11:38 PM (17 months ago)
- Location:
- metronet-profile-picture
- Files:
-
- 2 added
- 2 edited
- 3 copied
-
tags/2.6.3 (copied) (copied from metronet-profile-picture/trunk)
-
tags/2.6.3/metronet-profile-picture.php (copied) (copied from metronet-profile-picture/trunk/metronet-profile-picture.php) (3 diffs)
-
tags/2.6.3/profile-builder-transition.php (added)
-
tags/2.6.3/readme.txt (copied) (copied from metronet-profile-picture/trunk/readme.txt) (3 diffs)
-
trunk/metronet-profile-picture.php (modified) (3 diffs)
-
trunk/profile-builder-transition.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metronet-profile-picture/tags/2.6.3/metronet-profile-picture.php
r3105132 r3121472 5 5 Description: Use the native WP uploader on your user profile page. 6 6 Author: Cozmoslabs 7 Version: 2.6. 27 Version: 2.6.3 8 8 Requires at least: 4.6 9 9 Author URI: https://www.cozmoslabs.com … … 13 13 */ 14 14 15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6. 2' );15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.3' ); 16 16 define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' ); 17 17 define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) ); … … 1791 1791 do_action( 'mpp_svg_end' ); 1792 1792 } 1793 1794 if( file_exists( __DIR__ . '/profile-builder-transition.php' ) ) 1795 include_once __DIR__ . '/profile-builder-transition.php'; -
metronet-profile-picture/tags/2.6.3/readme.txt
r3105132 r3121472 3 3 Tags: users, user profile, gravatar, avatar, blocks, block 4 4 Requires at least: 3.5 5 Tested up to: 6. 5.46 Stable tag: 2.6. 25 Tested up to: 6.6 6 Stable tag: 2.6.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 12 12 Set a custom profile image (avatar) for a user using the standard WordPress media upload tool. 13 13 == Description == 14 15 **User Profile Picture is no longer under active development, but will continue to work as is. We have integrated the current functionality in [Profile Builder](https://wordpress.org/plugins/profile-builder/) where it will actively be maintained, and we recommend migrating to it.** 14 16 15 17 Set or remove a custom profile image for a user using the standard WordPress media upload tool. … … 113 115 == Changelog == 114 116 117 = 2.6.3 = 118 * Released 2024-07-18 119 * Migrated functionality to Profile Builder plugin where it will be actively maintained. You can keep the current plugin as is or migrate to Profile Builder to receive future updates. 120 115 121 = 2.6.2 = 116 122 * Released 2024-06-20 -
metronet-profile-picture/trunk/metronet-profile-picture.php
r3105132 r3121472 5 5 Description: Use the native WP uploader on your user profile page. 6 6 Author: Cozmoslabs 7 Version: 2.6. 27 Version: 2.6.3 8 8 Requires at least: 4.6 9 9 Author URI: https://www.cozmoslabs.com … … 13 13 */ 14 14 15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6. 2' );15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.3' ); 16 16 define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' ); 17 17 define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) ); … … 1791 1791 do_action( 'mpp_svg_end' ); 1792 1792 } 1793 1794 if( file_exists( __DIR__ . '/profile-builder-transition.php' ) ) 1795 include_once __DIR__ . '/profile-builder-transition.php'; -
metronet-profile-picture/trunk/readme.txt
r3105132 r3121472 3 3 Tags: users, user profile, gravatar, avatar, blocks, block 4 4 Requires at least: 3.5 5 Tested up to: 6. 5.46 Stable tag: 2.6. 25 Tested up to: 6.6 6 Stable tag: 2.6.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 12 12 Set a custom profile image (avatar) for a user using the standard WordPress media upload tool. 13 13 == Description == 14 15 **User Profile Picture is no longer under active development, but will continue to work as is. We have integrated the current functionality in [Profile Builder](https://wordpress.org/plugins/profile-builder/) where it will actively be maintained, and we recommend migrating to it.** 14 16 15 17 Set or remove a custom profile image for a user using the standard WordPress media upload tool. … … 113 115 == Changelog == 114 116 117 = 2.6.3 = 118 * Released 2024-07-18 119 * Migrated functionality to Profile Builder plugin where it will be actively maintained. You can keep the current plugin as is or migrate to Profile Builder to receive future updates. 120 115 121 = 2.6.2 = 116 122 * Released 2024-06-20
Note: See TracChangeset
for help on using the changeset viewer.