Plugin Directory

Changeset 2468198


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

v1.1.0 Add translations

Location:
atlasmic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • atlasmic/trunk/atlasmic.php

    r2463523 r2468198  
    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.0.1
     6 * Version: 1.1.0
    77 * Author: Atlasmic
    88 * Author URI: https://atlasmic.com
     
    103103  global $atlasmic_wordpress_script_src;
    104104
     105  wp_enqueue_script('atlasmic-translations', plugins_url('/translations.js', __FILE__), array('wp-i18n'), mt_rand(10,1000), true);
    105106  wp_enqueue_script('atlasmic', $atlasmic_wordpress_script_src, '', mt_rand(10,1000), true);
    106107  wp_localize_script('atlasmic', 'atlasmicConfig', array(
  • atlasmic/trunk/readme.txt

    r2463523 r2468198  
    55Requires at least: 3.0
    66Tested up to: 5.6
    7 Stable tag: 1.0.1
     7Stable tag: 1.1.0
    88Requires PHP: 5.2.4
    99License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.