Plugin Directory

Changeset 2110550


Ignore:
Timestamp:
06/22/2019 02:20:14 PM (7 years ago)
Author:
pukhrajp
Message:

Updated to make supportable to WordPress Latest version 5.2.2

Location:
wp-chatbull/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-chatbull/trunk/readme.txt

    r1690585 r2110550  
    1 === WP Chatbull ===
     1=== WP Chatbull ===
    22Contributors: pukhrajp, bobyk
    33Donate link:
     
    55Plugin URI: http://chatbull.in/
    66Requires at least: 3.8
    7 Tested up to: 4.8
    8 Stable tag: 1.0
     7Tested up to: 5.2.2
     8Stable tag: 1.1
    99License: GPL2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313Now chat with your website visitors with WP ChatBull. This is a perfect fit for Small Business for both who sell products and services. It hosts data & files completely on your own server. No need to connect with any third party or pay subscriptions. Install WP ChatBull today to find your potential customers and improve your conversion rate.
    1414 
    15 You can upgrade to [ChatBull Lite](https://codecanyon.net/item/chatbull-lite-php-live-chat/20164713 "ChatBull Lite") anytime to get full features.
    16 Or to [ChatBull Pro](https://codecanyon.net/item/support-chat-php-live-chat-with-desktop-and-mobile-app/15044181 "ChatBull Pro") to have Desktop (for both Widnows & Mac) and Android apps for operators.
     15You can upgrade to [ChatBull Pro](https://codecanyon.net/item/support-chat-php-live-chat-with-desktop-and-mobile-app/15044181 "ChatBull Pro") to have Desktop (for both Widnows & Mac) and Android apps for operators.
    1716
    1817
     
    4241
    4342
    44 == Lite Version Additional Features ==
     43== Pro Version Additional Features ==
    4544
    4645Unordered list:
     
    5655*  Emoji support
    5756*  Code very well reviewed by Envato
    58  
    59 Use this link to purchase [ChatBull Lite](https://codecanyon.net/item/chatbull-lite-php-live-chat/20164713 "ChatBull Lite")
    60 
    61 
    62 == Pro Version Additional Features ==
    63 *  All Lite Version Features
    6457*  Desktop app for both Windows & Mac OS
    6558*  Can use our android app from Google Play Store
     
    9386== Changelog ==
    9487
     88= 1.1 =
     8922June.2019. Updated plugin according WordPress version.
     90
    9591= 1.0 =
    96921.July.2017. Initial Release.
  • wp-chatbull/trunk/wp-chatbull.php

    r1688359 r2110550  
    77  Author: G-axon
    88  Author URI: http://g-axon.com
    9   Version: 1.0
     9  Version: 1.1
    1010  License: GPL2
    1111
     
    8686            wp_enqueue_script('angularjs');
    8787            wp_enqueue_script('angular-sanitize');
    88             wp_enqueue_script('cbsettings', plugins_url('admin/js/wpcbcp-settings.js', __FILE__), array('jquery', 'angularjs'), '1.0', true);
     88            wp_enqueue_script('cbsettings', plugins_url('admin/js/wpcbcp-settings.js', __FILE__), array('jquery', 'angularjs'), '1.1', true);
    8989            wp_enqueue_style('sbstyle');
    9090
     
    114114            wp_register_script('angularjs', plugins_url('admin/js/angular.min.js', __FILE__), array('jquery'), '1.6.4', true);
    115115            wp_register_script('angular-sanitize', plugins_url('admin/js/angular-sanitize.min.js', __FILE__), array('jquery'), '1.6.4', true);
    116             wp_register_style('sbstyle', plugins_url('admin/css/wpcbcp-style.css', __FILE__), array(), '1.0');
     116            wp_register_style('sbstyle', plugins_url('admin/css/wpcbcp-style.css', __FILE__), array(), '1.1');
    117117        }
    118118
Note: See TracChangeset for help on using the changeset viewer.