From 984f1bd2f7bae4a4d2cf6ad30ebb48db745a776c Mon Sep 17 00:00:00 2001 From: Mohammad Date: Fri, 14 Jan 2022 20:00:55 +0330 Subject: [PATCH] v1.1.0 --- README.md | 7 ++++--- changelog.txt | 10 ++++++++-- helpdeskwp.php | 4 ++-- readme.txt | 3 ++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e58bf10..8a3dbf4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Tags:** customer support, support, support ticket, ticket system, helpdesk, tickets\ **Requires at least:** 5.2\ **Tested up to:** 5.8\ -**Stable tag:** 1.0.1\ +**Stable tag:** 1.1.0\ **License:** GPL v2 or later\ -**License URI:** http://www.gnu.org/licenses/gpl-2.0.html\ +**License URI:** http://www.gnu.org/licenses/gpl-2.0.html ### Description ### @@ -37,4 +37,5 @@ https://www.youtube.com/watch?v=MqKqwe0fgqA - Custom Type - Custom Priority - Custom Status -- Email Notification \ No newline at end of file +- Email Notification +- Customers Dashboard \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 82fed79..1ee6e92 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ += v1.1.0 - 14 January 2022 = +- Added tickets search +- Added customers dashboard +- Added customers search +- Added customers info in the tickets sidebar + = v1.0.1 - 31 December 2021 = -- Added overview and chart. +- Added overview and chart = v1.0.0 - 24 December 2021 = -- First release of the plugin. \ No newline at end of file +- First release of the plugin \ No newline at end of file diff --git a/helpdeskwp.php b/helpdeskwp.php index d70fe15..646ed46 100644 --- a/helpdeskwp.php +++ b/helpdeskwp.php @@ -3,7 +3,7 @@ Plugin Name: Help Desk WP Plugin URI: https://helpdeskwp.github.io/ Description: Help Desk and customer support -Version: 1.0.1 +Version: 1.1.0 Author: helpdeskwp Text Domain: helpdeskwp License: GPL v2 or later @@ -12,7 +12,7 @@ defined( 'ABSPATH' ) || exit; -define( 'HELPDESKWP', '1.0.1' ); +define( 'HELPDESKWP', '1.1.0' ); define( 'HELPDESK_WP_PATH', plugin_dir_path( __FILE__ ) . '/' ); diff --git a/readme.txt b/readme.txt index 16c8f56..f84b981 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: helpdeskwp, mhmdm Tags: customer support, support, support ticket, ticket system, helpdesk, tickets Requires at least: 5.2 Tested up to: 5.8 -Stable tag: 1.0.1 +Stable tag: 1.1.0 License: GPL v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -36,6 +36,7 @@ https://www.youtube.com/watch?v=MqKqwe0fgqA * Custom Priority * Custom Status * Email Notification +* Customers Dashboard == Screenshots == screenshot-1.png