Plugin Directory

Changeset 2468212


Ignore:
Timestamp:
02/03/2021 06:55:08 PM (5 years ago)
Author:
atlasmic
Message:

v1.1.2 Set script translations

Location:
atlasmic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • atlasmic/trunk/atlasmic.php

    r2468207 r2468212  
    44 * Plugin Name: Live Chat for WordPress plugin - Live Chat, Sales & Marketing by Atlasmic
    55 * Description: Live chat that helps you increase sales. Everything you need to run a modern business on Wordpress. Boost your sales - live chat with your visitors.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Atlasmic
    88 * Author URI: https://atlasmic.com
     
    105105
    106106  wp_enqueue_script('atlasmic-translations', plugins_url('/translations.js', __FILE__), array('wp-i18n'), mt_rand(10,1000), true);
     107  wp_set_script_translations('atlasmic-translations', 'atlasmic');
    107108  wp_enqueue_script('atlasmic', $atlasmic_wordpress_script_src, '', mt_rand(10,1000), true);
    108109  wp_localize_script('atlasmic', 'atlasmicConfig', array(
  • atlasmic/trunk/readme.txt

    r2468207 r2468212  
    33Tags: live chat, livechat, live support, chat plugin, live help, sales, marketing, analytics, chat, live chat plugin, chat plugin, live help
    44Donate link: https://atlasmic.com
    5 Requires at least: 3.0
     5Requires at least: 4.6
    66Tested up to: 5.6
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 5.2.4
    99License: GPLv2
     
    191191
    192192== Changelog ==
     193= 1.1.2 =
     194* Add translations
     195
    193196= 1.0.1 =
    194197* Update plugin name to reflect Live Chat.
Note: See TracChangeset for help on using the changeset viewer.