Changeset 2779618
- Timestamp:
- 09/03/2022 01:53:20 PM (4 years ago)
- Location:
- users-profile-picture
- Files:
-
- 4 edited
-
tags/1.0.4/dew-profile-picture.php (modified) (1 diff)
-
tags/1.0.4/readme.txt (modified) (1 diff)
-
trunk/dew-profile-picture.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
users-profile-picture/tags/1.0.4/dew-profile-picture.php
r2779565 r2779618 1 1 <?php 2 /* 3 * Plugin Name: User Profile Picture 4 * Plugin URI: http://dewtechnolab.com/project/user-profile-picture-plugin/ 5 * Description: Use the native WP uploader on your user profile page. 6 * Author: Dew Technolab 7 * Version: 1.0.4 8 * Requires at least: 4.5 9 * Author URI: http://dewtechnolab.com/ 10 * Text Domain: dew-profile-picture 11 */ 2 /** 3 * Plugin Name: User Profile Picture 4 * Description: Use the native WP uploader on your user profile page. 5 * Version: 1.0.4 6 * Plugin URI: http://dewtechnolab.com/project/user-profile-picture-plugin/ 7 * Author: Dew Technolab 8 * Author URI: http://dewtechnolab.com/ 9 * Requires at least: 4.5 10 * Text Domain: dew-profile-picture 11 * Domain Path: /languages 12 * License: GPLv3 or later License 13 * URI: http://www.gnu.org/licenses/gpl-3.0.html 14 **/ 12 15 class Dew_Profile_Picture { 13 16 //private -
users-profile-picture/tags/1.0.4/readme.txt
r2779565 r2779618 1 1 === User Profile Picture === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: users, user, user profile, avatar 5 Requires at least: 4.5 5 Requires at least: 4.5.0 6 6 Stable tag: 1.0.4 7 7 Version: 1.0.4 8 8 Tested up to: 6.0.2 9 Requires PHP: 7. 010 License: GPLv 2 or later11 License URI: http://www.gnu.org/licenses/gpl- 2.0.html9 Requires PHP: 7.4 10 License: GPLv3 or later License 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 12 13 13 -
users-profile-picture/trunk/dew-profile-picture.php
r2779565 r2779618 1 1 <?php 2 /* 3 * Plugin Name: User Profile Picture 4 * Plugin URI: http://dewtechnolab.com/project/user-profile-picture-plugin/ 5 * Description: Use the native WP uploader on your user profile page. 6 * Author: Dew Technolab 7 * Version: 1.0.4 8 * Requires at least: 4.5 9 * Author URI: http://dewtechnolab.com/ 10 * Text Domain: dew-profile-picture 11 */ 2 /** 3 * Plugin Name: User Profile Picture 4 * Description: Use the native WP uploader on your user profile page. 5 * Version: 1.0.4 6 * Plugin URI: http://dewtechnolab.com/project/user-profile-picture-plugin/ 7 * Author: Dew Technolab 8 * Author URI: http://dewtechnolab.com/ 9 * Requires at least: 4.5 10 * Text Domain: dew-profile-picture 11 * Domain Path: /languages 12 * License: GPLv3 or later License 13 * URI: http://www.gnu.org/licenses/gpl-3.0.html 14 **/ 12 15 class Dew_Profile_Picture { 13 16 //private -
users-profile-picture/trunk/readme.txt
r2779565 r2779618 1 1 === User Profile Picture === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: users, user, user profile, avatar 5 Requires at least: 4.5 5 Requires at least: 4.5.0 6 6 Stable tag: 1.0.4 7 7 Version: 1.0.4 8 8 Tested up to: 6.0.2 9 Requires PHP: 7. 010 License: GPLv 2 or later11 License URI: http://www.gnu.org/licenses/gpl- 2.0.html9 Requires PHP: 7.4 10 License: GPLv3 or later License 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.