Plugin Directory

Changeset 3121472


Ignore:
Timestamp:
07/18/2024 01:11:38 PM (17 months ago)
Author:
madalin.ungureanu
Message:

tagging version 2.6.3

Location:
metronet-profile-picture
Files:
2 added
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • metronet-profile-picture/tags/2.6.3/metronet-profile-picture.php

    r3105132 r3121472  
    55Description: Use the native WP uploader on your user profile page.
    66Author: Cozmoslabs
    7 Version: 2.6.2
     7Version: 2.6.3
    88Requires at least: 4.6
    99Author URI: https://www.cozmoslabs.com
     
    1313*/
    1414
    15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.2' );
     15define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.3' );
    1616define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' );
    1717define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) );
     
    17911791    do_action( 'mpp_svg_end' );
    17921792}
     1793
     1794if( 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  
    33Tags: users, user profile, gravatar, avatar, blocks, block
    44Requires at least: 3.5
    5 Tested up to: 6.5.4
    6 Stable tag: 2.6.2
     5Tested up to: 6.6
     6Stable tag: 2.6.3
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    1212Set a custom profile image (avatar) for a user using the standard WordPress media upload tool.
    1313== 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.**
    1416
    1517Set or remove a custom profile image for a user using the standard WordPress media upload tool.
     
    113115== Changelog ==
    114116
     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
    115121= 2.6.2 =
    116122* Released 2024-06-20
  • metronet-profile-picture/trunk/metronet-profile-picture.php

    r3105132 r3121472  
    55Description: Use the native WP uploader on your user profile page.
    66Author: Cozmoslabs
    7 Version: 2.6.2
     7Version: 2.6.3
    88Requires at least: 4.6
    99Author URI: https://www.cozmoslabs.com
     
    1313*/
    1414
    15 define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.2' );
     15define( 'METRONET_PROFILE_PICTURE_VERSION', '2.6.3' );
    1616define( 'METRONET_PROFILE_PICTURE_PLUGIN_NAME', 'User Profile Picture' );
    1717define( 'METRONET_PROFILE_PICTURE_DIR', plugin_dir_path( __FILE__ ) );
     
    17911791    do_action( 'mpp_svg_end' );
    17921792}
     1793
     1794if( file_exists( __DIR__ . '/profile-builder-transition.php' ) )
     1795    include_once __DIR__ . '/profile-builder-transition.php';
  • metronet-profile-picture/trunk/readme.txt

    r3105132 r3121472  
    33Tags: users, user profile, gravatar, avatar, blocks, block
    44Requires at least: 3.5
    5 Tested up to: 6.5.4
    6 Stable tag: 2.6.2
     5Tested up to: 6.6
     6Stable tag: 2.6.3
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    1212Set a custom profile image (avatar) for a user using the standard WordPress media upload tool.
    1313== 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.**
    1416
    1517Set or remove a custom profile image for a user using the standard WordPress media upload tool.
     
    113115== Changelog ==
    114116
     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
    115121= 2.6.2 =
    116122* Released 2024-06-20
Note: See TracChangeset for help on using the changeset viewer.