Changeset 2468212
- Timestamp:
- 02/03/2021 06:55:08 PM (5 years ago)
- Location:
- atlasmic/trunk
- Files:
-
- 2 edited
-
atlasmic.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atlasmic/trunk/atlasmic.php
r2468207 r2468212 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.1. 16 * Version: 1.1.2 7 7 * Author: Atlasmic 8 8 * Author URI: https://atlasmic.com … … 105 105 106 106 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'); 107 108 wp_enqueue_script('atlasmic', $atlasmic_wordpress_script_src, '', mt_rand(10,1000), true); 108 109 wp_localize_script('atlasmic', 'atlasmicConfig', array( -
atlasmic/trunk/readme.txt
r2468207 r2468212 3 3 Tags: live chat, livechat, live support, chat plugin, live help, sales, marketing, analytics, chat, live chat plugin, chat plugin, live help 4 4 Donate link: https://atlasmic.com 5 Requires at least: 3.05 Requires at least: 4.6 6 6 Tested up to: 5.6 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 … … 191 191 192 192 == Changelog == 193 = 1.1.2 = 194 * Add translations 195 193 196 = 1.0.1 = 194 197 * Update plugin name to reflect Live Chat.
Note: See TracChangeset
for help on using the changeset viewer.