Plugin Directory

Changeset 2779618


Ignore:
Timestamp:
09/03/2022 01:53:20 PM (4 years ago)
Author:
dewtechnolab
Message:

readme.txt change

Location:
users-profile-picture
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • users-profile-picture/tags/1.0.4/dew-profile-picture.php

    r2779565 r2779618  
    11<?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**/
    1215class Dew_Profile_Picture {
    1316    //private
  • users-profile-picture/tags/1.0.4/readme.txt

    r2779565 r2779618  
    11=== User Profile Picture ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: users, user, user profile, avatar
    5 Requires at least: 4.5
     5Requires at least: 4.5.0
    66Stable tag: 1.0.4
    77Version: 1.0.4
    88Tested up to: 6.0.2
    9 Requires PHP: 7.0
    10 License: GPLv2 or later
    11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9Requires PHP: 7.4
     10License: GPLv3 or later License
     11License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1212
    1313
  • users-profile-picture/trunk/dew-profile-picture.php

    r2779565 r2779618  
    11<?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**/
    1215class Dew_Profile_Picture {
    1316    //private
  • users-profile-picture/trunk/readme.txt

    r2779565 r2779618  
    11=== User Profile Picture ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: users, user, user profile, avatar
    5 Requires at least: 4.5
     5Requires at least: 4.5.0
    66Stable tag: 1.0.4
    77Version: 1.0.4
    88Tested up to: 6.0.2
    9 Requires PHP: 7.0
    10 License: GPLv2 or later
    11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9Requires PHP: 7.4
     10License: GPLv3 or later License
     11License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.