Skip to content

Commit 9df0de5

Browse files
author
Codebard
committed
Updated version changelog.
1 parent 6237be2 commit 9df0de5

3 files changed

Lines changed: 80 additions & 4 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: CodeBard Help Desk
44
Plugin URI: https://codebard.com/codebard-help-desk-for-wordpress/
55
Description: Extremely easy to use, unlimited Help Desk system that just works. Unlimited Tickets, Unlimited Agents, Unlimited Users, Unlimited Departments. Works out of the box and easily extensible.
6-
Version: 1.1.0
6+
Version: 1.1.1
77
Author: CodeBard
88
License: GPLv2
99
Author URI: https://codebard.com

plugin/includes/default_internal_vars.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'id' => 'cb_p3',
1111
'plugin_id' => 'codebard-help-desk',
1212
'prefix' => 'cb_p3_',
13-
'version' => '1.1.0',
13+
'version' => '1.1.1',
1414
'plugin_name' => 'CodeBard Help Desk',
1515

1616
'callable_from_request' => array(

readme.txt

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Donate link: https://codebard.com/donate
66
Tags: support ticket system, support tickets, help desk, support system, ticket system, customer service, help desk system, customer service, tickets
77
License: GPLv2
88
Requires at least: 4.0
9-
Tested up to: 5.8
10-
Stable Tag: 1.1.0
9+
Tested up to: 6.2
10+
Stable Tag: 1.1.1
1111

1212
Multi Language Professional Support Ticket System with Unlimited Users, Unlimited Tickets, Unlimited Departments, Agents and many features
1313

@@ -60,11 +60,82 @@ Remember to follow us on Twitter (@codebardcom) or join our Newsletter by your Q
6060

6161
== Upgrade Notice ==
6262

63+
= 1.1.1 =
64+
65+
* Fixed an issue that could interfere with certain features of WP cli that is used in managed WP hosting.
66+
* Fixed an issue that could create problems when deactivating the plugin
67+
68+
= 1.1.0 =
69+
70+
* Added extra sanitization to ticket title and content while posting
71+
6372
= 1.0.9 =
6473

6574
* Fixed an issue that may cause errors when using PHP 7.x and higher MySQL versions when replying to tickets
6675
* Addressed various PHP notices.
6776

77+
= 1.0.8 =
78+
79+
* Removed unused plugins_api hooked function
80+
81+
= 1.0.7 =
82+
83+
* Widget constructors are now PHP 7 compatible
84+
* Important issue that prevented saving and using of modified languages fixed
85+
86+
= 1.0.6 =
87+
88+
* Ticket reference numbers in Ticket notification emails
89+
* Buttons now use HTML5 method of wrapping links around them
90+
* onclick action attribute removed from buttons
91+
* Added error notification for cases in which ticket creation failed at WordPress post insert stage
92+
* Fix for ticket attachment images ending up displaying as pages
93+
* Fix for ticket title and replies causing errors when quotes or other characters are entered
94+
95+
= 1.0.5 =
96+
97+
* Major bugfix non-English (en-US) language sites and Out of Memory errors
98+
99+
= 1.0.4 =
100+
101+
* Major log display bug fix
102+
103+
= 1.0.3 =
104+
105+
* PHP Notice Fixes
106+
* Bugfix for ticket status display in agent/admin ticket view
107+
* Better permission checking when changing ticket department
108+
109+
= 1.0.2 =
110+
111+
* New core functions
112+
* Enhanced upgrade and activation routine
113+
* Variable handling fix in main runner function
114+
* Var added to core for directory name
115+
* Minor language fixes
116+
* Woocommerce integration capability
117+
118+
= 1.0.1 =
119+
120+
* Language now merged by values read from language file
121+
* Duplicate version number in default internal vars fixed
122+
* Duplicate roles array removed from plugin/default_internal_vars.php
123+
* Function name corrections
124+
* Error handling corrections
125+
* New function to internally update settings
126+
* Major correction for the way apply_filters is used in core engine
127+
* Skip department selection if there exists single department enhancement
128+
* Do log correction for listing serialized variables
129+
* Removed checking for non-false $return in core to allow filtering of results which return false
130+
* Default internal table now has post_type and type fields
131+
* Check for activated plugin for setup wizard redirect to prevent redirection in activation of other plugins
132+
* Remove requiring admin status for admin init to prevent ajax issues
133+
134+
= 1.0.0 =
135+
136+
* Initial release!
137+
138+
68139
== Installation ==
69140

70141
1. Activate the plugin
@@ -87,6 +158,11 @@ To be updated
87158

88159
== Changelog ==
89160

161+
= 1.1.1 =
162+
163+
* Fixed an issue that could interfere with certain features of WP cli that is used in managed WP hosting.
164+
* Fixed an issue that could create problems when deactivating the plugin
165+
90166
= 1.1.0 =
91167

92168
* Added extra sanitization to ticket title and content while posting

0 commit comments

Comments
 (0)