Changeset 3001974
- Timestamp:
- 11/27/2023 04:35:43 AM (2 years ago)
- Location:
- thrivedesk
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from thrivedesk/trunk)
-
tags/1.1.3/readme.txt (modified) (2 diffs)
-
tags/1.1.3/src/Services/PortalService.php (modified) (1 diff)
-
tags/1.1.3/thrivedesk.php (modified) (2 diffs)
-
tags/1.1.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Services/PortalService.php (modified) (1 diff)
-
trunk/thrivedesk.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/1.1.3/readme.txt
r2994607 r3001974 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3.1 6 Stable Tag: 1.1. 26 Stable Tag: 1.1.3 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 224 224 225 225 == Changelog == 226 227 = 1.1.3 = 228 - Fix: Portal access issue resolved. 229 - Update: New plans are added for WPPortal support. 230 226 231 = 1.1.2 = 227 232 - Fix: Token authentication 2.0 -
thrivedesk/tags/1.1.3/src/Services/PortalService.php
r2957963 r3001974 11 11 12 12 public $plans = [ 13 'founder-ltd-pro', 14 'business_ltd_23', 13 15 'business_ltd_22', 14 16 'agency_plus_ltd', -
thrivedesk/tags/1.1.3/thrivedesk.php
r2994607 r3001974 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.1. 28 * Version: 1.1.3 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 51 51 * @var string 52 52 */ 53 public $version = '1.1. 2';53 public $version = '1.1.3'; 54 54 55 55 /** -
thrivedesk/tags/1.1.3/vendor/composer/installed.php
r2994607 r3001974 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => 'v1.1. 2',5 'version' => '1.1. 2.0',6 'reference' => ' 4ae53699a118d8036fa04e6f43481210f66a7b13',4 'pretty_version' => 'v1.1.3', 5 'version' => '1.1.3.0', 6 'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => 'v1.1. 2',15 'version' => '1.1. 2.0',16 'reference' => ' 4ae53699a118d8036fa04e6f43481210f66a7b13',14 'pretty_version' => 'v1.1.3', 15 'version' => '1.1.3.0', 16 'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
thrivedesk/trunk/readme.txt
r2994607 r3001974 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3.1 6 Stable Tag: 1.1. 26 Stable Tag: 1.1.3 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 224 224 225 225 == Changelog == 226 227 = 1.1.3 = 228 - Fix: Portal access issue resolved. 229 - Update: New plans are added for WPPortal support. 230 226 231 = 1.1.2 = 227 232 - Fix: Token authentication 2.0 -
thrivedesk/trunk/src/Services/PortalService.php
r2957963 r3001974 11 11 12 12 public $plans = [ 13 'founder-ltd-pro', 14 'business_ltd_23', 13 15 'business_ltd_22', 14 16 'agency_plus_ltd', -
thrivedesk/trunk/thrivedesk.php
r2994607 r3001974 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.1. 28 * Version: 1.1.3 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 51 51 * @var string 52 52 */ 53 public $version = '1.1. 2';53 public $version = '1.1.3'; 54 54 55 55 /** -
thrivedesk/trunk/vendor/composer/installed.php
r2994607 r3001974 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => 'v1.1. 2',5 'version' => '1.1. 2.0',6 'reference' => ' 4ae53699a118d8036fa04e6f43481210f66a7b13',4 'pretty_version' => 'v1.1.3', 5 'version' => '1.1.3.0', 6 'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => 'v1.1. 2',15 'version' => '1.1. 2.0',16 'reference' => ' 4ae53699a118d8036fa04e6f43481210f66a7b13',14 'pretty_version' => 'v1.1.3', 15 'version' => '1.1.3.0', 16 'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.