Skip to content

Commit 0f67430

Browse files
author
Vinny Listrani
committed
Updated version number
1 parent 588c8e4 commit 0f67430

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

README.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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.0
7+
Stable tag: 1.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

1111
Submit a support ticket to 3five, Inc. and get help with your website.
1212

1313
== Description ==
1414

15-
This plugin is designed to submit support tickets directly to the 3five support desk using HelpSpot.
15+
This plugin is designed to submit support tickets directly to the 3five support system at FreshDesk.
1616

1717
== Installation ==
1818

@@ -29,7 +29,14 @@ There are no screenshots at this time.
2929

3030
== Changelog ==
3131

32+
= 1.1 =
33+
* Cleaned up some PHPCS notices and returned public method early to stop loading files on the front end.
34+
* 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.
37+
3238
= 1.0 =
3339
* Initial Release
3440

3541
== Upgrade Notice ==
42+
* Tickets will now be submitted to FreshDesk in stead of HelpSpot

admin/class-threefive-support-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function threefive_support_dashboard_widget() {
9494
*
9595
* - Used as the form POST handler
9696
*
97-
* @since 1.0.0
97+
* @since 1.1.0
9898
* @access public
9999
*/
100100
public function threefive_support_dashboard_widget_handler() {
@@ -186,6 +186,7 @@ public function get_wp_updates() {
186186
*
187187
* @param array $dirs an array of paths for uploads to go to.
188188
*
189+
* @since 1.1.0
189190
* @return mixed
190191
*/
191192
public function tf_support_upload_dir( $dirs ) {

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
## 3five WordPress Support Plugin
22

3-
This plugin connects to our HelpSpot system by sending an email from a WordPress site to support@3five.com thus generating a new ticket within the system.
3+
This plugin connects to our FreshDesk system by sending an email from a WordPress site to wpsupport@3five.com thus generating a new ticket within the FreshDesk system.
4+
5+
#### Changelog
6+
7+
**1.1**
8+
* Cleaned up some PHPCS notices and returned public method early to stop loading files on the front end.
9+
* 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.
12+
13+
**1.0**
14+
* Initial Release

0 commit comments

Comments
 (0)