Plugin Directory

Changeset 3324309


Ignore:
Timestamp:
07/08/2025 12:05:29 PM (9 months ago)
Author:
avi.megladon
Message:

bug fixes

Location:
wp-register-profile-with-shortcode
Files:
77 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-register-profile-with-shortcode/trunk/readme.txt

    r3313649 r3324309  
    55Requires at least: 2.0.2
    66Tested up to: 6.8.1
    7 Stable tag: 3.6.2
     7Stable tag: 3.6.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 3.6.3 =
     92* Bug fixes.
     93
    9194= 3.6.2 =
    9295* Bug fixes.
  • wp-register-profile-with-shortcode/trunk/register.php

    r3313649 r3324309  
    44Plugin URI: https://wordpress.org/plugins/wp-register-profile-with-shortcode/
    55Description: This is a simple registration form in the widget. just install the plugin and add the register widget in the sidebar. Thats it. :)
    6 Version: 3.6.2
     6Version: 3.6.3
    77Text Domain: wp-register-profile-with-shortcode
    88Domain Path: /languages
     
    4444        'last_name',
    4545        'description',
    46         'user_email',
     46        //'user_email',
    4747        'user_url',
    4848        'display_name',
    49         'user_login',
     49        //'user_login',
    5050    ];
    5151
Note: See TracChangeset for help on using the changeset viewer.