Skip to content

Commit

Permalink
Updates to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Forms committed Apr 22, 2024
1 parent bee558d commit 91e077d
Show file tree
Hide file tree
Showing 5 changed files with 2,020 additions and 0 deletions.
47 changes: 47 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
### 1.7 | 2022-08-09
- 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.


### 1.6 | 2021-05-06
- Added additional logging information for update and create contact API requests.
- Fixed an issue where the add-on icon is missing on the Form Settings page for Gravity Forms 2.5.
- Fixed an issue where contact is not created when Preventing IP Address Storage is enabled under Personal Data settings.


### 1.5 | 2020-09-03
- Added support for Gravity Forms 2.5.
- 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.
- Added support for MAX (360/Enterprise) accounts using the .pl endpoint.
- 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.


### 1.4 | 2020-03-19
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
- Added the [gform_getresponse_contact](https://docs.gravityforms.com/gform_getresponse_contact/) filter.
- Fixed a PHP 7.4 notice which occur when the API is initializing and the settings are empty.


### 1.3 | 2020-01-22
- Added support for GetResponse API version 3.
- Added support for GetResponse Enterprise.
- Updated labels on the add-on settings page to reflect current GetResponse account types.


### 1.2 | 2018-04-02
- Added security enhancements.
- Added GPL to plugin header.
- Updated Plugin URI and Author URI to use https.
- Fixed strings for translations.


### 1.1 | 2016-08-31
- Added feed duplication support.
- Added support for delaying feed processing until payment by PayPal Standard is successfully completed.
- Added gf_getresponse() for easily getting a GetResponse instance.
- Added Spanish (es_ES) translation.
- Updated feed processing to abort if email is empty or invalid.
- Fixed fatal error when GetResponse API is loaded by another plugin.


### 1.0 | 2015-05-14
- It's all new!
Loading

0 comments on commit 91e077d

Please sign in to comment.