-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
50 lines (31 loc) · 2.16 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
=== Contact Form 7 GIST Extension ===
Contributors: patilvikasj
Tags: autoresponders, GIST
Requires at least: 4.7
Tested up to: 5.2
Stable tag: 1.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Contact Form 7 GIST Extension allows you to automatically sync Contact Form 7 data to GIST contacts/users.
== Description ==
Contact Form 7 GIST Extension sync Contact Form 7 form data to GIST contacts. This plugin uses The latest JavaScript API from [GIST](https://docs.getgist.com/article/28-the-gist-javascript-api).
== Installation ==
= Minimum Requirements =
* PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended)
* MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Contact Form 7 GIST Extension, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “Contact Form 7 GIST Extension” and click Search Plugins. Once you’ve found our plugin, you can install it by simply clicking “Install Now”.
= Manual installation =
The manual installation method involves downloading our Contact Form 7 GIST Extension plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
== Frequently Asked Questions ==
= Where can I report bugs or contribute to the project? =
Bugs can be reported either in our support forum or preferably on the [Contact Form 7 GIST Extension Git repository](https://github.com/patilvikasj/cf7-gist/issues).
= How to enable GIST sync for my Contact Form =
This is very easy. You just need to go to your Contact Form 7 Edit screen.
Go to GIST tab Where you will see Sync form data to GIST option. You just need to check the option to sync your data to GIST contacts.
== Changelog ==
= 1.0.1 - 2019-09-21 =
- Improvement: Added language file for translation.
= 1.0.0 - 2019-02-17 =
- Initial release