Changeset 3058861
- Timestamp:
- 03/26/2024 08:26:11 AM (2 years ago)
- Location:
- simply-login-regiser
- Files:
-
- 12 added
- 2 edited
-
tags/2.2 (added)
-
tags/2.2/assets (added)
-
tags/2.2/assets/css (added)
-
tags/2.2/assets/css/kube.css (added)
-
tags/2.2/assets/css/slr-style.css (added)
-
tags/2.2/assets/img (added)
-
tags/2.2/assets/img/loading.gif (added)
-
tags/2.2/assets/js (added)
-
tags/2.2/assets/js/slr-custom.js (added)
-
tags/2.2/readme.txt (added)
-
tags/2.2/settings.php (added)
-
tags/2.2/simply-login-register.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simply-login-register.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simply-login-regiser/trunk/readme.txt
r3014004 r3058861 1 1 === Simply Login Register === 2 Contributors: anshuln90, sohamwebsolution 3 Tags: Simply, Login, Register, ajax login, ajax regiter, sign in, sign up, custom login, registration 2 Contributors: anshuln90, sohamwebsolution, raviyadavg 3 Tags: Simply, Login, Register, ajax login, ajax regiter, sign in, sign up, custom login, registration, user form 4 4 Requires at least: 3.5 5 Tested up to: 6. 4.26 Stable tag: 2. 15 Tested up to: 6.5 6 Stable tag: 2.2 7 7 License: GPL2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Changelog == 29 = 2.2 = 30 * Version 2.2 - March 26, 2024 31 * Inhancement: Enable support upto wordpress 6.5 32 29 33 = 2.1 = 30 34 * Version 2.1 - December 25, 2023 … … 43 47 * Title: "Plugin Update Available" 44 48 * Introduction: "A new version of plugin is now available." 49 * Description: "The new version includes bug fixes and support latest WordPress version 6.5" 50 51 * Title: "Plugin Update Available" 52 * Introduction: "A new version of plugin is now available." 45 53 * Description: "The new version includes bug fixes and support latest WordPress version 6.4.2" 46 54 -
simply-login-regiser/trunk/simply-login-register.php
r3014004 r3058861 4 4 Plugin URI: https://wordpress.org/plugins/simply-login-regiser/ 5 5 Description: A simple wordpress plugin for create custom login and register form by shortcode. 6 Version: 2. 16 Version: 2.2 7 7 Author: Soham Web Solution 8 8 Author URI: https://sohamsolution.com/ … … 27 27 28 28 29 define('SLR_VERSION', '2. 1');29 define('SLR_VERSION', '2.2'); 30 30 define('SLR_FILE', basename(__FILE__)); 31 31 define('SLR_NAME', str_replace('.php', '', SLR_FILE));
Note: See TracChangeset
for help on using the changeset viewer.