Changeset 2957875
- Timestamp:
- 08/24/2023 12:37:08 PM (3 years ago)
- Location:
- thrivedesk
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.17 (copied) (copied from thrivedesk/trunk)
-
tags/1.0.17/readme.txt (modified) (2 diffs)
-
tags/1.0.17/src/Services/PortalService.php (modified) (1 diff)
-
tags/1.0.17/thrivedesk.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Services/PortalService.php (modified) (1 diff)
-
trunk/thrivedesk.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/1.0.17/readme.txt
r2949870 r2957875 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3 6 Stable Tag: 1.0.1 66 Stable Tag: 1.0.17 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.17 = 227 - Update: Starter plan support for Portal 228 226 229 = 1.0.16 = 227 230 - Update: New plan added for Portal -
thrivedesk/tags/1.0.17/src/Services/PortalService.php
r2949870 r2957875 16 16 'agency-ltd', 17 17 'founder-ltd-business', 18 'pro',19 18 'pro_annual', 20 19 'plus_annual_july_2023', 21 20 'plus_july_2023', 21 'starter_july_23', 22 'starter_annual_july_23', 22 23 ]; 23 24 -
thrivedesk/tags/1.0.17/thrivedesk.php
r2949870 r2957875 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.1 68 * Version: 1.0.17 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 50 50 * @var string 51 51 */ 52 public $version = '1.0.1 6';52 public $version = '1.0.17'; 53 53 54 54 /** -
thrivedesk/trunk/readme.txt
r2949870 r2957875 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3 6 Stable Tag: 1.0.1 66 Stable Tag: 1.0.17 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.17 = 227 - Update: Starter plan support for Portal 228 226 229 = 1.0.16 = 227 230 - Update: New plan added for Portal -
thrivedesk/trunk/src/Services/PortalService.php
r2949870 r2957875 16 16 'agency-ltd', 17 17 'founder-ltd-business', 18 'pro',19 18 'pro_annual', 20 19 'plus_annual_july_2023', 21 20 'plus_july_2023', 21 'starter_july_23', 22 'starter_annual_july_23', 22 23 ]; 23 24 -
thrivedesk/trunk/thrivedesk.php
r2949870 r2957875 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.1 68 * Version: 1.0.17 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 50 50 * @var string 51 51 */ 52 public $version = '1.0.1 6';52 public $version = '1.0.17'; 53 53 54 54 /**
Note: See TracChangeset
for help on using the changeset viewer.