Skip to content

Commit

Permalink
Merge pull request #69 from thrivedesk/fix/edd-issues
Browse files Browse the repository at this point in the history
fix: Edd overview issues
  • Loading branch information
pronob1010 authored Dec 17, 2023
2 parents a933cdb + 5ffbaa3 commit dc49dfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrivedesk",
"version": "1.1.3",
"version": "1.1.4",
"description": "ThriveDesk - Customer Support & Helpdesk Software for WordPress Startups",
"scripts": {
"dev": "npm run development",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
Stable Tag: 1.1.3
Stable Tag: 1.1.4
Requires PHP: 5.5
License: GNU General Public License v2.0 or later

Expand Down Expand Up @@ -224,6 +224,10 @@ Privacy is our utmost priority, and we designed ThriveDesk in a way that aligned

== Changelog ==

= 1.1.4 =
- Fix: EDD order overview issue resolved.
- Update: WooCommerce shipping details checkbox warning handled.

= 1.1.3 =
- Fix: Portal access issue resolved.
- Update: New plans are added for WPPortal support.
Expand Down
4 changes: 2 additions & 2 deletions thrivedesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.3
* Version: 1.1.4
* Author: ThriveDesk
* Author URI: https://profiles.wordpress.org/thrivedesk/
* Text Domain: thrivedesk
Expand Down Expand Up @@ -50,7 +50,7 @@ final class ThriveDesk
*
* @var string
*/
public $version = '1.1.3';
public $version = '1.1.4';

/**
* The single instance of this class
Expand Down

0 comments on commit dc49dfc

Please sign in to comment.