Changeset 2468198
- Timestamp:
- 02/03/2021 06:32:38 PM (5 years ago)
- Location:
- atlasmic/trunk
- Files:
-
- 2 edited
-
atlasmic.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
atlasmic/trunk/atlasmic.php
r2463523 r2468198 4 4 * Plugin Name: Live Chat for WordPress plugin - Live Chat, Sales & Marketing by Atlasmic 5 5 * 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.16 * Version: 1.1.0 7 7 * Author: Atlasmic 8 8 * Author URI: https://atlasmic.com … … 103 103 global $atlasmic_wordpress_script_src; 104 104 105 wp_enqueue_script('atlasmic-translations', plugins_url('/translations.js', __FILE__), array('wp-i18n'), mt_rand(10,1000), true); 105 106 wp_enqueue_script('atlasmic', $atlasmic_wordpress_script_src, '', mt_rand(10,1000), true); 106 107 wp_localize_script('atlasmic', 'atlasmicConfig', array( -
atlasmic/trunk/readme.txt
r2463523 r2468198 5 5 Requires at least: 3.0 6 6 Tested up to: 5.6 7 Stable tag: 1. 0.17 Stable tag: 1.1.0 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.