-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchange_log.txt
39 lines (31 loc) · 1.87 KB
/
change_log.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
### 1.4 | 2020-09-16
- Added support for Gravity Forms 2.5.
- Fixed a fatal error which occurs during form submission if the field mapped to the contact email address is empty.
- Fixed contact tags property including empty and duplicate items.
### 1.3 | 2020-03-26
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
- Added tooltip to the Tags setting on the feed configuration page.
- Added support for feed duplication.
- Updated stylesheets to use minified versions.
- Updated feed processing error logging statement and entry note to use the API returned error message when a 400 error occurs.
- Fixed PHP 7.4 notices which occur when the API is initializing and the settings are empty.
- Fixed the width of the Feed Name setting on the feed configuration page.
### 1.2 | 2018-04-09
- Added security enhancements.
- Added GPL to plugin header.
- Updated Plugin URI and Author URI to use https.
- Updated analytics tracking code.
- Fixed strings for translations.
### 1.1 | 2016-01-27
- Added feed duplication support. Requires Gravity Forms 1.9.14.26 or greater.
- Added support for delaying feed processing until payment by PayPal Standard is successfully completed.
- Updated action feed settings field with icons.
- Updated Agile CRM API library to use WordPress API functions.
- Updated available field types for mapping to the contact first name, last name, and email.
- Fixed an issue with the settings page incorrectly indicating the api credentials are valid when the response was a 500 error.
- Fixed an issue with the request failed message if a WP_Error occurs.
- Fixed an issue with how the full address field value is formatted when sent to Agile.
- Fixed a fatal error when the AgileCRM class has already been included by another plugin.
- Fixed an issue with the contact tags being overwritten when the feed is configured to update and append.
### 1.0 | 2015-07-28
- It's all new!