Plugin Directory

Changeset 3283623


Ignore:
Timestamp:
04/28/2025 06:52:53 PM (9 months ago)
Author:
quecodig
Message:

Bug fix to reset password

Location:
whmcs-modal-login
Files:
22 added
4 edited

Legend:

Unmodified
Added
Removed
  • whmcs-modal-login/trunk/README.txt

    r3283570 r3283623  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.0.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53= 1.1.0.1 =
     54* Bug Fix to reset password
    5355= 1.1.0 =
    5456* Add support lenguages
  • whmcs-modal-login/trunk/inc/whmcs-admin.php

    r3283570 r3283623  
    33 *
    44 * @link       https://www.quecodigo.com
    5  * @since      1.1.0
     5 * @since      1.1.0.1
    66 *
    77 * @package    whmcs_Login
  • whmcs-modal-login/trunk/uninstall.php

    r2747245 r3283623  
    44 *
    55 * @link       https://www.quecodigo.com
    6  * @since      1.0.0
     6 * @since      1.1.0.1
    77 *
    88 * @package    whmcs_Login
  • whmcs-modal-login/trunk/whmcs-modal-login.php

    r3283570 r3283623  
    66 * Donate link:       https://www.paypal.me/quecodig
    77 * 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
    99 * Author:            Qué Código
    1010 * Requires PHP:      5.6
    1111 * Requires at least: 5.0
    1212 * Tested up to:      6.8
    13  * stable tag:        1.1.0
     13 * stable tag:        1.1.0.1
    1414 * Author URI:        https://www.quecodigo.com
    1515 * License:           GPL-2.0+
     
    4141}
    4242
    43 define( 'WHMCS_ML_VERSION', '1.1.0' );
     43define( 'WHMCS_ML_VERSION', '1.1.0.1' );
    4444
    4545/**
     
    133133                </p>
    134134            </form>
    135             <?php echo esc_html($form); ?>
     135            <?php echo ($form); ?>
    136136        </div>
    137137    </div>
Note: See TracChangeset for help on using the changeset viewer.