Plugin Directory

Changeset 1363050


Ignore:
Timestamp:
03/03/2016 01:25:58 AM (10 years ago)
Author:
elevio
Message:

Fix to checkbox to disable elevio

Location:
elevio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • elevio/trunk/elevio.php

    r1363047 r1363050  
    66Author: Elevio
    77Author URI: https://elev.io
    8 Version: 3.4.7
     8Version: 3.4.8
    99*/
    1010
  • elevio/trunk/plugin_files/ElevioAdmin.class.php

    r1274353 r1363050  
    168168
    169169        if(isset($data['elevio_enable_form'])) {
    170             update_option('elevio_is_enabled', !!$data['elevio_enabled']);
     170            update_option('elevio_is_enabled', !!$data['elevio_is_enabled']);
    171171        }
    172172
  • elevio/trunk/readme.txt

    r1363047 r1363050  
    22Contributors: Elevio
    33Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage, freshdesk, intercom
    4 Stable tag: 3.4.7
     4Stable tag: 3.4.8
    55Requires at least: 2.8
    6 Tested up to: 4.3.1
     6Tested up to: 4.4.2
    77
    88Elevio for Wordpress plugin that integrates with your existing knowledge base, chat client, support system and more
Note: See TracChangeset for help on using the changeset viewer.