Skip to content

Commit 91e077d

Browse files
author
Gravity Forms
committed
Updates to 1.7
1 parent bee558d commit 91e077d

File tree

5 files changed

+2020
-0
lines changed

5 files changed

+2020
-0
lines changed

change_log.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### 1.7 | 2022-08-09
2+
- Added the [gform_getresponse_limit_pre_get_campaigns](https://docs.gravityforms.com/gform_getresponse_limit_pre_get_campaigns/) filter allowing the maximum number of campaigns which are retrieved to be overridden.
3+
4+
5+
### 1.6 | 2021-05-06
6+
- Added additional logging information for update and create contact API requests.
7+
- Fixed an issue where the add-on icon is missing on the Form Settings page for Gravity Forms 2.5.
8+
- Fixed an issue where contact is not created when Preventing IP Address Storage is enabled under Personal Data settings.
9+
10+
11+
### 1.5 | 2020-09-03
12+
- Added support for Gravity Forms 2.5.
13+
- Added the [gform_getresponse_limit_pre_get_custom_fields](https://docs.gravityforms.com/gform_getresponse_limit_pre_get_custom_fields/) filter allowing the maximum number of custom fields which are retrieved to be overridden.
14+
- Added support for MAX (360/Enterprise) accounts using the .pl endpoint.
15+
- Fixed an issue where values are not added to a multi_select type custom field when multiple choices are selected for the Multi Select field.
16+
17+
18+
### 1.4 | 2020-03-19
19+
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
20+
- Added the [gform_getresponse_contact](https://docs.gravityforms.com/gform_getresponse_contact/) filter.
21+
- Fixed a PHP 7.4 notice which occur when the API is initializing and the settings are empty.
22+
23+
24+
### 1.3 | 2020-01-22
25+
- Added support for GetResponse API version 3.
26+
- Added support for GetResponse Enterprise.
27+
- Updated labels on the add-on settings page to reflect current GetResponse account types.
28+
29+
30+
### 1.2 | 2018-04-02
31+
- Added security enhancements.
32+
- Added GPL to plugin header.
33+
- Updated Plugin URI and Author URI to use https.
34+
- Fixed strings for translations.
35+
36+
37+
### 1.1 | 2016-08-31
38+
- Added feed duplication support.
39+
- Added support for delaying feed processing until payment by PayPal Standard is successfully completed.
40+
- Added gf_getresponse() for easily getting a GetResponse instance.
41+
- Added Spanish (es_ES) translation.
42+
- Updated feed processing to abort if email is empty or invalid.
43+
- Fixed fatal error when GetResponse API is loaded by another plugin.
44+
45+
46+
### 1.0 | 2015-05-14
47+
- It's all new!

0 commit comments

Comments
 (0)