Changeset 2904244
- Timestamp:
- 04/26/2023 07:27:26 AM (3 years ago)
- Location:
- thrivedesk
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.11 (copied) (copied from thrivedesk/trunk)
-
tags/1.0.11/readme.txt (modified) (2 diffs)
-
tags/1.0.11/src/Services/PortalService.php (modified) (1 diff)
-
tags/1.0.11/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.11/readme.txt
r2904196 r2904244 4 4 Requires at least: 4.9 5 5 Tested up to: 6.2 6 Stable Tag: 1.0.1 06 Stable Tag: 1.0.11 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.11 = 227 - Updated ThriveDesk plan list 228 226 229 = 1.0.10 = 227 230 - Fixed portal feature availability issue -
thrivedesk/tags/1.0.11/src/Services/PortalService.php
r2904196 r2904244 13 13 'business_ltd_22', 14 14 'agency_plus_ltd', 15 'agency-ltd 1',15 'agency-ltd', 16 16 'founder-ltd-business', 17 17 'pro', -
thrivedesk/tags/1.0.11/thrivedesk.php
r2904196 r2904244 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 08 * Version: 1.0.11 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 49 49 * @var string 50 50 */ 51 public $version = '1.0.1 0';51 public $version = '1.0.11'; 52 52 53 53 /** -
thrivedesk/trunk/readme.txt
r2904196 r2904244 4 4 Requires at least: 4.9 5 5 Tested up to: 6.2 6 Stable Tag: 1.0.1 06 Stable Tag: 1.0.11 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.11 = 227 - Updated ThriveDesk plan list 228 226 229 = 1.0.10 = 227 230 - Fixed portal feature availability issue -
thrivedesk/trunk/src/Services/PortalService.php
r2904196 r2904244 13 13 'business_ltd_22', 14 14 'agency_plus_ltd', 15 'agency-ltd 1',15 'agency-ltd', 16 16 'founder-ltd-business', 17 17 'pro', -
thrivedesk/trunk/thrivedesk.php
r2904196 r2904244 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 08 * Version: 1.0.11 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 49 49 * @var string 50 50 */ 51 public $version = '1.0.1 0';51 public $version = '1.0.11'; 52 52 53 53 /**
Note: See TracChangeset
for help on using the changeset viewer.