File tree Expand file tree Collapse file tree 4 files changed +28
-7
lines changed
Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link:
44Tags: support, help desk, FreshDesk
55Requires at least: 4.1
66Tested up to: 4.7.1
7- Stable tag: 1.1
7+ Stable tag: 1.2.2
88License: GPLv2 or later
99License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
@@ -29,11 +29,19 @@ There are no screenshots at this time.
2929
3030== Changelog ==
3131
32+ = 1.2.2 =
33+ * Readme and composer file minor updates. Fixes version number issue on the WP Admin.
34+
35+ = 1.2.1 =
36+ * Added composer support.
37+
38+ = 1.2 =
39+ * Added full support for multiple file upload. Files are sent to a custom folder in the WP install and then added as attachments.
40+ * Changed the email address to the new FreshDesk email.
41+
3242= 1.1 =
3343* Cleaned up some PHPCS notices and returned public method early to stop loading files on the front end.
3444* Added the Content-Type header for the outgoing email.
35- * Added full support for multiple file upload. Files are sent to a custom folder in the WP install and then added as attachments.
36- * Changed the email address to the new FreshDesk email.
3745
3846= 1.0 =
3947* Initial Release
Original file line number Diff line number Diff line change 11{
22 "name" : " 3five/threefive-support" ,
33 "type" : " wordpress-plugin" ,
4- "version" : " 1.2.1 " ,
4+ "version" : " 1.2.2 " ,
55 "require" : {
66 "composer/installers" : " ~1.0"
77 },
Original file line number Diff line number Diff line change @@ -4,11 +4,24 @@ This plugin connects to our FreshDesk system by sending an email from a WordPres
44
55#### Changelog
66
7+ ** 1.2.2**
8+
9+ * Readme and composer file minor updates. Fixes version number issue on the WP Admin.
10+
11+ ** 1.2.1**
12+
13+ * Added composer support.
14+
15+ ** 1.2**
16+
17+ * Added full support for multiple file upload. Files are sent to a custom folder in the WP install and then added as attachments.
18+ * Changed the email address to the new FreshDesk email.
19+
720** 1.1**
21+
822* Cleaned up some PHPCS notices and returned public method early to stop loading files on the front end.
923* Added the Content-Type header for the outgoing email.
10- * Added full support for multiple file upload. Files are sent to a custom folder in the WP install and then added as attachments.
11- * Changed the email address to the new FreshDesk email.
1224
1325** 1.0**
26+
1427* Initial Release
Original file line number Diff line number Diff line change 88 * Plugin Name: 3five Support
99 * Plugin URI: http://3five.com
1010 * Description: 3five WordPress Dashboard Support Ticket generator.
11- * Version: 1.1.0
11+ * Version: 1.2.2
1212 * Author: 3five, VincentListrani
1313 * Author URI: http://3five.com
1414 * License: GPL-2.0+
You can’t perform that action at this time.
0 commit comments