Version Description
- Released 2017-11-03
- Bug fix: events were not being sent using the measurement protocol on some installations
Download this release
Release Info
Developer | ronalfy |
Plugin | Event Tracking for Gravity Forms |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.7
- README.txt +9 -26
- gravity-forms-event-tracking.php +1 -1
- includes/GFGAET_Measurement_Protocol.php +1 -1
README.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: ronalfy, bigwing, nmarks
|
3 |
Tags: gravity forms, google analytics, google tag manager, event tracking
|
4 |
Requires at least:4.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -24,7 +24,7 @@ Looking for help setting things up? [Read Our Setup Guide](https://bigwing.com/n
|
|
24 |
|
25 |
= Minimum Requirements =
|
26 |
- PHP 5.3+
|
27 |
-
- Gravity Forms
|
28 |
- Google Analytics Universal Analytics
|
29 |
- Google Tag Manager (optional)
|
30 |
|
@@ -47,7 +47,7 @@ For payment based forms, you can leave the value blank to convert using the tota
|
|
47 |
|
48 |
= Minimum Requirements =
|
49 |
- PHP 5.3+
|
50 |
-
- Gravity Forms
|
51 |
|
52 |
= Using The WordPress Dashboard =
|
53 |
|
@@ -98,6 +98,10 @@ Check out the documentation on [github](https://github.com/ronalfy/wordpress-gra
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
|
|
101 |
= 2.0.5 =
|
102 |
* Released 2017-10-17
|
103 |
* Bug fix: events were not being sent using the measurement protocol
|
@@ -200,26 +204,5 @@ Check out the documentation on [github](https://github.com/ronalfy/wordpress-gra
|
|
200 |
|
201 |
== Upgrade Notice ==
|
202 |
|
203 |
-
= 2.0.
|
204 |
A fix to the measurement protocol. Please verify your conversions.
|
205 |
-
|
206 |
-
= 2.0.3 =
|
207 |
-
Numerous enhancements, including pagination tracking. See the Changelog for more information.
|
208 |
-
|
209 |
-
= 2.0.1 =
|
210 |
-
Numerous enhancements, including pagination tracking. See the Changelog for more information.
|
211 |
-
|
212 |
-
= 1.7.3 =
|
213 |
-
Bugfix - Some users were experiencing PHP fatal errors upon form submission. Reverting to previously used library.
|
214 |
-
|
215 |
-
= 1.7.1 =
|
216 |
-
Removing SSL requirement. Needs more testing.
|
217 |
-
|
218 |
-
= 1.7.0 =
|
219 |
-
Updates to measurement protocol. Friendly notices for incompatible PHP versions and no UA codes.
|
220 |
-
|
221 |
-
= 1.6.5 =
|
222 |
-
Ability to add multiple UA codes in the feed settings
|
223 |
-
|
224 |
-
= 1.6.4 =
|
225 |
-
WordPress 4.3 compatibility and better internationalization.
|
2 |
Contributors: ronalfy, bigwing, nmarks
|
3 |
Tags: gravity forms, google analytics, google tag manager, event tracking
|
4 |
Requires at least:4.0
|
5 |
+
Tested up to: 4.9
|
6 |
+
Stable tag: 2.0.7
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
24 |
|
25 |
= Minimum Requirements =
|
26 |
- PHP 5.3+
|
27 |
+
- Gravity Forms 2.0+
|
28 |
- Google Analytics Universal Analytics
|
29 |
- Google Tag Manager (optional)
|
30 |
|
47 |
|
48 |
= Minimum Requirements =
|
49 |
- PHP 5.3+
|
50 |
+
- Gravity Forms 2.0+
|
51 |
|
52 |
= Using The WordPress Dashboard =
|
53 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 2.0.7 =
|
102 |
+
* Released 2017-11-03
|
103 |
+
* Bug fix: events were not being sent using the measurement protocol on some installations
|
104 |
+
|
105 |
= 2.0.5 =
|
106 |
* Released 2017-10-17
|
107 |
* Bug fix: events were not being sent using the measurement protocol
|
204 |
|
205 |
== Upgrade Notice ==
|
206 |
|
207 |
+
= 2.0.7 =
|
208 |
A fix to the measurement protocol. Please verify your conversions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gravity-forms-event-tracking.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Gravity Forms Event Tracking
|
4 |
* Plugin URI: https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/
|
5 |
* Description: Add Google Analytics event tracking to your Gravity Forms with ease.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Ronald Huereca
|
8 |
* Author URI: https://mediaron.com
|
9 |
* Text Domain: gravity-forms-google-analytics-event-tracking
|
3 |
* Plugin Name: Gravity Forms Event Tracking
|
4 |
* Plugin URI: https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/
|
5 |
* Description: Add Google Analytics event tracking to your Gravity Forms with ease.
|
6 |
+
* Version: 2.0.7
|
7 |
* Author: Ronald Huereca
|
8 |
* Author URI: https://mediaron.com
|
9 |
* Text Domain: gravity-forms-google-analytics-event-tracking
|
includes/GFGAET_Measurement_Protocol.php
CHANGED
@@ -73,7 +73,7 @@ class GFGAET_Measurement_Protocol {
|
|
73 |
$payload = add_query_arg( $mp_body, $this->endpoint );
|
74 |
|
75 |
// Perform the POST
|
76 |
-
$response = wp_safe_remote_get( $payload );
|
77 |
}
|
78 |
|
79 |
|
73 |
$payload = add_query_arg( $mp_body, $this->endpoint );
|
74 |
|
75 |
// Perform the POST
|
76 |
+
$response = wp_safe_remote_get( esc_url_raw( $payload ) );
|
77 |
}
|
78 |
|
79 |
|