Changeset 2779617
- Timestamp:
- 09/03/2022 01:52:39 PM (4 years ago)
- Location:
- user-registration-and-login
- Files:
-
- 4 edited
-
tags/1.0.1/dew-registration-login.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/dew-registration-login.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-registration-and-login/tags/1.0.1/dew-registration-login.php
r2779566 r2779617 1 1 <?php 2 /* 2 /** 3 3 * Plugin Name: User Registration and Login 4 * Description: Provides simple front end registration forms and login forms using shortcodes 5 * Version: 1.0.1 4 6 * Plugin URI: http://dewtechnolab.com/portfolio/ 5 * Description: Provides simple front end registration forms and login forms using shortcodes6 7 * Author: Dew Technolab 7 8 * Author URI: http://dewtechnolab.com/ 8 * Version: 1.0.19 9 * Requires at least: 4.5 10 10 * Text Domain: dew-registration-login 11 * Domain Path: /languages 11 12 * License: GPLv3 or later License 12 13 * URI: http://www.gnu.org/licenses/gpl-3.0.html 13 */14 **/ 14 15 15 16 class dew_registration_login { -
user-registration-and-login/tags/1.0.1/readme.txt
r2779566 r2779617 1 1 === User Registration and Login === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: users registation, user login, user signup, login 5 Requires at least: 4.5 5 Requires at least: 4.5.0 6 6 Stable tag: 1.0.1 7 7 Version: 1.0.1 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 -
user-registration-and-login/trunk/dew-registration-login.php
r2779566 r2779617 1 1 <?php 2 /* 2 /** 3 3 * Plugin Name: User Registration and Login 4 * Description: Provides simple front end registration forms and login forms using shortcodes 5 * Version: 1.0.1 4 6 * Plugin URI: http://dewtechnolab.com/portfolio/ 5 * Description: Provides simple front end registration forms and login forms using shortcodes6 7 * Author: Dew Technolab 7 8 * Author URI: http://dewtechnolab.com/ 8 * Version: 1.0.19 9 * Requires at least: 4.5 10 10 * Text Domain: dew-registration-login 11 * Domain Path: /languages 11 12 * License: GPLv3 or later License 12 13 * URI: http://www.gnu.org/licenses/gpl-3.0.html 13 */14 **/ 14 15 15 16 class dew_registration_login { -
user-registration-and-login/trunk/readme.txt
r2779566 r2779617 1 1 === User Registration and Login === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: users registation, user login, user signup, login 5 Requires at least: 4.5 5 Requires at least: 4.5.0 6 6 Stable tag: 1.0.1 7 7 Version: 1.0.1 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.