-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·53 lines (36 loc) · 1.43 KB
/
README.txt
File metadata and controls
executable file
·53 lines (36 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== Plugin Name ===
Contributors: 3five, VincentListrani
Donate link:
Tags: support, help desk, FreshDesk
Requires at least: 4.1
Tested up to: 4.7.1
Stable tag: 1.2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Submit a support ticket to 3five, Inc. and get help with your website.
== Description ==
This plugin is designed to submit support tickets directly to the 3five support system at FreshDesk.
== Installation ==
1. Upload `/threefive-support` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= No FAQ's at this time. =
== Screenshots ==
There are no screenshots at this time.
== Changelog ==
= 1.2.3 =
* Bugfix for file upload field. Was returning a blocking error when submitting without a file attached.
= 1.2.2 =
* Readme and composer file minor updates. Fixes version number issue on the WP Admin.
= 1.2.1 =
* Added composer support.
= 1.2 =
* Added full support for multiple file upload. Files are sent to a custom folder in the WP install and then added as attachments.
* Changed the email address to the new FreshDesk email.
= 1.1 =
* Cleaned up some PHPCS notices and returned public method early to stop loading files on the front end.
* Added the Content-Type header for the outgoing email.
= 1.0 =
* Initial Release
== Upgrade Notice ==
* Tickets will now be submitted to FreshDesk in stead of HelpSpot