Changeset 1701831
- Timestamp:
- 07/24/2017 06:32:37 PM (9 years ago)
- Location:
- olark-live-chat/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
olark-wp.php (modified) (1 diff)
-
public/js/olark-wp-public.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
olark-live-chat/trunk/README.txt
r1701817 r1701831 33 33 == Changelog == 34 34 35 = 1.0.4 =35 = 1.0.4 + 1.0.5 = 36 36 Fixed a bug where setting chat box language made it impossible to change the language in advanced API calls. 37 37 -
olark-live-chat/trunk/olark-wp.php
r1701817 r1701831 17 17 * Plugin URI: https://github.com/olark/wordpress-plugin/edit/master/olark-wp/ 18 18 * Description: This plugin is designed to allow you to add an Olark chatbox to your WordPress site easily! Simply activate and add your Site ID from Olark in the settings! 19 * Version: 1.0. 419 * Version: 1.0.5 20 20 * Author: Olark 21 21 * Author URI: https://www.olark.com -
olark-live-chat/trunk/public/js/olark-wp-public.js
r1701817 r1701831 38 38 }; 39 39 /* Language settings*/ 40 if(olark_vars.override_lang ){40 if(olark_vars.override_lang == 1){ 41 41 olark.configure("system.localization", olark_vars.lang); 42 42 window.console && console.log("[olark] Language chosen in WordPress is " +olark_vars.lang);
Note: See TracChangeset
for help on using the changeset viewer.