Changeset 3283623
- Timestamp:
- 04/28/2025 06:52:53 PM (9 months ago)
- Location:
- whmcs-modal-login
- Files:
-
- 22 added
- 4 edited
-
tags/1.1.0.1 (added)
-
tags/1.1.0.1/LICENSE (added)
-
tags/1.1.0.1/README.txt (added)
-
tags/1.1.0.1/assets (added)
-
tags/1.1.0.1/assets/css (added)
-
tags/1.1.0.1/assets/css/whmcs-modal-login.css (added)
-
tags/1.1.0.1/assets/img (added)
-
tags/1.1.0.1/assets/img/info.png (added)
-
tags/1.1.0.1/assets/img/logo-azul.svg (added)
-
tags/1.1.0.1/assets/js (added)
-
tags/1.1.0.1/assets/js/whmcs-modal-login.js (added)
-
tags/1.1.0.1/inc (added)
-
tags/1.1.0.1/inc/whmcs-admin.php (added)
-
tags/1.1.0.1/index.php (added)
-
tags/1.1.0.1/languages (added)
-
tags/1.1.0.1/languages/whmcs-modal-login-es_CO.mo (added)
-
tags/1.1.0.1/languages/whmcs-modal-login-es_CO.po (added)
-
tags/1.1.0.1/languages/whmcs-modal-login-es_ES.mo (added)
-
tags/1.1.0.1/languages/whmcs-modal-login-es_ES.po (added)
-
tags/1.1.0.1/languages/whmcs-modal-login.pot (added)
-
tags/1.1.0.1/uninstall.php (added)
-
tags/1.1.0.1/whmcs-modal-login.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/whmcs-admin.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
-
trunk/whmcs-modal-login.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whmcs-modal-login/trunk/README.txt
r3283570 r3283623 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.1.0 7 Stable tag: 1.1.0.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 = 1.1.0.1 = 54 * Bug Fix to reset password 53 55 = 1.1.0 = 54 56 * Add support lenguages -
whmcs-modal-login/trunk/inc/whmcs-admin.php
r3283570 r3283623 3 3 * 4 4 * @link https://www.quecodigo.com 5 * @since 1.1.0 5 * @since 1.1.0.1 6 6 * 7 7 * @package whmcs_Login -
whmcs-modal-login/trunk/uninstall.php
r2747245 r3283623 4 4 * 5 5 * @link https://www.quecodigo.com 6 * @since 1. 0.06 * @since 1.1.0.1 7 7 * 8 8 * @package whmcs_Login -
whmcs-modal-login/trunk/whmcs-modal-login.php
r3283570 r3283623 6 6 * Donate link: https://www.paypal.me/quecodig 7 7 * Description: WHMCS Modal Login allows you to easily create a modal box that displays for WHMCS login form. It automatically adds a menu item to the end of the selected menu that will open the login modal box. 8 * Version: 1.1.0 8 * Version: 1.1.0.1 9 9 * Author: Qué Código 10 10 * Requires PHP: 5.6 11 11 * Requires at least: 5.0 12 12 * Tested up to: 6.8 13 * stable tag: 1.1.0 13 * stable tag: 1.1.0.1 14 14 * Author URI: https://www.quecodigo.com 15 15 * License: GPL-2.0+ … … 41 41 } 42 42 43 define( 'WHMCS_ML_VERSION', '1.1.0 ' );43 define( 'WHMCS_ML_VERSION', '1.1.0.1' ); 44 44 45 45 /** … … 133 133 </p> 134 134 </form> 135 <?php echo esc_html($form); ?>135 <?php echo ($form); ?> 136 136 </div> 137 137 </div>
Note: See TracChangeset
for help on using the changeset viewer.