Plugin Directory

Changeset 2779617


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

readme.txt change

Location:
user-registration-and-login
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • user-registration-and-login/tags/1.0.1/dew-registration-login.php

    r2779566 r2779617  
    11<?php
    2 /*
     2/**
    33 * Plugin Name: User Registration and Login
     4 * Description: Provides simple front end registration forms and login forms using shortcodes
     5 * Version: 1.0.1
    46 * Plugin URI: http://dewtechnolab.com/portfolio/
    5  * Description: Provides simple front end registration forms and login forms using shortcodes
    67 * Author: Dew Technolab
    78 * Author URI: http://dewtechnolab.com/
    8  * Version: 1.0.1
    99 * Requires at least: 4.5
    1010 * Text Domain: dew-registration-login
     11 * Domain Path: /languages
    1112 * License: GPLv3 or later License
    1213 * URI: http://www.gnu.org/licenses/gpl-3.0.html
    13  */
     14**/
    1415
    1516class dew_registration_login {
  • user-registration-and-login/tags/1.0.1/readme.txt

    r2779566 r2779617  
    11=== User Registration and Login ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: users registation, user login, user signup, login
    5 Requires at least: 4.5
     5Requires at least: 4.5.0
    66Stable tag: 1.0.1
    77Version: 1.0.1
    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
  • user-registration-and-login/trunk/dew-registration-login.php

    r2779566 r2779617  
    11<?php
    2 /*
     2/**
    33 * Plugin Name: User Registration and Login
     4 * Description: Provides simple front end registration forms and login forms using shortcodes
     5 * Version: 1.0.1
    46 * Plugin URI: http://dewtechnolab.com/portfolio/
    5  * Description: Provides simple front end registration forms and login forms using shortcodes
    67 * Author: Dew Technolab
    78 * Author URI: http://dewtechnolab.com/
    8  * Version: 1.0.1
    99 * Requires at least: 4.5
    1010 * Text Domain: dew-registration-login
     11 * Domain Path: /languages
    1112 * License: GPLv3 or later License
    1213 * URI: http://www.gnu.org/licenses/gpl-3.0.html
    13  */
     14**/
    1415
    1516class dew_registration_login {
  • user-registration-and-login/trunk/readme.txt

    r2779566 r2779617  
    11=== User Registration and Login ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: users registation, user login, user signup, login
    5 Requires at least: 4.5
     5Requires at least: 4.5.0
    66Stable tag: 1.0.1
    77Version: 1.0.1
    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.