Skip to content

Commit 706a449

Browse files
author
Gravity Forms
committed
Updates to 2.2.0
1 parent a52f820 commit 706a449

16 files changed

+5648
-0
lines changed

change_log.txt

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### 2.2.0 | 2024-02-07
2+
- Added support for the {source_page_number} and {current_page_number} merge tags in pagination settings.
3+
- Fixed a link on the plugin settings page.
4+
- Fixed a timeout error that occurs when using the http_request_timeout filter.
5+
- Removed unused Universal Analytics code that is no longer relevant to GA4.
6+
7+
### 2.1.0 | 2023-09-06
8+
- Added improved logging for pagination and submission events.
9+
- Fixed an issue where confirmation redirect URLs with query string variables are getting improperly escaped, preventing the query string variables from being accessible on the confirmation page.
10+
- Fixed an issue where events can be incorrectly sent to tag manager using the selected trigger name rather than the trigger's event name.
11+
- Fixed an issue where the tracking ID is not included when loading gtag.js.
12+
- Fixed an issue where the gforms_google_analytics_frontend_strings variable is output multiple times.
13+
- Fixed an issue that causes scripts to output on REST submission requests.
14+
15+
### 2.0.0 | 2023-05-31
16+
- Added support for manually entering Google Analytics settings.
17+
- Added support for confirmations configured to redirect to another site.
18+
- Added support for console logging.
19+
- Added support for mapping UTM variables from URL when configuring Tag Manager feeds and pagination events.
20+
- Added methods for upgrading feeds to be compatible with Google Analytics 4.
21+
- Added validation for event parameters and values.
22+
- Updated the oAuth flow so that it uses the Google Analytics Admin API which is compatible with GA4.
23+
- Updated the feed settings to allow for sending up to 25 custom parameters.
24+
- Removed all goal based settings as goals will not work in GA4.
25+
26+
### 1.3 | 2023-05-11
27+
- Added additional logging to help troubleshoot sending events.
28+
- Added warning message about upcoming end of life for Google Universal Analytics API.
29+
- Disabled automatic updates for this version only since the update from 1.3 to 2.0 will require user interaction.
30+
31+
### 1.2 | 2022-12-22
32+
- Fixed an issue where the save settings button is disabled in languages other than English.
33+
- Added Gravity Forms license key to oAuth process.
34+
35+
### 1.1 | 2022-10-18
36+
- Added fallback methods for entering account information manually.
37+
- Fixed an issue where the Google Analytics query limit prevents displaying all of a user's accounts.
38+
- Fixed an issue where forms embedded with ajax will not send events using the Google Analytics connection method without an event value.
39+
40+
### 1.0 | 2022-06-15
41+
- Added an option to manually configure the Analytics account in Google Tag Manager so GA4 accounts can be used without an associated UA account.
42+
- Updated error messages to be more informative when API calls fail.
43+
- Fixed an issue where goals can't be created due to duplicate IDs.
44+
45+
### 1.0-rc-1 | 2022-02-23
46+
- Updated error message styling to be compatible with Gravity Forms 2.6.
47+
- Updated error messages when API calls fail.
48+
- Fixed an issue where events are potentially duplicated when sending via ajax.
49+
50+
### 1.0-beta-1 | 2022-01-12
51+
- All new!

0 commit comments

Comments
 (0)