Changeset 2957963
- Timestamp:
- 08/24/2023 03:26:38 PM (3 years ago)
- Location:
- thrivedesk
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.18 (copied) (copied from thrivedesk/trunk)
-
tags/1.0.18/readme.txt (modified) (2 diffs)
-
tags/1.0.18/src/Services/PortalService.php (modified) (1 diff)
-
tags/1.0.18/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.18/readme.txt
r2957875 r2957963 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3 6 Stable Tag: 1.0.1 76 Stable Tag: 1.0.18 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.18 = 227 - Fix: Revert pro plan 228 226 229 = 1.0.17 = 227 230 - Update: Starter plan support for Portal -
thrivedesk/tags/1.0.18/src/Services/PortalService.php
r2957875 r2957963 15 15 'agency_20_workspaces_ltd', 16 16 'agency-ltd', 17 'pro', 17 18 'founder-ltd-business', 18 19 'pro_annual', -
thrivedesk/tags/1.0.18/thrivedesk.php
r2957875 r2957963 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 78 * Version: 1.0.18 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 7';52 public $version = '1.0.18'; 53 53 54 54 /** -
thrivedesk/trunk/readme.txt
r2957875 r2957963 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3 6 Stable Tag: 1.0.1 76 Stable Tag: 1.0.18 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.18 = 227 - Fix: Revert pro plan 228 226 229 = 1.0.17 = 227 230 - Update: Starter plan support for Portal -
thrivedesk/trunk/src/Services/PortalService.php
r2957875 r2957963 15 15 'agency_20_workspaces_ltd', 16 16 'agency-ltd', 17 'pro', 17 18 'founder-ltd-business', 18 19 'pro_annual', -
thrivedesk/trunk/thrivedesk.php
r2957875 r2957963 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 78 * Version: 1.0.18 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 7';52 public $version = '1.0.18'; 53 53 54 54 /**
Note: See TracChangeset
for help on using the changeset viewer.