2016-05-23

Hello buddies! This is a new release by Rocket Genius: Gravity Forms version 1.9.19.4.

Download Gravity Forms 1.9.19.4 – 2016.05.21 – Changelog

You can read the latest entries in Gravity Forms changelog below:

Version 1.9.19.4
– Fixed issue with Sales chart not matching up with chart data.

Version 1.9.19.3
– Fixed issue with calculation fields with 4 decimal numbers in some situations.

Version 1.9.19.2
– Fixed an issue with Web API developer tools not loading the appropriate scripts.

Version 1.9.19.1
– Fixed an issue with AJAX enabled forms not adding the gform_validation_error class to the form wrapper when a validation error occurs.

Version 1.9.19

– Added support for the Customize Posts feature plugin. The Add Form button appears in the editor when editing posts in the front-end using the Customizer.
– Updated the setting page to prevent the Uninstall tab from being added for users without the gravityforms_uninstall or gform_full_access capabilities.
– Updated German translation. Credit: Dominik Horn – netzstrategen.
– Fixed an issue with the front-end total calculation if the quantity field value contained the comma thousand separator.
– Fixed a JS error which could occur when processing the option field labels if the DOM has been manipulated to include a text field within the choices container.
– Fixed an issue with the shortcode builder where form titles with special characters are not displayed correctly.
– AF: Fixed an issue with the check for updates when the check doesn’t run in an admin context. e.g. WP-CLI.
– AF: Added ‘gform_gf_field_create’ filter to allow modifying or replacing the GF_Field object after it has been created. See https://www.gravityhelp.com/documentation/article/gform_gf_field_create/

Version 1.9.18
– Added Chinese (China) translation. Credit: Edi Michael.
– Added new filter: gform_list_field_parameter_delimiter
add_filter( ‘gform_list_field_parameter_delimiter’, function( $delimiter, $field, $name, $field_values ) {
return ‘||’;
}, 10, 4 );

– Added the $field object to the parameter list of the gform_counter_script filter.

– Updated GFFormsModel::get_lead_db_columns() to public.
– Updated the gform_confirmation_anchor filter to include $form as the second parameter.
– Updated GFFormsModel::media_handle_upload() to be a public method.

– Fixed an issue with the merge tag for the Multi Select field returning the choice values when not using the :value modifier.
– Fixed an issue with the $field_values parameter of the gform_pre_render hook where it would change from an array to a string when processing AJAX form submissions.
– Fixed an issue with gformCleanNumber() which for some currencies caused an incorrect value to be returned.
– Fixed a fatal error that can occur when third party plugins and themes call Gravity Forms methods that use GFCache, such as GFFormsModel::get_form_id(), before all the plugins have been loaded. So pluggable functions such as wp_hash() in wp-includes/pluggable.php are not available.
– Fixed an issue with conditional shortcodes where the shortcodes don’t get parsed if the {all_fields} merge tag is present.
– Fixed issue where Date & Time fields did not save their default value correctly if visibility was set to Admin Only

– AF: Fixed a PHP notice which could occur if the is_authorized property was not set by the payment add-on.
– AF: Fixed GFAddOn::get_save_button() not retrieving last section’s fields when sections are using custom array keys.
– AF: Fixed an issue with the payment status not being updated when a subscription payment is successful if a previous attempt failed.

Version 1.9.17
– Added security enhancements.
– Added {admin_url} and {logout_url} merge tags.
– Added the GF_MIN_WP_VERSION_SUPPORT_TERMS constant and a message on the settings page when the site is not eligible for support.
– Added the GFEntryDetail::maybe_display_empty_fields() helper to determine if empty fields should be displayed when the lead detail grid is processed.

– Updated save and continue confirmations to support shortcodes.
– Updated form view count and lead count so that they are cached to improve performance.
– Updated Bengali translation. Credit: Md Akter Hosen.
– Updated entry info filters to include additional payment statuses supported by the AF.
– Updated Dutch translation. Credit: Eenvoud Media B.V. / Daniel Koop.

– Fixed an PHP notice related to the field specific version of the gform_save_field_value hook which could occur when using GFAPI::update_entry().
– Fixed an issue with the empty form validation and fields configured as admin only which do have a value.
– Fixed an issue with the confirmation query string when using the merge tag for a currency formatted Number field.
– Fixed an issue which prevented the gform_save_field_value hook running for custom field types when the input value was an array.
– Fixed a layout issue in the form editor for custom field settings assigned the gform_setting_left_half or gform_setting_right_half classes.
– Fixed field labels escaping field container in the form editor.
– Fixed an issue which caused merge tags added by autocomplete to be lost on form save.
– Fixed uppercase characters for save and continue merge tags in Danish translation.
– Fixed an issue with the admin-ajax url for the add field, duplicate field and change input type requests when WPML is active.
– Fixed issue with name field styles on certain scenarios.

– AF: Added support for select_custom settings field on the plugin settings page.
– AF: Added Customizer to supported admin_page types for enqueueing scripts.
– AF: Fixed issue where no other script enqueue rules would run if first rule was a callback.
– AF: Updated select_custom settings field to hide default custom option if custom option is within an optgroup.

– API: Fixed an issue with a logging statement for the Web API.

Version 1.9.16

– Added logging of form import failures.
– Added some additional logging statements.
– Added security enhancements. Credits: Allan Collins of 10up.com and Henri Salo from Nixu.
– Added “Email Service” field to notifications to allow for sending email notifications via third party services. Defaults to WordPress.
– Added “gform_notification_services” filter to add custom notification email services.
– Added “gform_notification_validation” filter to apply custom validations when saving notifications.
– Added action “gform_post_notification_save” which fires after notification is successfully saved.
– Added data-label attribute to the list field to support more responsive styles.
– Updated Spanish (es_ES) translation.
– Updated French translation. Credit: Yann Gauche.
– Updated plugin settings tab links to only include the page and subview query arguments.
– Updated Danish translation. Credit: WPbureauet.dk/Georg Adamsen.
– Updated “gform_notification_ui_settings” filter with the validation state as the fourth parameter.
– Updated “gform_pre_send_email” filter with the notification object as the third parameter.
– Updated Finnish translation. Credit: Aki Björklund.
– Updated Font Awesome to version 4.5.0.
– Updated Portuguese Brazilian translation. Credit: Dennis Franck.
– Updated the arguments used to retrieve the users to improve performance when populating the entries page filters. Credit: the GravityView team.
– Updated GFExport::get_field_row_count() to be a public method.
– Updated the gform_list_item_pre_add filter to include $group (the tr) as the second parameter.
– Fixed a layout issue effecting tabbed settings pages and the bulk add/predefined choices modal.
– Fixed an issue which could cause an incorrect result for the calculated product field.
– Fixed an issue with the restoring of the Email field default values by conditional logic when the email confirmation setting is enabled.
– Fixed an issue with the merge tag drop down for the default value setting containing some merge tags which are not replaced when the default value merge tags are processed.
– Fixed an issue with the fieldId parameter of the gform_format_option_label hook being undefined for radio and checkbox type fields.
– Fixed a PHP notice for the Address field which would occur if the selected address type does not exist.
– Fixed an issue with Number field validation of decimal values without a leading zero.
– Fixed fatal error which could occur on the entry detail page.
– Fixed an issue with the {embed_url} merge tag when notifications are resent from the admin.
– Fixed an issue which could cause an incorrect calculation result for the number field when using the decimal comma format.
– Fixed an issue with the embed_post and custom_field merge tags when the form is not located on a singular page.
– Fixed a PHP notice which could occur during post creation if the postAuthor property is not set in the form object.
– Fixed an issue causing some values to be encoded before being saved.
– Fixed an issue with the database permissions check.
– Fixed PHP warning when using GFCommon::replace_variables() without providing a form object.
– Fixed a PHP notice if the form CSS Class Name setting was not configured.
– Fixed missing Font Awesome file.
– Fixed an RTL layout issue with the Time field.
– Fixed an issue which could cause an incorrect calculation result during submission when using values from fields which don’t have the number format setting.
– Fixed an issue where on some occasions the Post Category field choices could be missing from the field filters value dropdown on the entry list page.
– Fixed an issue with the entry list field filters where searching by the Post Category field would not return any entries.
– Fixed issue where division by zero generated warnings in calculation formulas
– Fixed PHP notice on the entry list page which could occur for multi-file enabled fields if the field value was modified post submission using a custom method.
– Fixed PHP warning on the entry detail page which could occur if the file upload field value was cleared post submission using a custom method.
– Fixed an issue creating the post when the category name includes the colon character.
– Fixed issue with entry list sorting on certain mySQL installations.
– Fixed PHP notice which could occur during merge tag replacement if the form id or title are not set in the supplied form object. Credit: the GravityView team.
– Fixed an issue with the Post Image field not retaining the title, description or caption values when the form fails validation. Credit: the GravityView team.
– Rolled back change to the entry count query for the Forms page made in 1.9.14.24 for performance reasons.
– API: Fixed an issue with the contains and like operators when searching entry meta.
– API: Updated title to “Gravity Forms Web API”.
– AF: Fixed an issue whith cancelling subscription when multiple payment addons are installed.
– AF: Fixed an issue with the version number being appended to the script/style src attribute when using scripts()/styles() and the version parameter is set to null.
– AF: Added GFFeedAddOn::get_single_submission_feed_by_form() to return a single active feed for the current entry (evaluating any conditional logic).
– AF: Updated GFFeedAddOn::get_single_submission_feed() to use GFFeedAddOn::get_single_submission_feed_by_form().
– AF: Fixed an issue with the feed add-on setup routine. Use the ‘setup’ query string parameter (ie. ?page=gf_settings&setup) on the settings page to force table creation if required.
– AF: Fixed an issue with the input for the radio type setting having two id attributes if an id was configured for the choice in feed_settings_fields().
– AF: Fixed an issue with the field label markup for the field_map type setting.
– AF: Updated GFAddOn::get_field_value() to support calling a get_{$input_type}_field_value function if defined by the add-on.
– AF: Fixed a fatal error which could occur when processing callbacks if the RGCurrency class is not available.
– AF: Added gform_addon_field_value, a generic filter for overriding the mapped field value. See https://www.gravityhelp.com/documentation/article/gform_addon_field_value/
– AF: Fixed issue where templates with leading whitespace generated a jQuery warning in repeater.js
– AF: Updated ‘add’ callback to include ‘index’ as a fourth parameter
– AF: Updated bulk actions for feed list able to no longer include the duplicate action.
– AF: Updated checkbox and radio settings fields to support choices with icons. Icon can be an image URL or Font Awesome icon class.
– AF: Updated GFAddOn::single_setting_label() to not display PHP notice when label is not provided.
– AF: Added GFAddOn::maybe_get_tooltip().
– AF: Added support for tooltips to the child fields of the field_map setting.
– AF: Added “after_select” property to select field setting to show text after the select field.

Version 1.9.15

– Added the gform_search_criteria_entry_list filter allowing the search criteria for the entry list to be overridden. See https://www.gravityhelp.com/documentation/article/gform_search_criteria_entry_list/
– Added $default parameter to rgar() function to allow returning a specified value if the targeted property is empty
– Added security enhancements. Credit: Andrew Bauer – Boston University Web Team.
– Added security enhancements. Credit: Cyber Security Works.
– Added the ‘gform_media_upload_path’ filter so the location post image files are copied to during post creation can be overridden. See https://www.gravityhelp.com/documentation/article/gform_media_upload_path/
– Added new filter ‘gform_review_page’ to enable review form page. See https://www.gravityhelp.com/documentation/article/gform_review_page/
– Added is_zero_decimal() helper to RGCurrency.
– Added “responsive” support to the entry list for a better experience on smaller screens. The first column is maintained while the rest of the columns collapse until toggled.
– Added new filter ‘gform_print_entry_disable_auto_print’ to disable auto-printing on Print Entry view.
See: https://gist.github.com/spivurno/e7d1e4563986b3bc5ac4
– Added new action ‘gform_print_entry_content’ to better support customizing the print entry output.
See: https://gist.github.com/spivurno/d617ce30b47d8a8bc8a8
– Added an index to the lead detail table to speed up searches.
– Added source_url to GFFormsModel::get_incomplete_submission_values().
– Updated the $review_page parameters for the gform_review_page hook to support configuring the next and previous buttons as images.
– Updated GFFormDisplay::gform_footer() to be a public method.
– Updated French translation. Credit: Thomas Villain.
– Updated order in which GFFormDisplay::maybe_add_review_page() was called
– Updated GFFormDisplay::maybe_add_review_page() to accept a $form parameter (rather than a $form_id)
– Updated GFFormDisplay::maybe_add_review_page() to only generate a temp entry if a function has been bound to the ‘gform_review_page’ filter
– Updated ‘gform_pre_process’ action to a filter to allow filtering the $form object before GF has begun processing the submission
– Updated gf_do_action() and gf_apply_filters() functions to no longer require a modifiers parameter; Modifiers should no longer be passed as a separate parameter. Combine the action name and modifier(s) into an array and pass that array as the first parameter of the function. Example: gf_do_action( array( ‘action_name’, ‘mod1’, ‘mod2’ ), $arg1, $arg2 );
– Updated all calls to gf_do_action() and gf_apply_filters() to use new parameter format
– Updated List field markup to include ‘gfield_list_container’ class on the table and ‘gfield_list_group’ on each table row.
– Updated the gformAddListItem(), gformDeleteListItem(), gformAdjustClasses(), gformToggleIcons() to target elements by class rather than element type; allows for custom, tableless List field markup.
– Updated conditional logic action description on Section field to ‘this section if’.
– Updated Hungarian translation. Credit: Péter Ambrus.
– Updated Print Entry view to use ‘gform_print_entry_content’ hook to output print entry.
– Updated GFCommon::replace_variables() to improve performance. Credit: the GravityView team.
– Updated Hungarian, thanks to Békési László.
– Updated Swedish (sv_SE) translation thanks to Thomas Mårtensson.
– Updated Spanish (es_ES) translation.
– Updated entry detail page so the gform_field_content filter can be used to override how the Section Break field is displayed.
– Updated GFCommon::send_email() signature to include $entry as tenth parameter, defaults to false if not passed.
– Updated gform_send_email_failed action hook to include $entry as third parameter.
– Updated gform_after_email action hook to include $entry as twelfth parameter.
– Fixed an issue which could occur when resuming an incomplete submission after the number of Page fields has reduced.
– Fixed page header not appearing on Updates page.
– Fixed an issue which, if the user clicked the save and continue link and then used the browser back button, would cause the save and continue confirmation to be displayed when clicking the next button.
– Fixed an issue which could occur when resuming an incomplete submission after the number of Page fields has reduced.
– Fixed page header not appearing on Updates page.
– Fixed an issue with the form specific version of the gform_review_page hook not being used.
– Fixed a fatal error which could occur when using the gform_review_page hook.
– Fixed an issue with the calculation type Product field displaying the parameter name setting for the price input.
– Fixed an issue with the Product field quantity input missing the disabled attribute in the form editor.
– Fixed an issue which caused no columns to be displayed on the entry list page if the first five fields are display only.
– Fixed an issue introduced in 1.9.14.21 where the submitted checkbox values may not be available in certain scenarios.
– Fixed PHP warning on initial form display when using the ‘gform_review_page’ filter with a form that has calculations.
– Fixed an issue with the entries count on the forms list page including empty entries.
– Fixed issue where converting numbers to WP locale conflicted with numbers provided in conditional logic
– Fixed an issue which allowed a user without the gravityforms_create_form capability to create a new form.
– Fixed an issue which could prevent checkbox values containing ampersands being exported.
– Fixed notice in GFFormDisplay::get_conditional_logic() when field had no dependents.
– Fixed an issue with merge tag replacement when using a modifier along with a conditional shortcode.
– Fixed an issue which could prevent the lead detail table being created.
– Fixed an issue with merge tag replacement.
– Fixed an issue with conditional logic when wp locale is set to decimal comma.
– Fixed an issue with calculation fields on number fields formatted as currency.
– Fixed an issue with calculation fields on number fields formatted with decimal dot.
– Fixed an issue when using conditional shortcode on a field containing double quotes.
– Fixed an issue with the Total field when the page is refreshed in Firefox.
– Fixed an issue with the filter links when combined with screen options.
– Fixed an issue with the admin styles when screen options are present.
– Fixed an issue with encryption/decryption when mcrypt isn’t available.
– Fixed an issue with the advanced options link toggling the advanced options on all expanded form widgets.
– Fixed issue with user defined price field not formatting to currency
– Fixed an issue with how multi-input date and time Post Custom field values are retrieved during post creation.
– API: Added the gform_post_add_entry action which fires at the end of GFAPI::add_entry(). See https://www.gravityhelp.com/documentation/article/gform_post_add_entry/
– API: Added support for using ‘like’ and ‘>=’ as search operators.
– API: Added GFCommon::trim_deep().
– API: Fixed an issue in the Web API for the submit_form function using the wrong variable.
– API: Updated the comma separated list returned by GF_Field_MultiSelect::get_value_merge_tag() to include a space after the comma.
– API: Added the gform_filter_links_entry_list filter to allow the row of filter links to be extended.
– AF: Updated GFFeedAddOn::can_duplicate_feed() to return false instead of true to allow add-ons to opt-in to duplication rather that opt out.
– AF: Added ability to duplicate feeds.
– AF: Added ability to disable duplication of specific feeds via GFFeedAddOn::can_duplicate_feed().
– AF: Added duplication of feeds when form is duplicated.
– AF: Fixed the error message when the user tries to update settings without permissions.
– AF: Added security enhancements. Credit: the GravityView team.
– AF: Added GFFeedAddOn::get_active_feeds() method to get active feeds.
– AF: Updated delayed feed logging to also include feeds delayed by the gform_is_delayed_pre_process_feed hook.
– AF: Added GFPaymentAddOn::get_currency() helper for getting the currency object.
– AF: Added GFPaymentAddOn::get_amount_export() to format the amount for export to the payment gateway. In add-ons which extend GFPaymentAddOn you would set $_requires_smallest_unit to true for the amount to be converted to the smallest currency unit e.g. dollars to cents.
– AF: Added GFPaymentAddOn::get_amount_import() to, if necessary, convert the amount back from the smallest unit required by the gateway e.g cents to dollars.
– AF: Fixed an issue with the choices available for mapping for the field_map field type.
– AF: Fixed an issue with the select_custom field type.
– AF: Added support for optgroup elements in the conditional logic fields select list.
– AF: Added support for the title element in the config array for an app settings tab.
– AF: Updated GFAddOn::load_screen_options() to public.
– AF: Updated GFPaymentAddOn::get_submission_data() to public.

Find these and more awesome components after joining the club .
Go to your account page and start enhancing your WordPress websites today.

The post Download Gravity Forms 1.9.19.4 (released 2016.05.21) appeared first on HARLOND GPL CLUB.

Show more