Changeset 1274353
- Timestamp:
- 10/27/2015 11:49:58 PM (10 years ago)
- Location:
- elevio/trunk
- Files:
-
- 3 edited
-
elevio.php (modified) (1 diff)
-
plugin_files/ElevioAdmin.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/elevio.php
r1270846 r1274353 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 3.4. 58 Version: 3.4.6 9 9 */ 10 10 -
elevio/trunk/plugin_files/ElevioAdmin.class.php
r1266309 r1274353 164 164 165 165 if(isset($data['secret_id'])) { 166 update_option(' secret_id', $data['secret_id']);166 update_option('elevio_secret_id', $data['secret_id']); 167 167 } 168 168 -
elevio/trunk/readme.txt
r1270846 r1274353 2 2 Contributors: Elevio 3 3 Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage, freshdesk, intercom 4 Stable tag: 3.4. 54 Stable tag: 3.4.6 5 5 Requires at least: 2.8 6 6 Tested up to: 4.3.1
Note: See TracChangeset
for help on using the changeset viewer.