Plugin Directory

Changeset 1701831


Ignore:
Timestamp:
07/24/2017 06:32:37 PM (9 years ago)
Author:
olarkplatform
Message:

Fix a small typo

Location:
olark-live-chat/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • olark-live-chat/trunk/README.txt

    r1701817 r1701831  
    3333== Changelog ==
    3434
    35 = 1.0.4 =
     35= 1.0.4 + 1.0.5 =
    3636Fixed a bug where setting chat box language made it impossible to change the language in advanced API calls.
    3737
  • olark-live-chat/trunk/olark-wp.php

    r1701817 r1701831  
    1717 * Plugin URI:        https://github.com/olark/wordpress-plugin/edit/master/olark-wp/
    1818 * 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.4
     19 * Version:           1.0.5
    2020 * Author:            Olark
    2121 * Author URI:        https://www.olark.com
  • olark-live-chat/trunk/public/js/olark-wp-public.js

    r1701817 r1701831  
    3838};
    3939/* Language settings*/
    40 if(olark_vars.override_lang){
     40if(olark_vars.override_lang == 1){
    4141  olark.configure("system.localization", olark_vars.lang);
    4242  window.console && console.log("[olark] Language chosen in WordPress is " +olark_vars.lang);
Note: See TracChangeset for help on using the changeset viewer.