Changeset 2949870
- Timestamp:
- 08/09/2023 05:48:23 AM (3 years ago)
- Location:
- thrivedesk
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.16 (copied) (copied from thrivedesk/trunk)
-
tags/1.0.16/readme.txt (modified) (2 diffs)
-
tags/1.0.16/src/Services/PortalService.php (modified) (1 diff)
-
tags/1.0.16/thrivedesk.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Services/PortalService.php (modified) (1 diff)
-
trunk/thrivedesk.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/1.0.16/readme.txt
r2907798 r2949870 3 3 Tags: livechat, chat, help desk, chat plugin, free live chat, community, helpdesk, chatbot, knowledge base, support, help center, customer care, woocommerce, surecart, freemius, thrivedesk, zendesk, mailchimp 4 4 Requires at least: 4.9 5 Tested up to: 6. 26 Stable Tag: 1.0.1 55 Tested up to: 6.3 6 Stable Tag: 1.0.16 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.16 = 227 - Update: New plan added for Portal 228 226 229 = 1.0.15 = 227 230 - Update: ThriveDesk plan list for Portal feature -
thrivedesk/tags/1.0.16/src/Services/PortalService.php
r2907798 r2949870 17 17 'founder-ltd-business', 18 18 'pro', 19 'pro_annual' 19 'pro_annual', 20 'plus_annual_july_2023', 21 'plus_july_2023', 20 22 ]; 21 23 -
thrivedesk/tags/1.0.16/thrivedesk.php
r2907798 r2949870 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 58 * Version: 1.0.16 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 14 14 * Requires PHP: 5.5 15 15 * Requires at least: 4.9 16 * Tested up to: 6. 216 * Tested up to: 6.3 17 17 * 18 18 * ThriveDesk is free software: you can redistribute it and/or modify … … 50 50 * @var string 51 51 */ 52 public $version = '1.0.1 5';52 public $version = '1.0.16'; 53 53 54 54 /** -
thrivedesk/trunk/readme.txt
r2907798 r2949870 3 3 Tags: livechat, chat, help desk, chat plugin, free live chat, community, helpdesk, chatbot, knowledge base, support, help center, customer care, woocommerce, surecart, freemius, thrivedesk, zendesk, mailchimp 4 4 Requires at least: 4.9 5 Tested up to: 6. 26 Stable Tag: 1.0.1 55 Tested up to: 6.3 6 Stable Tag: 1.0.16 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.16 = 227 - Update: New plan added for Portal 228 226 229 = 1.0.15 = 227 230 - Update: ThriveDesk plan list for Portal feature -
thrivedesk/trunk/src/Services/PortalService.php
r2907798 r2949870 17 17 'founder-ltd-business', 18 18 'pro', 19 'pro_annual' 19 'pro_annual', 20 'plus_annual_july_2023', 21 'plus_july_2023', 20 22 ]; 21 23 -
thrivedesk/trunk/thrivedesk.php
r2907798 r2949870 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 58 * Version: 1.0.16 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 14 14 * Requires PHP: 5.5 15 15 * Requires at least: 4.9 16 * Tested up to: 6. 216 * Tested up to: 6.3 17 17 * 18 18 * ThriveDesk is free software: you can redistribute it and/or modify … … 50 50 * @var string 51 51 */ 52 public $version = '1.0.1 5';52 public $version = '1.0.16'; 53 53 54 54 /**
Note: See TracChangeset
for help on using the changeset viewer.