Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tellmoh committed Jan 14, 2022
1 parent 96ac16c commit 984f1bd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down Expand Up @@ -37,4 +37,5 @@ https://www.youtube.com/watch?v=MqKqwe0fgqA
- Custom Type
- Custom Priority
- Custom Status
- Email Notification
- Email Notification
- Customers Dashboard
10 changes: 8 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
- First release of the plugin
4 changes: 2 additions & 2 deletions helpdeskwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) . '/' );

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -36,6 +36,7 @@ https://www.youtube.com/watch?v=MqKqwe0fgqA
* Custom Priority
* Custom Status
* Email Notification
* Customers Dashboard

== Screenshots ==
screenshot-1.png
Expand Down

0 comments on commit 984f1bd

Please sign in to comment.