Plugin Directory

Changeset 2819977


Ignore:
Timestamp:
11/17/2022 05:37:04 PM (3 years ago)
Author:
customerly
Message:

Deploy version 2.5.2

Location:
customerly
Files:
69 added
3 edited

Legend:

Unmodified
Added
Removed
  • customerly/trunk/customerly-plugin.php

    r2813853 r2819977  
    1010 * Plugin URI:        https://www.customerly.io/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_uri
    1111 * Description:       Live Chat software to chat with real-time visitors, generate leads, and increase sales.
    12  * Version:           2.5.1
     12 * Version:           2.5.2
    1313 * Author:            Customerly
    1414 * Author URI:        https://www.customerly.io/features/live-chat-plugin-for-wordpress/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_author_uri
  • customerly/trunk/includes/class.customerly-admin.php

    r2813431 r2819977  
    2828            // for Admin Dashboard Only
    2929            // Embed the Script on our Plugin's Option Page Only
    30             $page = sanitize_text_field($_GET['page']);
    31             if (isset($page) && $page == 'Customerly') {
    32                 wp_enqueue_script('jquery');
    33                 wp_enqueue_script('jquery-form');
     30            if (isset($_GET['page'])){
     31                $page = sanitize_text_field($_GET['page']);
     32                if ( $page == 'Customerly') {
     33                    wp_enqueue_script('jquery');
     34                    wp_enqueue_script('jquery-form');
     35                }
    3436            }
     37
    3538        }
    3639
  • customerly/trunk/readme.txt

    r2813853 r2819977  
    55Requires at least: 3.0
    66Tested up to: 6.1
    7 Stable tag: 2.5.1
     7Stable tag: 2.5.2
    88Requires PHP: 5.4
    99License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.