Changeset 2853926
- Timestamp:
- 01/24/2023 11:21:21 PM (3 years ago)
- Location:
- reamaze/trunk
- Files:
-
- 1 added
- 13 edited
-
includes/admin/reamaze-admin-dashboard.php (modified) (1 diff)
-
includes/admin/reamaze-admin-menus.php (modified) (1 diff)
-
includes/admin/reamaze-admin-settings.php (modified) (1 diff)
-
includes/admin/reamaze-admin.php (modified) (1 diff)
-
includes/admin/settings/reamaze-settings-account.php (modified) (1 diff)
-
includes/admin/settings/reamaze-settings-page.php (modified) (1 diff)
-
includes/admin/settings/reamaze-settings-personal.php (modified) (1 diff)
-
includes/admin/settings/reamaze-settings-widget.php (modified) (1 diff)
-
includes/reamaze-ajax.php (modified) (1 diff)
-
includes/reamaze-api.php (added)
-
includes/reamaze-functions.php (modified) (2 diffs)
-
includes/reamaze-shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
reamaze.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reamaze/trunk/includes/admin/reamaze-admin-dashboard.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/reamaze-admin-menus.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/reamaze-admin-settings.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/reamaze-admin.php
r2815547 r2853926 7 7 * @category Admin 8 8 * @package Reamaze/Admin 9 * @version 2. 2.09 * @version 2.3.0 10 10 */ 11 11 -
reamaze/trunk/includes/admin/settings/reamaze-settings-account.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/settings/reamaze-settings-page.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/settings/reamaze-settings-personal.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/admin/settings/reamaze-settings-widget.php
r2815547 r2853926 6 6 * @category Admin 7 7 * @package Reamaze/Admin 8 * @version 2. 2.08 * @version 2.3.0 9 9 */ 10 10 -
reamaze/trunk/includes/reamaze-ajax.php
r2815547 r2853926 11 11 * @category Class 12 12 * @package Reamaze/Classes 13 * @version 2. 2.013 * @version 2.3.0 14 14 */ 15 15 -
reamaze/trunk/includes/reamaze-functions.php
r2815547 r2853926 10 10 * @author Reamaze 11 11 * @package Reamaze 12 * @version 2. 2.012 * @version 2.3.0 13 13 */ 14 14 … … 27 27 } 28 28 } 29 30 include_once ( 'reamaze-api.php' ); -
reamaze/trunk/includes/reamaze-shortcodes.php
r2815547 r2853926 11 11 * @category Class 12 12 * @package Reamaze/Classes 13 * @version 2. 2.013 * @version 2.3.0 14 14 */ 15 15 -
reamaze/trunk/readme.txt
r2815547 r2853926 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Stable tag: 2. 2.07 Stable tag: 2.3.0 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 156 156 157 157 == Changelog == 158 = 2.3.0 = 159 * Add Chat Widget Publishing capability from Re:amaze 160 158 161 = 2.2.0 = 159 162 * Fix Parsedown conflict … … 229 232 230 233 == Upgrade Notice == 234 = 2.3.0 = 235 * Add Chat Widget Publishing capability from Re:amaze 236 231 237 = 2.2.0 = 232 238 * new Re:amaze Connect onboarding experience -
reamaze/trunk/reamaze.php
r2815547 r2853926 4 4 * Plugin URI: https://www.reamaze.com?referrer=wordpress 5 5 * Description: Reamaze Helpdesk, Customer Support and Live Chat for WordPress 6 * Version: 2. 2.06 * Version: 2.3.0 7 7 * Author: The Reamaze Team 8 8 * Author URI: https://www.reamaze.com?referrer=wordpress … … 11 11 12 12 class Reamaze { 13 public static $version = '2. 2.0';13 public static $version = '2.3.0'; 14 14 15 15 public function __construct() { … … 58 58 } 59 59 60 $code = get_option( 'reamaze_widget_code' ); 61 62 if ( !empty( $code ) ) { 63 echo $code; 64 } else { 65 ?> 66 <script type="text/javascript"> 67 var _support = _support || { 'ui': {}, 'user': {} }; 68 _support['account'] = '<?php echo $reamazeAccountId; ?>'; 69 </script> 70 <?php 71 } 72 60 73 ?> 61 74 <script type="text/javascript"> 62 var _support = _support || { 'ui': {}, 'user': {} };63 _support['account'] = '<?php echo get_option('reamaze_account_id'); ?>';64 _support['ui']['widget'] = _support['ui']['widget'] || true;65 66 75 <?php if ( is_user_logged_in() ) { 67 76 $this->_renderWidgetUserData(); 68 77 } ?> 69 78 </script> 70 71 <?php echo get_option( 'reamaze_widget_code' ); 79 <?php 72 80 73 81 if ( $display == 'none' || ( $display == 'auth' && ! is_user_logged_in() ) ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.