Skip to content

Commit 119231d

Browse files
author
Vinny Listrani
committed
Updated Readme and composer files.
1 parent 8e8cd80 commit 119231d

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

README.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link:
44
Tags: support, help desk, FreshDesk
55
Requires at least: 4.1
66
Tested up to: 4.7.1
7-
Stable tag: 1.1
7+
Stable tag: 1.2.2
88
License: GPLv2 or later
99
License 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},

readme.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

threefive-support.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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+

0 commit comments

Comments
 (0)