new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -1,31 +1,3 @@
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.6
- Added security enhancements.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.5
- Fixed a PHP notice on form display when populating a list field with an array via the gravity_form function or the "gform_form_args" filter.
- Fixed an invalid form fields array causing PHP notices and JavaScript errors in the form editor.
- Fixed plugin settings content escaping the page at the mobile breakpoint.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.4
- AF: Fixed an issue with the field select setting where the field_types args are ignored. Credit: Naomi C. Bush.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.3
- Reverted the default value of the "gform_product_info_name_include_field_label" filter to false. Credit: The team at Gravity PDF.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.2
- Fixed a performance issue where WordPress upgrade functions are loaded on every request.
- Fixed notices when re-running the db upgrade on new installations.
- API: Fixed an issue with searching for empty entry meta values.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2.1
- Update conditional logic not to interact with inputs with the gf-default-disabled class.
------------------------------------------------------------------------------------------------------------------
Version 2.3.2
- Added the "gform_field_filters" filter enabling the filter settings for the form fields, entry properties, and entry meta to be overridden.
@@ -48,7 +20,7 @@ Version 2.3.2
- Fixed JS errors which can occur when using the reCAPTCHA field if there is a slow network connection or jQuery is included in the page footer.
- Fixed an issue with the upgrade process where the table check for the incomplete submissions table may fail.
- Fixed a JavaScript error when sites use jQuery v3 on the front-end.
- Fixed bad text strings in messages regarding Add-Ons incompatible with the version of Gravity Forms.
- Fixed bad text strings in messages regarding Add-Ons incompatible with the version of Gravity Formsx
- Fixed GFCommon::get_product_fields() interacting with option and shipping fields as arrays instead of using object notation.
- Fixed an issue with how the result from the gform_product_info_name_include_field_label filter was being used.
- Fixed the admin label not being used for the option and shipping fields when using the {all_fields:admin} merge tag.
@@ -58,7 +30,7 @@ Version 2.3.2
- Fixed text format notifications being formatted to include HTML br tags.
- Fixed an issue with the Date field layout.
- Fixed an issue with the entry search where incorrect results are returned when searching for a meta value that is not empty.
- AF: Fixed an issue with the Ajax request for the "show more" link on the Results page which prevented additional results being displayed. Credit: Cliff Seal.
- AF: Fixed an issue with the Ajax request for the "show more" link on the Results page which prevented additional results being displayed.
- API: Fixed an issue with the entry search where searching for an empty string meta value will return zero results.
- API: Fixed issue with GFAPI::count_entries( 0 ) where the result is always zero.