forked from brainstormforce/wp-freshdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
54 lines (35 loc) · 1.89 KB
/
readme.txt
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
54
=== WP Freshdesk ===
Contributors: brainstormforce, vrundakansara-1, nikschavan, pratikchaskar
Tags: freshdesk, support, wordpress freshdesk
Requires at least: 4.2
Tested up to: 4.9.2
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Allow users to see their Freshdesk tickets right on your website and provides SSO to have seamless navigation between Freshdesk and WordPress.
== Description ==
With WP Freshdesk you can easily connect your WordPress site with your Freshdesk account. For all the WordPress users, it fetches their tickets from Freshdesk and displays them in a beautiful list with just simple shortcodes.
It also provides Single Sign-On to be configured between WordPress and Freshdesk, so that once the user is logged in to WordPress site, they don't have to re-login on Freshdesk to view their tickets.
We would appreciate all kind of contributions on GitHub with issues / PR here, Visit [Github Repo](https://github.com/brainstormforce/wp-freshdesk/ "Github Repo")
== Installation ==
= The Good Way =
1. In your WordPress Admin, go to the Add New Plugins page
2. Search for: WP Freshdesk
3. WP Freshdesk should be the first result. Click the Install link.
= The Old Way =
1. Upload the plugin to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
= The Living-On-The-Edge Way =
(Please don't do this in production, you will almost certainly break something!)
1. Check out the current development version from https://github.com/brainstormforce/wp-freshdesk/tree/master
== Screenshots ==
1. Settings screen for general configurations between WordPress and Freshdesk.
2. List of all he available shortcodes.
3. SSO settings page.
4. Display Settings.
5. Frontend display of tickets list.
== Changelog ==
= 1.0.1 =
* Fixed: Load the plugin’s assets only on the required pages
= 1.0 =
* Initial Release