| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | -Plugin Name: Lime Connect | |
| 4 | -Plugin URI: https://connect.lime-technologies.com/ | |
| 5 | -Description: Lime Connect (formerly Userlike) integration for Wordpress | |
| 6 | -Version: 2.9 | |
| 3 | +Plugin Name: Userlike | |
| 4 | +Plugin URI: https://www.userlike.com | |
| 5 | +Description: Userlike Live Chat integration for Wordpress | |
| 6 | +Version: 2.6 | |
| 7 | 7 | Author: David Voswinkel <david.voswinkel@userlike.com> |
| 8 | -Author URI: https://connect.lime-technologies.com/ | |
| 8 | +Author URI: https://www.userlike.com | |
| 9 | 9 | License: GPL2 |
| 10 | 10 | |
| 11 | 11 | This program is free software; you can redistribute it and/or modify |
| 12 | 12 | it under the terms of the GNU General Public License, version 2, as |
| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | public static function admin_notice(){ |
| 58 | 58 | if(!self::$is_enabled) |
| 59 | - echo '<div class="error"><p><strong>'.sprintf(__('Lime Connect (formerly Userlike) integration has not been set up. Please go to the <a href="%s">plugin page</a> and enter your credentials to enable it.' ), admin_url('options-general.php?page=userlike')).'</strong></p></div>'; | |
| 59 | + echo '<div class="error"><p><strong>'.sprintf(__('Userlike integration has not been set up. Please go to the <a href="%s">plugin page</a> and enter your Userlike credentials to enable it.' ), admin_url('options-general.php?page=userlike')).'</strong></p></div>'; | |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | public static function add_settings_page(){ |
| 63 | 63 | add_action('admin_init', array(__CLASS__, 'register_settings')); |
| @@ -81,9 +81,9 @@ | ||
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | public static function settings_page(){ |
| 84 | 84 | if(get_option("userlike_secret") && !self::$is_enabled){ |
| 85 | - echo '<div id="setting-error-settings_error" class="error settings-error"><p><strong>Your credentials don\'t look like they are correct. Please make sure that your credentials are correct! <a href="#" onClick="return userlike.userlikeStartChat();">Click here for live help</a></strong></p></div>'; | |
| 85 | + echo '<div id="setting-error-settings_error" class="error settings-error"><p><strong>Your credentials don\'t look like they are correct. Please make sure that your credentials are correct! <a href="#" onClick="return userlikeStartChat();">Click here for live help</a></strong></p></div>'; | |
| 86 | 86 | } |
| 87 | 87 | $plugin_dir = self::$plugin_dir; |
| 88 | 88 | $in_userlike = true; |
| 89 | 89 | require_once "userlike.admin.php"; |