diff --git a/package.json b/package.json index 8d75e91..38bd43e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thrivedesk", - "version": "1.0.16", + "version": "1.0.17", "description": "ThriveDesk - Customer Support & Helpdesk Software for WordPress Startups", "scripts": { "dev": "npm run development", diff --git a/readme.txt b/readme.txt index 12bd600..5929229 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: thrivedesk 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 Requires at least: 4.9 Tested up to: 6.3 -Stable Tag: 1.0.16 +Stable Tag: 1.0.17 Requires PHP: 5.5 License: GNU General Public License v2.0 or later @@ -223,6 +223,9 @@ Privacy is our utmost priority, and we designed ThriveDesk in a way that aligned - Easy setup: Setup your Shared Inbox in less than a minute. == Changelog == += 1.0.17 = +- Update: Starter plan support for Portal + = 1.0.16 = - Update: New plan added for Portal diff --git a/thrivedesk.php b/thrivedesk.php index ecc6eec..d48e1b4 100755 --- a/thrivedesk.php +++ b/thrivedesk.php @@ -5,7 +5,7 @@ * Description: Live Chat, Help Desk & Knowledge Base plugin for WordPress * Plugin URI: https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash * Tags: live chat, helpdesk, free live chat, knowledge base, thrivedesk - * Version: 1.0.16 + * Version: 1.0.17 * Author: ThriveDesk * Author URI: https://profiles.wordpress.org/thrivedesk/ * Text Domain: thrivedesk @@ -49,7 +49,7 @@ final class ThriveDesk * * @var string */ - public $version = '1.0.16'; + public $version = '1.0.17'; /** * The single instance of this class