-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
48 lines (33 loc) · 1.1 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
=== Gravity Forms - Referer Tracking ===
Contributors: nischu7, joehana
Donate link: http://paypal.me/anex
Tags: forms, referer, tracking
Requires at least: 4.5.0
Tested up to: 4.7
Stable tag: 1.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Saves Referers within a Cookie and submits them within hidden fields through form submission
== Description ==
-
== Installation ==
1. Upload `gravityforms-referer-tracking` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
-
== Changelog ==
= 1.3.0 - 27/04/2017 =
* Improved code architecture (naming convention, spacings,...)
= 1.2.0 - 27/04/2017 =
* Improved plugin structure.
= 1.1.2 - 21/04/2017 =
* Improved parameter check.
= 1.1.1 - 04/04/2017 =
* Improved parameter check. Check now to submit only unique values per parameter
= 1.1.0 - 28/03/2017 =
* Improved "merging" of parameters with the same key; now getting displayed grouped.
= 1.0.0 - 08/02/2017 =
* Initial Release
== Upgrade Notice ==
= 1.0.0 - 08/02/2017 =
- Initial Release