@@ -6,8 +6,8 @@ Donate link: https://codebard.com/donate
66Tags: support ticket system, support tickets, help desk, support system, ticket system, customer service, help desk system, customer service, tickets
77License: GPLv2
88Requires 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
1212Multi 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
701411. 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