Changeset 2904196
- Timestamp:
- 04/26/2023 06:25:42 AM (3 years ago)
- Location:
- thrivedesk
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from thrivedesk/trunk)
-
tags/1.0.10/readme.txt (modified) (2 diffs)
-
tags/1.0.10/src/Services/PortalService.php (modified) (2 diffs)
-
tags/1.0.10/thrivedesk.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Services/PortalService.php (modified) (2 diffs)
-
trunk/thrivedesk.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/1.0.10/readme.txt
r2900454 r2904196 4 4 Requires at least: 4.9 5 5 Tested up to: 6.2 6 Stable Tag: 1.0. 96 Stable Tag: 1.0.10 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 224 224 225 225 == Changelog == 226 = 1.0.10 = 227 - Fixed portal feature availability issue 228 226 229 = 1.0.9 = 227 230 - Updated admin layout -
thrivedesk/tags/1.0.10/src/Services/PortalService.php
r2900454 r2904196 66 66 ] ); 67 67 } else { 68 set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );69 68 echo json_encode( [ 70 69 'code' => 422, … … 98 97 return true; 99 98 } else { 100 set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );101 99 return false; 102 100 } -
thrivedesk/tags/1.0.10/thrivedesk.php
r2900454 r2904196 6 6 * Plugin URI: https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * Tags: live chat, helpdesk, free live chat, knowledge base, thrivedesk 8 * Version: 1.0. 98 * Version: 1.0.10 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 49 49 * @var string 50 50 */ 51 public $version = '1.0. 9';51 public $version = '1.0.10'; 52 52 53 53 /** -
thrivedesk/trunk/readme.txt
r2900454 r2904196 4 4 Requires at least: 4.9 5 5 Tested up to: 6.2 6 Stable Tag: 1.0. 96 Stable Tag: 1.0.10 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 224 224 225 225 == Changelog == 226 = 1.0.10 = 227 - Fixed portal feature availability issue 228 226 229 = 1.0.9 = 227 230 - Updated admin layout -
thrivedesk/trunk/src/Services/PortalService.php
r2900454 r2904196 66 66 ] ); 67 67 } else { 68 set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );69 68 echo json_encode( [ 70 69 'code' => 422, … … 98 97 return true; 99 98 } else { 100 set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );101 99 return false; 102 100 } -
thrivedesk/trunk/thrivedesk.php
r2900454 r2904196 6 6 * Plugin URI: https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * Tags: live chat, helpdesk, free live chat, knowledge base, thrivedesk 8 * Version: 1.0. 98 * Version: 1.0.10 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 49 49 * @var string 50 50 */ 51 public $version = '1.0. 9';51 public $version = '1.0.10'; 52 52 53 53 /**
Note: See TracChangeset
for help on using the changeset viewer.