The Gravity Forms Connector version 2.0 has just been released. This update primarily brings compatibility with Gravity Forms >= 2.5. It also includes the ability to add a custom meta key to the Connections Entry meta with support for Gravity Forms merge tag for the meta key value.
- NEW: Add Gravity Forms 2.5 icon to the Connections Taxonomy Terms field.
- TWEAK: Apply
is_array()to prevent possible PHP warnings. - TWEAK: Remove trailing spaces.
- TWEAK: Remove use of
create_function(). - TWEAK: Update the
field_mapparameters forrequiredto bebooland renamefield_typetorequired_typesas an array of permitted field types for the defined field type. - TWEAK: Register custom GF Settings Field Map Field. Used to map GF fields to Connections Entry Fields.
- TWEAK: After taxonomy term ids are parsed, filter out empty values.
- TWEAK: After taxonomy term ids are parsed, ensure returned values are unique.
- TWEAK: Remove unused CSS style declarations.
- TWEAK: Ensure the “Choices” field setting is hidden on the Connections Taxonomy Term fields.
- TWEAK: Update HTML markup and classes for the Connections Taxonomy Term field to be compatible with Gravity Forms >= 2.5.
- TWEAK: Refactor the Connections Feed to be compatible with Gravity Form >= 2.5.
- TWEAK: Remove registering Connections Taxonomy Term fields as that is not handled through an integration point in the core Connections plugin.
- TWEAK: Maybe JSON decode taxonomy term ids when parsing supplied value.
- BUG: Plugin base file required for plugin license and updater.
- BUG: Only fetch taxonomy term names if the supplied term id is not empty after being parsed.
- OTHER: Correct misspellings.
- OTHER: Update copyright year.
- OTHER: Update readme.txt WP tested/required versions.
- OTHER: Update license URL.
- DEV: phpDoc updates.
- DEV: Update Feed properties.
- DEV: Add an inline comment.
- DEV: Replace qualifier with import.
- DEV: Update inline comment.
- DEV: Update log message when attaching terms to a Connections Entry so it is a little more clear.
- DEV: Correct code format.
