Changeset 3142577
- Timestamp:
- 08/28/2024 04:33:34 AM (19 months ago)
- Location:
- thrivedesk
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.5 (copied) (copied from thrivedesk/trunk)
-
tags/2.0.5/readme.txt (modified) (2 diffs)
-
tags/2.0.5/src/Conversations/Conversation.php (modified) (3 diffs)
-
tags/2.0.5/thrivedesk.php (modified) (2 diffs)
-
tags/2.0.5/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Conversations/Conversation.php (modified) (3 diffs)
-
trunk/thrivedesk.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/2.0.5/readme.txt
r3142322 r3142577 4 4 Requires at least: 4.9 5 5 Tested up to: 6.4 6 Stable Tag: 2.0. 46 Stable Tag: 2.0.5 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 233 233 234 234 == Changelog == 235 = 2.0.5 = 236 - Fix: System info mismatched 237 235 238 = 2.0.4 = 236 239 - Fix: FunnelKit plugin identifier -
thrivedesk/tags/2.0.5/src/Conversations/Conversation.php
r3142322 r3142577 75 75 } 76 76 77 $systemInfo = $this->get SystemInfo($apiKey);77 $systemInfo = $this->get_system_info($apiKey); 78 78 79 79 if ($systemInfo) { … … 85 85 } 86 86 87 public function getSystemInfo($apiKey): array87 public static function get_system_info($apiKey): array 88 88 { 89 89 $apiService = new TDApiService(); … … 111 111 return $response; 112 112 } 113 114 return []; 113 115 } 114 116 -
thrivedesk/tags/2.0.5/thrivedesk.php
r3142322 r3142577 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: 2.0. 48 * Version: 2.0.5 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 52 52 * @var string 53 53 */ 54 public $version = '2.0. 4';54 public $version = '2.0.5'; 55 55 56 56 /** -
thrivedesk/tags/2.0.5/vendor/composer/installed.php
r3142322 r3142577 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => ' 2.0.4',5 'version' => '2.0. 4.0',6 'reference' => ' 130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',4 'pretty_version' => 'v2.0.5', 5 'version' => '2.0.5.0', 6 'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => ' 2.0.4',15 'version' => '2.0. 4.0',16 'reference' => ' 130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',14 'pretty_version' => 'v2.0.5', 15 'version' => '2.0.5.0', 16 'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
thrivedesk/trunk/readme.txt
r3142322 r3142577 4 4 Requires at least: 4.9 5 5 Tested up to: 6.4 6 Stable Tag: 2.0. 46 Stable Tag: 2.0.5 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 233 233 234 234 == Changelog == 235 = 2.0.5 = 236 - Fix: System info mismatched 237 235 238 = 2.0.4 = 236 239 - Fix: FunnelKit plugin identifier -
thrivedesk/trunk/src/Conversations/Conversation.php
r3142322 r3142577 75 75 } 76 76 77 $systemInfo = $this->get SystemInfo($apiKey);77 $systemInfo = $this->get_system_info($apiKey); 78 78 79 79 if ($systemInfo) { … … 85 85 } 86 86 87 public function getSystemInfo($apiKey): array87 public static function get_system_info($apiKey): array 88 88 { 89 89 $apiService = new TDApiService(); … … 111 111 return $response; 112 112 } 113 114 return []; 113 115 } 114 116 -
thrivedesk/trunk/thrivedesk.php
r3142322 r3142577 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: 2.0. 48 * Version: 2.0.5 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 52 52 * @var string 53 53 */ 54 public $version = '2.0. 4';54 public $version = '2.0.5'; 55 55 56 56 /** -
thrivedesk/trunk/vendor/composer/installed.php
r3142322 r3142577 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => ' 2.0.4',5 'version' => '2.0. 4.0',6 'reference' => ' 130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',4 'pretty_version' => 'v2.0.5', 5 'version' => '2.0.5.0', 6 'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => ' 2.0.4',15 'version' => '2.0. 4.0',16 'reference' => ' 130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',14 'pretty_version' => 'v2.0.5', 15 'version' => '2.0.5.0', 16 'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.