Added gform_enable_shortcode_notification_message hook to allow for disabling shortcode processing of notification messages.
Added $field_values as a third paramater for the gform_pre_render filter.
Added new hook: gform_send_email_failed; allows interception when a call to GFCommon::send_email() fails.
Added new JS filter: gform_calculation_formula to allow modifying formula before it is processed by GF on frontend.
Added $rule and $form parameters to the gform_is_value_match filter.
Added GFCommon::esc_like() method to fix deprecation notice in WP 4.0 while maintining backwards compatibility with previous WP versions.
Added condition to not include "gform_chosen" if "chosen" is already enqueued.
Updated gf_reset_to_default() to not select disabled options in drop downs when reseting default value.
Updated GCommon::is_valid_url() to use filter_var( $url, FILTER_VALIDATE_URL ).
Updated GCommon::is_valid_email() to use filter_var( $email, FILTER_VALIDATE_EMAIL ).
Updated entry details payment information markup.
Updated complete_payment function to update the entry's payment_amount, transaction_id, and payment_date for the Payment Add-On.
Updated process for enqueuing chosen script to check if "chosen" is a registered handle and if so to include it instead of "gform_chosen".
Updated french translation.
Updated product calculation field to allow the label to be changed dynamically like the single product field.
Updated delete_leads_by_form function to include deleting data from the lead meta table.
API: Updated GFAPI::get_entries() to include field choice texts in addition to values when performing a global search.
Fixed fatal error triggered on some servers.
Fixed Notice message.
Fixed an issue with multi-page, ajax-enabled forms with images as buttons where multiple spinners were displayed during form submission.
Fixed issue with multi file upload merge tag.
Fixed issue with confirmation type "Page" when permalink contains a query string.
Fixed bug with default values for conditional logic where any choice with a 'price' attr set (even if it wasn't a pricing field) was incorrectly treated as a pricing value.
Fixed a issue with GFCommon::esc_like() causing a fatal error on WordPress < 4.0.
Fixed an issue with checkbox, radio button and drop-down fields which caused data to be saved incorrectly if a pipe ("|") was used in a choice value.
Fixed the validation of the website field to accept commas in the path.
Fixed notices thrown in WP 4.0 on pages using/extending WP_List_Table.
Fixed an issue affecting the search function on the entry list and the conditional logic on the entry export page where field choice values would be taken into account but not their corresponding texts/labels while performing a global search based on any form field. This affects all radio, checkbox and drop-down fields plus derivative fields in add-ons i.e. Poll, Survey and Quiz fields.
Fixed a bug with conditional logic animation in Firefox.
Fixed "Index too large" error for payment add-ons.
Fixed issue with inactive notifications getting changed back to active when notification is edited.
Fixed issue where admin label was not used for fields in the inactive column on the "Select Columns" ui.
Fixed issue where is_section_empty() returned true even if section contained a product field and gform_display_product_summary filter returned false.
Fixed issue where tags were being displayed on notifications even when the message type was set to "text".
Fixed notice thrown in update_confirmation function when isDefault not set.
Fixed warnings thrown in get_version_info when the response is not an array.
AF: Fixed issue with sales page where payment method drop down displayed blank values.
AF: Fixed issue when creating subscriptions upon first subscription payment.
AF: Fixed issue with payment going to gateway when the amount was negative.
AF: Updated payment Add-On so that redirect_url() is called earlier in the page life-cycle.
AF: Fixed issue with results page displaying an error message for the Stripe Add-On.
AF: Added support for checkbox item callback to allow an individual checkbox item to be customized.
AF: Fixed issue that caused a $0.00 total when selecting the same product field for the subscription payment and trial payment.
AF: Fixed issue with plugin settings page displaying slug instead of Title.
AF: Fixed issue with payment add-on sending requests to payment gateways even when payment was $0.00.
AF: Updated process_capture function to set is_fulfilled to true so complete_payment function uses the entry value for Payment Add-On.
AF: Updated maybe_process_feed function to handle delayed payments for the Payment Add-On.
AF: Added support for formatting inputs as currency.
AF: Fixed notice thrown in the process_callback_action function when logging for the Payment Add-On.
AF: Updated maybe_process_feeds function to not process feeds set as inactive.
AF: Added register and init_addons() function to allow for aid in initializing add-ons and support overriding them.
AF: Updated process_capture function in the Payment Add-on to call complete_payment.
AF: Updated Payment AF validation to only validate if the validation result is valid.
AF: Fixed misspelling on database key in create table for ...gf_addon_payment_transaction for the Payment Add-On.
AF: Updated confirmation function to set the transaction type on the entry for payment gateways that redirect to a url for the Payment Add-On.
AF: Added code to update the payment_gateway meta for the entry when the gateway is a URL redirect for the Payment Add-On.
AF: Fixed notices thrown in the complete_payment function in the Payment Add-On.
AF: Updated priority of Payment AF validation from 10 to 20 to ensure all validation has passed before payment validation occurs (resolves issue where validation could sometimes fail AFTER a subscription was created).
AF: Fixed issue where "name" attribute was output twice.
AF: Updated 'name' property of plugin settings tabs to use slug rather than short title.
AF: Fixed issue where feed status was not saved.
AF: Added a post_callback function to the Payment Add-On.
AF: Added tooltips to the Payment Add-On.
1.8.9
Added "password" to the list of fields which allow HTML input.
Added gform_field_container filter to allow modifying the field container markup.
Updated entry detail screen so that the payment details heading is defaulted to "Payment Details".
Updated Akismet integration to use Akismet::http_post instead of the deprecated function akismet_http_post when the Akismet version is 3.0 and greater.
Updated Spanish translation to properly escape a string causing issues when resending notifications.
Added gform_encrypt_password hook to allow basic encryption of password field values when saved to database.
Fixed issue with Payment Add-On where payment information wasn't available to hooks via the $entry object.
Fixed issue causing payment details to show up twice for older payment add-ons.
Fixed issue with conditional logic when greater than and less were used on checkboxes.
Fixed error being incorrectly returned for GFAPI::update_form() method.
Fixed notices thrown when the is_valid_key element does not exist in the version information array.
Fixed issue with currency validation on certain currencies.
Fixed issue with conditional logic reset logic triggering change event even when value did not change.
Fixed issue with conditional logic javascript when working with empty child elements.
Fixed issue with quantity of Quantity fields allowing negative values to be entered.
AF: Updated gform_entry_post_save hook so it is called as a filter, not an action.
AF: Fixed issue with the results page where values of fields with multiple inputs (e.g. Name and Address) would not be displayed correctly.
AF: Added support for additional payment options to the Payment Add-On.
AF: Fixed notices.
AF: Fixed issue causing feed condition to display warnings in certain conditions.
AF: Added extra parameter to has_feed() call to support checking if there is a feed that meets conditional logic.
1.8.8
Added support for Proxy to resolve issues with sites on blacklisted IPs not being able to access the Gravity Help API.
Added ability to place the payment details in a separate box on the entry detail page.
Added Bulgarian translation file.
Added gform_display_product_summary hook to allow suppressing pricing summary on {all_fields} merge tag and displaying pricing fields inline with other form fields.
Added *gform_export_form hook to allow modification of the form meta before export.
Added gform_form_update_meta hook to allow modifying form meta before it is saved to the database.
Added gform_entry_pre_update filter to allow entry to be changed prior to being saved.
Added gform_post_update_entry hook to allow actions to be taken when entry is updated.
Added gform_post_payment_transaction hook to allow actions to be taken after a payment transaction is created.
Added gform_action_pre_payment_callback filter to allow callback action and parameters to be changed before a payment callback is executed.
Added gform_post_payment_callback hook to allow actions to be taken after a payment callback is processed.
Added gform_post_payment_completed hook to allow actions to be taken when a payment is completed.
Added gform_post_payment_refunded hook to allow actions to be taken after a payment refund is processed.
Added gform_post_subscription_started hook to allow actions to be taken after a subscription has been created.
Updated the multi-file upload field to support Plupload 2.x in WordPress 3.9.
Updated the Locking API to use a Heartbeat interval of 30 seconds as standard and 5 seconds while waiting for the response to a control request. The lock timeout is now 150 seconds - equivalent to Posts and Pages.
Updated links to sign up page for reCAPTCHA.
Fixed security vulnerability.
Fixed issue with feed add-on not refreshing list page when a feed is deleted.
Fixed issue introduced in 1.8.7.14 with the multi-file upload field not properly displaying an error message in case of a failed upload.
Fixed issue with multi-file upload field not allowing files with special accent characters from being uploaded.
Fixed issue where legacy notification data was not cleaned up when editing existing notifications.
Fixed issue with quantity of single product fields allowing negative values to be entered.
Fixed issue with number field validation.
Fixed issue with Addon Browser not recognizing valid licenses.
Fixed notice in GFFormDisplay::get_chosen_init_script() where $input_type was not defined.
Fixed issue where selecting option from bulk choice menu scrolled page to top.
Fixed issue with chosen script throwing javascript errors on certain situations.
Fixed issue with multi-file upload field throwing javascript errors when the number of files uploaded reached the max files setting.
AF: Added more logging statements to the Payment Add-On.
AF: Added the function is_callback_valid which can be overwritten for use by Payment plugins for the Payment Add-On.
AF: Added entry and action objects to be passed as parameters for custom events for the Payment Add-On.
AF: Updated logging to go to the plugins log instead of Gravity Forms' log for the Payment Add-on.
AF: Updated to remove caching the feed in the Payment Add-On.
1.8.7
Added Text Domain and Domain Path to plugin header so the description may be translated.
Updated product calculation to improve performance.
Updated width of form title column so form actions do not wrap.
Updated two notice statements to alleviate confusion.
Updated German translation file with user-provided update.
Updated a few strings so they can be translated.
Updated POT file.
Updated GFFormsModel::save_lead() method to support saving leads on non-admin views.
Updated GFFormDisplay::has_conditional_logic from private to public.
Fixed an issue with the validation of the number field when set to currency format and the Gravity Forms currency setting is set to a decimal comma formatted currency.
Fixed incorrect domain for translations in a few instances.
Fixed security vulnerabilities.
Fixed issue with nested conditional logic on checkboxes.
Fixed issue where conditional logic setting was showing up for Hidden products.
Fixed issue where GF Results was being initialized on all admin pages.
Fixed issue with the {pricing_fields} merge tag markup.
API: Updated the Web API authentication to accept both url-encoded and unencoded signatures to handle different client behavior.
API: Updated some mysql_*() calls to support WordPress 3.9 under PHP 5.5 or higher.
AF: Added support for top level "app" menus.
AF: Added support for top level "app settings"
AF: Added support for app tab UIs.
AF: Fixed an issue with the form settings menu where the menu item for the add-on was appearing in the menu even when the current user did not have adequate permissions.
AF: Fixed filter for app settings menu.
1.8.6
Added logging to help troubleshooting form submissions.
Added hook to allow multi-file upload settings/behavior to be changed.
Added "French Polynesia" to countries list.
Added gravityforms_delete_forms and gravityforms_delete_entries permission checks to form list.
Added new filter gform_email_background_color_label to change the background color for the field label in the html email.
Added new filter gform_email_background_color_data to change the background color for the field data in the html email.
Added gform_form_notification_page filter.
Added 'gravityforms_delete_entries' permission checks to entry list and entry detail pages.
Added $input_id as fifth parameter to the gform_save_field_value function; better allows overriding values for a specific input ID.
Added support for state code via gform_us_states and gform_address_types hook.
Added gform_form_export_page hook.
Added gform_payment_details hook under gform_entry_info in preparation for a new Payment Details box on the entry page.
Added support for country codes in country drop down.
Added support for note type.
Added support for changing note avatar.
Added gform_delete_entries to get fired when entries are being deleted in bulk.
Fixed security vulnerability which allowed malicious form submissions to bypass validation of certain fields.
Fixed PHP warning on entry list when the created_by field contains the ID of a user that no longer exists.
Fixed issue with conditional logic when configured to start with "0".
Fixed minor PHP warning for recently imported multi-step forms.
Fixed issue where editing credit card fields with HTML5 ouptut enabled generated a browser validation error.
Fixed security vulnerability which allowed malicious form submissions to bypass validation of certain fields.
Fixed issue with entry detail pagination not working correctly on certain types of searches.
Fixed issue with with the multi-file upload field generating a JavaScript error on multi-page, ajax-enabled forms with conditional logic.
Fixed issue with multi file upload throwing AJAX errors when uploading a file with a single quote on certain webservers.
Added GFs instance of the gfMergeTagsObj to the global scope to allow 3rd party devs to more easily work with merge tags.
Fixed issue in the Italian translation file where a string was breaking javascript on the entry detail page.
Fixed issue with entry export not decoding the value of multi file upload fields.
Fixed issue with the {pricing_fields} merge tag markup.
Fixed escaping issue on input mask.
Fixed issue with the new form modal on IE8.
Fixed issue with datepicker css being rendered to the page even when no datepicker field is in the form.
Fixed issue with country not being selected properly when code was provided via hook.
Fixed styling issue with entry actions on entry detail page.
Fixed issue where styles/scripts were being output before doctype when including a form in a confirmation.
Fixed issue with number field validation when set to decimal comma.
Fixed issue with select columns page not loading in SSL when appropriate.
Fixed security vulnerability when validating product state.
Fixed an issue with the entry list where trashed entries appear in the list of active entries when sorting by a field value.
Fixed an issue with conditional logic when product drop down is used as a target.
Removed permissions check from low level GFFormsModel::delete_lead() - moved to page level.
Removed the value and size attributes from the input tag for the "file" type since they are not supported and cause html validation errors.
Removed permission checks from GFFormsModel::delete_form() and GFFormsModel::delete_leads_by_form() - moved to page level.
AF: Set trial amount to user entered value when trial option set to "Enter amount" for the Payment Add-On.
AF: Added GFAPI::current_user_can_any() so developers can check permissions before calling any of the other API functions.
AF: Added some logging for the Payment Add-On.
AF: Added discounts to the order data for the Payment Add-On.
AF: Added product options as a separate array to the line items array for the Payment Add-On.
AF: Added is_shipping indicator to line items to distinguish between shipping field and regular product field for the Payment Add-On.
AF: Added name property to settings_setup_fee and settings_trial for the Payment Add-On.
AF: Added integration with the Logging Add-On - all add-ons now appear automatically on the settings page.
AF: Fixed issue with validation failure icon not being displayed for all field types.
AF: Fixed issue with checkbox validation.
API: Fixed an issue with GFAPI::add_entry() where the status was being ignored.
API: Fixed an issue with GFAPI:get_entries() where the status was being ignored when sorting by a field value.
API: Fixed issue with Web API GET entries ignoring is_numeric.
1.8.5
Added $field and $value parameters to gform_duplicate_message filter.
Added new hook: gform_after_update_form_meta, fires any time form meta is updated.
Updated shortcode_atts() call in GFForms::parse_shortcode() method to pass 'gravityforms' as the third parameter so 3rd party developers can add/filter shortcode attributes.
Fixed Notice when adding a post category field to the form.
Fixed issue with email notification format when using the {pricing_fields} merge tag.
Fixed issue with conditional logic when the current number locale is set to decimal comma.
Fixed issue with export where it was returning results inconsistent with entry list for checkbox items that have been re-ordered.
Fixed issue where custom field types which posted values as arrays were set to null when filtering for HTML.
Fixed issue with number format and conditional logic when number was configured with the comma as the decimal separator.
AF: Added is_object_locked().
AF: Added payment_callback table to track callbacks and prevent duplicate execution of them.
AF: Added Donation as a dependency value for transaction type for the Payment Add-On.
AF: Added function to set the onchange event for enabling a trial for the Payment Add-On.
AF: Added support for a transaction id to be added to the transaction table for subscription recurring payments.
AF: Added support for a subscription to be retrieved by a transaction id.
AF: Added new styles for add-on results.
AF: Updated payment amount to have a default value of form_total for the Payment Add-On.
AF: Updated the logic for showing/hiding trial fields for the Payment Add-On.
AF: Updated radio button setting markup so that it is consistent with WordPress'.
AF: Updated settings label code; moved it to its own function.
AF: Updated is_json() method to accept "[" as a valid first character of a JSON string.
AF: Updated build_choices() method to 'public' from 'protected'.
AF: Fixed notices in the Payment Add-On.
API: Fixed an issue with get_entries() where incorrect entries were being returned when searching across all forms using an entry meta key that is not currently active for any of the forms.
1.8.4.1
Fixed issue with tooltips not working on Add On pages. Included font-awesome.css to Add On pages to fix the issue.
Fixed issue where old inputs were not removed when adding new choices via bulk add functionality for Post Custom Fields with a "checkbox" field type.
Fixed an issue with entry export which may result in an empty export file for forms with a large number of entries.
AF: Added logging statements.
AF: Fixed issue with field map validation on fields that are hidden by dependency.
API: Added some logging statements.
API: Updated GFWebAPI::handle_page_request() to check the $HTTP_RAW_POST_DATA global variable before attempting to read the contents of the request body.
1.8.4
Added gform_footer_init_scripts_filter hook to support filtering the footer init scripts string.
Added support for custom wp-includes directory.
Updated setup to run only in admin for single site installations and always on multisite.
Updated Google Font includes to be protocol-less.
Updated conditional logic to handle the "Other" choice for radio buttons.
Updated INACTIVE trim values setup script to ACTIVE. All leading and trailing spaces are now stripped from all previous entry values, field labels, choice texts, choice values, input labels and conditional logic rule values for fields, notifications and confirmations.
Updated the form editor, form importer, notification editor and confirmation editor to trim leading and trailing spaces from all labels, choices values and conditional logic values on save/import.
Updated GFFormDisplay::print_form_scripts() to print all scripts at once rather than printing individually.
Updated GFFormsModel::update_lead_property() to return the result of the $wpdb->update() call.
Updated Credit Card field's Security Code input to use "type='text'" and "pattern='[0-9]*' when in HTML5 mode (rather than "type='number'").
Updated location of gform_form_actions hook so that actions can be filtered when in the trash page.
Updated the entry search criteria to support times in the start_date and end_date.
Updated GFFormsModel::get_form to optionally allow returning a trashed form.
Fixed issue with number field not properly formatting numbers on the entry edit page and on the individual field merge tag.
Fixed issue with export start and end dates.
Fixed issue with entry list trash view where entry row remains in the list after deleting when a fileupload field in the entry is empty.
Fixed issue with deleting entries on multisite installs where files uploaded using the fileupload field aren't deleted if the site ms_files_rewriting option is not set. This issue affects all new multisite installations of WordPress created after the release of WordPres 3.5.
Fixed issue with number field configured with the 9.999,99 format displaying browser validation errors when HTML5 is enabled.
Fixed issue with list field export where "Array" was being displayed under certain conditions.
Fixed warning thrown in rewrite_rules function when using array_merge with a parameter that wasn't an array.
Fixed issue with dates used when exporting entries.
Fixed number field validation when currency format is specified.
Fixed issue with how spaces in post image file names were being replaced.
Fixed notices when Post Image field with enabled Title, Description, and/or Caption were submitted without values.
Fixed styling issue with checkboxes on entry notes.
Fixed number field input type.
Fixed JS error on form editor when user refreshes the page with the scrollbar lower than the top of the page.
Fixed left margin of conditional logic instructions when label position is set to left-aligned.
API: Added support for PUT entries/{entry ID}/properties so entry properties (is_read, is_starred etc) can be updated individually.
API: Added GFAPI::update_form_property() and GFAPI::update_forms_property() so form properties from the main forms table (is_trash, is_active etc) can be updated individually.
API: Added support for PUT forms/{form ID}/properties.
API: Added GFAPI::update_entry_property() to update a single property of an entry.
API: Updated the QR Code to include the site title.
API: Updated GFAPI::add_entry() to return an error if the entry object is not an array.
API: Fixed authentication for multisite installations.
API: Fixed loading of scripts on the API settings page when using SSL.
API: Fixed GFAPI::update_entry() to update the entry status.
AF: Added support for "dynamic_field_map" field setting.
AF: Added icon support to form editor top toolbar.
AF: Added support for displaying an icon next to the form settings page title.
AF: Added support for displaying an icon next to the plugin settings page title.
AF: Added support for configuring a form settings page title (using first section as default).
AF: Added support for configuring the "No items" message as well as forcing any message to be displayed in the feed list.
AF: Added support for "requires credit card" setting in the Payment Add-On to be used by payment gateways that require a credit card field on the form.
AF: Added replace_field() method to replace a field by name in a given $settings array.
AF: Added get_field() method to retrieve a field by name in a given $settings array.
AF: Updated get_feed() method to return false if no feed is found instead of a non-empty array.
AF: Updated get_payment_choices() from private to public.
AF: Updated the feed add-on feed_condition field to trim values before saving.
AF: Updated payment add-on to better handle different payment actions.
AF: Updated payment add-on get_webhook_url() to use simpler callback parameter.
AF: Updated default icon for the Results menu.
AF: Updated Payment Add-On default settings so that it is easier to add feed settings under the "Other" section.
AF: Updated field_map settings field type so that it is available from GFAddon instead of GFFeedAddOn.
AF: Fixed issue with subscription cancellation.
AF: Fixed results calculation loop to allow add-ons to add custom data to the field_data element. Fixes an issue with the Quiz Add-On correct/incorrect numbers for > 150 entries.
Added new filter gform_post_category_choices to alter post category choices sort order. Both globally and form id + field id specific.
Added INACTIVE setup script to trim leading and trailing spaces from all entry values, field labels, choice texts, choice values and input labels. Uncomment line 503 to test.
Updated GFFormDetail::add_field() to json_encode the field markup before sending it back to the form editor.
Updated GFCommon::calculate() to replace multiple spaces and new lines with a single space.
Updated the fileupload field to use the https protocol in links to file downloads when the entry detail and entry edit pages are using SSL.
Fixed issue with "No duplicates" option displaying on multi-select fields.
Fixed an issue with conditional logic failing and some fields not retaining values after validation and changing page with field choices having leading or trailing spaces.
Fixed missing delete icon on the entry edit page.
Fixed a PHP warning on form submission with unsaved imported forms with post fields.
Fixed inconsistent permission allowing users to import forms without edit form permission.
Fixed issue where empty fileupload fields were being displayed in the entry detail, entry print page and {all_fields] merge tag.
Fixed intermittent fatal error calling get_plugins().
Fixed missing gform_pre_enqueue_scripts hook causing conflict with Picatcha.
Fixed the gform_filters_get_users filter.
Fixed missing ';' on gformInitCurrencyFormatFields() init script.
API: Updated GFWebAPI::end() to public static so it can be used by add-ons.
API: Added gform_webapi_$METHOD_$COLLECTION and gform_webapi_$METHOD_$COLLECTION1_$COLLECTION2 actions.
API: Removed gform_webapi_$METHOD_$COLLECTION and gform_webapi_$METHOD_$COLLECTION_$COLLECTION2 filters.
Added the gform_webapi_get_users_settings_page filter to allow the user list to be filtered on the API settings page.
Added the gform_filters_get_users filter to allow the user list to be filtered in the field filters.
Added logging statements for single file upload fields on single page forms and last page of multi-page forms.
Fixed issue with gform_display_add_form_button filter.
Fixed issue with state validation failing on product names with leading or trailing spaces.
Fixed notices thrown in the clean_up_files function.
Fixed an issue on the settings where a valid license key appears incorrectly as invalid for up to 24 hours after updating to version 1.8.
Fixed an issue on the confirmation edit page when a conditional logic rule value contains an apostrophe.
Fixed an issue with the multi-file upload field when used on more than one page of a multi-page form and when the max number of files is set.
Fixed JavaScript error when form contains a currency format number field but no calculation.
Fixed the missing edit columns icon on the entry list.
Fixed undefined index notice isRequired in GFFormDisplay::get_field_content().
Fixed the localization of the select files button in the multi-file upload field.
Removed the gform_webapi_max_accounts_settings_page filter.
Removed the gform_filters_max_user_accounts filter.
Added API to allow developers to easily perform operations such as read/update/delete/create forms and entries.
Added Web API to allow developers to perform operations such as read/update/delete/create forms and entries from a remote web site.
Added filter to export to allow entries to be changed before exporting them.
Added support for mu-plugins deployment.
Added JS filter: gform_calculation_result to allow modifying the calculated result.
Added JS filter: gform_calculation_format_result to allow user to override default formatting to calculated result.
Added fontawesome webfonts and icon support for form admin.
Added trash for forms.
Added sorting to form list.
Added form locking.
Added entry locking.
Added form settings locking.
Added plugin settings locking.
Added locking to the Add-On Framework.
Added Romanian and Georgian translation files.
Added Kosovo (KV) to the country list.
Added Cayman Islands to country list.
Added Active/Inactive functionality to Notifications.
Added Active/Inactive functionality to Confirmations.
Added Duplicate functionality to Notifications.
Added Duplicate functionality to Confirmations (not for the default confirmation).
Added enhanced entry search.
Added enhanced filters to entry export.
Added Query String setting to Page Confirmation.
Added hierarchy to the Post Category field UI when the "Select Categories" setting is active.
Added "Form Pending Message" option to Schedule Form restrictions in Form Settings.
Added gform_process_form hook.
Added Multi-file upload support to the File Upload field.
Added max file size setting to single file upload field.
Added two filters to next page button. (gform_next_button, and "gform_next_button_FORMID*). The first is a filter that applies to all forms. The second applies to a specific form.
Added two filters to previous page button. (gform_previous_button, and gform_previous_button_FORMID). The first is a filter that applies to all forms. The second applies to a specific form.
Added new style JS filter for the original Javascript filter gform_product_total so that multiple filters can be applied to it.
Added new notification hook gform_email_fields_notification_admin, to allow list of email fields to be filtered.
Added support for any/all mode for field filters in the search queries and API.
Added clean up of temp files removed from form submissions.
Added clean up of files older than 48 hours from abandoned submissions.
Added gform_form_trash_link filter to replace the deprecated gform_form_delete_link filter.
Added a "validate formula" button to the calculation formula setting in the form editor.
Added the "instructions" and "checkbox_label" properties of the feed_condition field in GFFeedAddOn.
Added gformGetProductQuantity() JS function for getting current quantity of an item; extracted from gformCalculateProductPrice().
Added GFFormDisplay::is_last_page() method as an easier method for determining if the last page of the form is being submitted.
Added support for GF_DEBUG constant on AJAX iframe to more easily allow viewing the contents of the iframe when debugging AJAX forms.
Added GFFormsModel::get_form_ids().
Added multifile support to the 'post custom field' field (file upload field type).
Added Entry ID, Entry Date, Starred, IP Address, Source URL, Payment Status, Payment Date, Payment Amount, Transaction ID and User to the list of available fields in the entry list search, export conditional logic and Add-On Framework results page filter.
Added sorting by active/inactive in form list.
Added form-specific version of gform_register_init_scripts hook.
Added JS filter: gform_spinner_url to allow modifying the spinner URL with the new gformInitSpinner() function.
Added logging statements to GFFormsModel::create_post().
Added logging statements to GFAsyncUpload::upload().
Updated GFFormDisplay::register_form_init_scripts() function to include 'is_ajax' parameter.
Updated 'gform_register_init_scripts' action to pass 'is_ajax' parameter.
Updated gravityforms_addon_browser capability to be gravityforms_view_addons since that is the one actually in use.
Updated GFFormsModel::get_entry_meta() to support an array of form IDs and all form IDs (zero).
Updated how GFFormsModel::prepare_value() handled credit card fields, allowing default formatting to be overwritten for the last credit card number.
Updated icons to use webfont where possible.
Updated CSS file removing IE 7 hacks and removed inline style blocks.
Updated the formatting for the Danish Krone.
Updated the styles of the form list and entry list to emphasise alternate rows.
Updated the credit card field HTML5 markup to use an HTML text input with a pattern instead of a number input.
Updated upgrade process so that it gets aborted if database user doesn't have the proper permission to change or create tables.
Updated product labels to allow html formatting in the notifications and entry detail page instead of showing the html tags.
Updated {form_title} merge tag so that it is not available as a choice for field default values (since it is not supported there).
Updated gravity_form() function call to take "echo" parameter.
Updated page break fields in admin - replaced imagery with translatable text strings.
Updated admin.css for new icon and page break markup and styles.
Updated the merge tags cursor to pointer (hand).
Updated GFFormsModel::build_lead_array() to include long values by default. GFFormsModel::search_leads() and GFFormsModel::get_leads() now include long values in entry objects.
Updated date range tooltip on export entries page.
Updated bulk form actions text.
Updated the hierarchy indicator in the Post Category field from spaces to continuous lines.
Updated the results page to display as a view of the gf_entries page so the gravityforms_view_entries capability is required instead of gravityforms_edit_forms (in addition to the gravityforms_{add-on}_results capability)
Updated the results page filter box from sticky (always visible) and fixed height to static and fluid height.
Updated form submission process to trim leading and trailing spaces before validation and before saving. Added the gform_trim_input_value filter so it's possible to override this behaviour by field and by form.
Updated calculation formula so that it is now trimmed in the form editor.
Updated single product field. Removed Admin Label setting.
Updated conditional logic for fields with choices to display dropdown values for "is" and "is not" operators and a textbox values for other operators.
Updated automatic license key population so that it is remotely validated on first install and version change.
Updated the behaviour of the number field to add a leading zero if missing before decimal/comma (ie .5 or ,5 is now validated and stored as 0.5 or 0,5).
Updated resend notification UI so that it displays an appropriate message when no notifications are configured.
Updated tooltip function to optimize performance for WPML users.
Updated gform_is_value_match filter to optionally pass rule object being validated.
Updated the location where the load_plugin_textdomain function is loaded so translations by third-party apps are loaded.
Updated code to use functions mb_substr and mb_strlen to truncate large text values before inserting them in the DB to accommodate for Chinese characters and other multi-byte characters.
Updated admin styles to comment out button styles conflicting with WP default button styles.
Updated remote license key validation procedure so that it consolidates all add-ons and gravity forms into one request/response to save requests to the Gravity Help server.
Updated form meta format to JSON.
Updated the "Delete Form" link in the form editor to "Move to trash".
Updated the product quantity input type to "number" when HTML5 is enabled in settings.
Updated the credit card number input type to "number" when HTML5 is enabled in settings.
Updated the credit card security code input type to "number" when HTML5 is enabled in settings.
Updated references to gforms_gravityforms script handle to gform_gravityforms for consistency.
Updated Spanish translation file.
Updated min required WP version to 3.4 (necessitated by use of wp_is_mobile() function).
Updated domain in add-on include files to use gravityforms for translations.
Updated uHngarian translation file.
Updated the button text "Cancel" on the Bulk Add / Predefined Choices so it may be translated into other languages.
Updated {ip} merge tag to use GFFormsModel::get_ip() method.
Updated GFFormsModel::get_ip() method to try for $_SERVER['HTTP_CLIENT_IP'] first.
Updated form settings to use "label" instead of "name" when getting tab label.
Updated jQuery calls so that the deprecated jQuery.live() method isn't used.
Updated POT file.
Updated the Web API to respond always with a 200 HTTP status along with a JSON object containing the status code and response.
Updated gformInitSpinner() to be generic and moved to gravityforms.js.
Updated enqueue and print script functions to enqueue gravityforms.js when AJAX is enabled.
Updated confirmation and notification titles to link to edit view for that item.
Updated the help page: removed references to the forum.
Updated the field filters on the export entries page and results page to include greater than and less than operators by default.
Fixed search criteria operators for likert fields.
Fixed issue where datepicker was displaying below WP content.
Fixed issue with ReCAPTCHA field throwing Javascript error.
Fixed tabindex for AJAX enabled forms after validation.
Fixed validation of standard phone field when value is zero.
Fixed issue where no formatting was being applied to calculated results.
Fixed issue where [gravityforms] shortcode (plural) was not detected and scripts were not loading correctly.
Fixed bulk actions at the bottom of the form list to reflect recent changes.
Fixed strings that weren't properly localized.
Fixed an issue where the confirmation message would not be displayed below the progress bar on AJAX enabled forms.
Fixed an issue with GFCache which can result in long keys getting cut off. Keys are now hashed.
Fixed misspelling.
Fixed issue with weekly form scheduling.
Fixed conflict on add-on page causing an error when installing new plugins.
Fixed conditional logic conflict.
Fixed issue with pricing formatting on AJAX forms.
Fixed issue with entry list page where more entries were being used than the ones selected when applying actions.
Fixed issue with notification causing form to be "blank" in the editor under certain conditions.
Fixed issue with multisite database upgrade.
Fixed issue when creating a form using special characters.
Fixed dynamic population of admin only multi-selects.
Fixed dynamic population of admin only list fields.
Fixed issues with switched parameters on get_parameter_value() call causing issues with pre-populating certain field types.
Fixed issue with credit card field markup.
Fixed issue where zero amount totals were not being saved to carry over in Total merge tags.
Fixed issue with legacy notifications causing emails to be sent using field id instead of email address.
Fixed issue when adding multiple total fields to a form causing the total field entry data and total field merge tag to not save the correct value.
Fixed issue with calculations where formula choked when calculating single-input products when currency number format was 'decimal_comma'
Fixed issue with merge tags entered in the front end being executed when the field is added to notifications.
Fixed an issue with single file upload where the entry wouldn't fail validation if the file exceeded the upload_max_filesize PHP init setting.
Fixed an issue the results page where single row likert fields display multiple rows with a form that's been imported.
Fixed an issue the results page when the error message doesn't display after a database timeout.
Fixed notice thrown in multi-site logging for $is_setup_completed variable.
Fixed encoding issue on Form Settings causing double quotes on form title to get dropped.
Fixed invalid license key message.
Fixed issue with database upgrade on multi-sites.
Fixed issue where form admin fields menu doesn't remain on screen when scrolling and in no conflict mode.
Fixed the merge tags UI and the select columns UI on the entry list to display only Card Type and Card Number for the credit card field.
Fixed the calculation formula so that it accepts line breaks.
Fixed the add-on feed page feed condition setting.
Fixed issue when truncating text with special characters.
Fixed issue with date formatting.
Fixed text "Insert Form" so that it is localized.
Fixed the gform_save_field_value filter.
Fixed issue where some calculations resulted in "Infinity" being output to calculated field.
Fixed the gform_previous_button filter on the last page. Removed from first page.
Fixed issue where using decimal values from drop downs (and other fields) resulted in ignored decimals.
Fixed issue on export entries page allowing exports to be perform without a selected field.
Fixed typo on the export forms tab.
Fixed typo in the tooltip for the allowed file extensions setting in the fileupload field.
Fixed issue with the hidden field type in the form editor where the merge tags UI for the default value wasn't displaying correctly.
Fixed issue with date field not resetting to default value correctly when hidden by conditional logic.
Fixed issue where number of updates available was being displayed when user didn't have permissions to update the plugin.
Fixed issue with for in loops causing strange behavior under certain conditions.
Fixed issue on form notifications page where WP footer was overlapping notifications list.
Fixed issue when adding fields in the form editor. Users are now prevented from adding a field while another field is in the process of being added.
Fixed captcha math input id.
Deprecated the [gform_form_delete_link]https://docs.gravityforms.com/gform_form_delete_link/() filter.
Deprecated the gform_calculation_result function.
API: Added further details to some error messages.
API: Updated Web API slug from gfwebapi to gravityformsapi.
API: Updated the API Functions to remove the capability checks.
AF: Added Payment Add-On base class to help and provide consistency when creating payment processors.
AF: Added caching for feed addon's get_feeds() method.
AF: Added support for 'validation_callback' and 'dependency' properties for Field Map child fields.
AF: Added support for storing previous settings when saving new settings.
AF: Added support for plugin_settings_title() overridable function.
AF: Added "feedName" as default column and field setting for payment add-on.
AF: Added add_field_before() and add_field_after() functions to facilitate adding new fields to existing field groups.
AF: Added support for 'style', 'class', and 'id' properties to $sections.
AF: Added feed_settings_title() method to Feed Add-on rather; used as title of feed detail page.
AF: Renamed has_feed_for_this_addon() method to has_feed().
AF: Updated rgempty() function to support passing just an array for empty() validation.
AF: Updated setting_dependency_met() method to handle when false value is passed as $dependency.
AF: Updated setting validation to not validate settings where dependency is not met.
AF: Updated all calls to $_short_title to use get_short_title().
AF: Updated scripts and styles so that they are registered and can be used as dependencies.
AF: Removed some inline styles and added to admin.css.
AF: Updated section title markup to use
Fixed E_STRICT notices under WP 3.6 running on PHP 5.4.
Updated multi-site database upgrade procedure so that it only updates all sites in the network on network admin pages.
AF: Updated all functionality activation checks, e.g. has_plugin_settings_page(), to use GFAddOn:method_is_overridden();.
Added the option to select all entries on all pages for bulk actions.
Added support for touchscreen devices.
AF: removed vertical_label support from settings_xxx() fields.
AF: removed extra
around inputs.
Fixed issue with pagination on entry list page displaying wrong counts after a search is performed.
Updated tooltips so that they use the jQuery UI Tooltip script instead of qTip.
1.7.6.9
Added safeguard to prevent double clicks from creating duplicate entries.
AF: added support for add-ons to create a "Plugin Page", which are pages specific for that add-on linked from the left menu (similar to the old style add-on pages).
AF: added "progress" and "timestamp" to the results calculation.
AF: added max_execution_time to the params of GFResults::get_results_data(). Changed the default value from 20 to 15.
AF: added the gform_admin_pre_render filter to GFAddOn::form_settings_page() so the form object and merge tags can be filtered on form settings pages for add-ons.
AF: renamed GFResults::get_entries_data() to GFResults::get_results_data().
AF: fixed an issue with the results page for forms with a Quiz fields and with a high volume of entries.
AF: fixed an issue with the results page with HTML in choice labels.
AF: fixed an issue where entry meta might not get registered before the cache is invoked; Added GFAddOn::pre_init(). Moved the entry meta hook into pre_int().
Updated tooltip function so that it uses a global variable improving performance on sites using WPML.
Fixed notices.
1.7.6.8
Updated masked input script to 1.3.1.
Updated chosen script to 0.9.12.
AF: Added the "horizontal" property to the settings_radio field.
Added logging statements around the setup() function.
1.7.6.7
Updated ManageWP hooks so that they fire in the admin and front end.
Changed GFFormsModel::search_leads() to accept both a single form id and an array of form ids.
AF: Added tooltips to the results markup.
AF: Added a callback to allow the results filters to be modified.
AF: Added gform_filters_pre_results filter to allow the results filters to be modified.
AF: Added support for the contains operator in the results filters.
AF: Added support for likert scores on the results page.
AF: Added vertical_label attribute to text box and textarea settings.
AF: Added the id attribute to setting rows.
AF: Changed the results page to include results filters for all fields and all entry meta by default.
AF: Updated Addon Framework uninstall so that it displays the "Uninstall success" message inside the settings panel.
AF: Updated the Feed Addon to display a more friendly message when no feeds are configured.
AF: Fixed more results link on the results page.
AF: Fixed no output attributes for field choices.
AF: Fixed issue with "hidden" property of AFW settings fields.
AF: Fixed issue with new feed being created multiple times.
AF: Fixed _get_base_path() and _get_base_url().
1.7.6.6
AF: Added support for labels, tooltips and default values to text and textarea settings.
AF: Added support for tooltips in checkbox choices.
AF: Added settings_radio().
AF: Moved some MailChimp specific functions back into MailChimp.
Fixed issue with admin_title filter return false instead of original title when not on form settings page.
1.7.6.5
Fixed notice if confirmations object doesn't exist (it could be removed using a hook).
1.7.6.4
Fixed bug with hidden, single, or calculated product inputs object creation treating the field id as a string instead of number, resulting in the ids of the items in the inputs object not matching the field id.
1.7.6.3
AFW: Changed script enqueueing to add scripts automatically to preview and print pages.
Fixed entry meta conditional logic in confirmations and notifications.
AFW: moved support for paypal integration into feed add-on.
Added support for updating page title based on settings page.
AFW: added support for 'save' field type.
Added support for filtering return of 'has_conditional_logic', useful for developers using conditional logic in objects not checked by Gravity Forms.
1.7.6.2
Updated dutch translation file.
Fixed localization issue.
Updated Pot file.
1.7.6.1
AFW: Added maybe_process_feed(), handles getting feeds and only calling process_feed() method when feed should be processed.
1.7.6
Fixed "ob_clean(): failed to delete buffer" notice thrown in export.
Fixed issue with create_lead() not taking conditional logic into account for calculation fields.
Fixed issue with addon framework's checkbox fields onclick attribute.
Added JS hook: gform_conditional_logic_fields, allows filtering which fields are avialable for conditional logic (and adding custom fields).
Added JS hook: gform_conditional_logic_operators, allows filtering which conditional logic operators are avialable for the selected field.
Added JS hook: gform_conditional_logic_values_input, allows filtering the input provided for the conditional logic comparison value.
Various modifications in the conditional logic functions found in form_admin.js to better support the new filters.
Added entry meta to conditional logic for confirmations and notifications.
Added gform_entry_meta_conditional_logic_confirmations and gform_entry_meta_conditional_logic_notifications so the entry meta filters can be modified depending on their context.
Fixed typo in GetLabel function when testing for "undefined", was "undefind".
Fixed issue where not specifying a field label could at times throw javascript errors (merge tags).
Updated merge tag list in admin to use admin label if one exists.
Fixed issue where the database wasn't being updated on every site when updating a network activated install of Gravity Forms, causing forms to display an error after updating.
Fixed issue with quantity drop down when "enhanced interface" is enabled not calculating the total correctly.
Fixed issue with limiting form entries per day not validating the form properly.
Added an Add-On Framework to provide tools for developers when creating new Gravity Forms Add-Ons.
1.7.5
Fixed issue with new form not displaying fields after first time it was saved.
Fixed issue with notification's conditional logic causing notifications to not be sent even when conditional logic was disabled.
Updated save_input function to delete from the rg_lead_detail_long table before deleting from rg_lead_detail.
Changed GFCache::flush() to prevent deleting persistent transients by default.
Various fixes for gaddon support.
Updated gf_vars js variable to be automatically included based on script-dependency.
1.7.4
Fixed bug in sending notifications when a form field is chosen.
Updated POT file.
Added support for object methods to the JavaScript hook framework.
1.7.3
Changed form switcher so that it redirects to the main form settings tab when switching form while at any other form settings tab.
Updated post creation process to create post initially as a draft and then update to desired post status.
Fixed issue where merge tag drop down did not display items when a required extended name field was present.
Added new hook to prevent new forms from being created in the demo site.
Fixed issue with form duplication routine not duplicating confirmations and notifications.
Fixed issue with new notifications being created with the "enable conditional logic" checkbox checked.
Fixed issue with entry date timezone conversion when exporting entries.
Added JS hook: gform_is_value_match allows filtering whether the source and target values are a match.
Added PHP hook: gform_is_value_match allows filtering whether the source and target values are a match.
Fixed script path issue when registering scripts by using get_base_url().
Added gaddon JS object for use with the upcoming add-on framework.
Added support for "tab_label" setting when creating "Settings Pages"
Updated SaveForm() in js.php to delete the data that should no longer be stored in the form meta from the form object: 'notification', 'notifications', 'autoResponder', 'confirmation', and 'confirmations'.
Fixed issue with calculating fields not working correctly when it contained another calculated field in its formula.
Updated JS GetFieldById() function to allow passing of input ID (i.e. "3.3").
Added JS filter: 'gform_conditional_logic_description' allows you to modify the descriptive HTML (i.e. "Show/hide this field if any/all of the following match").
Added JS filter: 'gform_conditional_object' allows you to modify the conditional logic object based on the object type.
Added 'gf_currency_config' to gf_vars array, one step closer to deprecating gf_global array.
Fixed several issues with unlocalized strings.
Fixed issue with notification logging message.
Fixed issue with file uploads where concurrent submissions may result in files being deleted or assigned to the wrong entry.
1.7.2
Fixed issue with enqueueing the wrong css file on the preview page.
1.7.1
Fixed conflict with minifiers because of @import statements in forms.css.
1.7
Fixed issue with jQuery tabs creating a Javascript error on the form editor page when using WP 3.6 beta.
Added language attributes to the preview page's html tag.
Fixed issue with entry limit and form scheduling validation on preview page not displaying the appropriate message.
Added div wrapper element with class name gf_submission_limit_message to submission limit message so it can be styled more easily.
Added improved right to left (RTL) language support for the admin, preview page and front end.
Added Gravity Forms specific classes to the dashboard widget to allow user styling.
Fixed issue causing legacy notifications to be reloaded after all notifications are deleted.
Updated form settings submenu style to avoid issue where menu is hidden before it can be selected.
Updated update_lead() function so that it updates the cached lead.
Fixed GFFormsModel::gform_get_meta_values_for_entries() when $entry_ids is empty.
Updated gfMergeTags class to trigger input's change event after tag inserted.
Fixed issue with form settings submenu hiding before mouse can move to it.
Fixed error when trying to resend entry notifications when no conflict mode is on.
Fixed bug in adminonly fields that were set to be dynamically populated from the querystring.
1.7.beta2
Fixed issue with calculation fields on currencies that use a comma as the decimal separator.
Updated Zip to ZIP.
Updated send_notifications() function to accept single path attachments (previously only supported arrays).
Added support for WP Editor merge tag icons and applied to the Notification message textarea.
Moved GFNotificationsTable to notifications.php.
Fixed issue preventing modifications done from the gform_entry_post_save filter to not be available on notifications.
Added gform_entry_post_save filter to allow entries to be filtered after being saved.
Fixed issue where when accessing a new form and not adding any fields, unsaved changes notification is still triggered.
Fixed issue where "text" confirmations were having confirmation message replaced with default message when upgrading to 1.7.
Moved notification functions form form_settings.php to notifications.php.
Renamed the hook gform_confirmation_before_save -> gform_pre_confirmation_save.
Fixed issues with notification tooltips.
Fixed issue with preview page returning a 404 on sites where wordpress is running in a subfolder.
Removed the gform_before_form_settings_update javascript hook; use the gform_pre_form_settings_save php hook instead.
Renamed the javascript hook gform_before_form_editor_update -> gform_pre_form_editor_save.
Renamed the hook gform_notification_before_save -> gform_pre_notification_save.
Renamed the hook gform_before_email -> gform_pre_send_email.
Removed debug statement which caused a javascript error to be thrown in Internet Explorer when switching forms in the editor.
Fixed issue with calculated products not saving their values correctly.
Fixed conflict with Custom Post Types plugin causing JS errors.
Added mt-prepopulate class to "Default Value" setting on form field Advanced tab so the Merge Tag drop down does not include form fields.
Fixed issue with custom jQuery UI stylesheet being enqueued when file did not exist.
Added gform_admin_pre_render hook to notifications edit page.
Changed the form actions submenu hover class to make it more generic and applicable to all submenus.
1.7.beta1
Fixed issue with notifications being sent with extra padding.
1.7.alpha2.2
Fixed backward compatibility of the gform_form_actions filter.
Added GFCache class to common.php and changed GFFormsModel::get_lead_field_value() and GFCommon::is_section_empty() to use GFCache.
Fixed backward compatibility of the gform_custom_merge_tags filter.
Added group labels to new merge tag list.
Updated form settings to have gform_pre_form_settings_save filter and removed separation of standard and advanced settings.
1.7.alpha2.1
Updated Form Field title to be marked as required on new form creation modal.
1.7.alpha2
Moved legacy confirmation settings hook so that it is above the submit button.
Updated form settings menu (in form actions list) to match functionality for form settings menu in toolbar.
Updated conditional logic to be required for non-default confirmations.
Fixed issue where error icon was still displaying next to form title on new form modal.
1.7.alpha1
Fixed no-conflict scripts.
Cleaned up datepicker UI.
Added tooltip to merge tag icon.
1.7.dev7
Added caching to get_lead_field_value, is_section_empty and is_field_hidden to improve performance on long forms.
Fixed js issues when in no conflict mode.
Changed GFFormsModel::search_leads and GFFormsModel::count_search_leads to support searching across all forms (form_id = 0).
1.7.dev6
Fixed issue with radio button Other choice not maintaining text when the form has conditional logic.
Fixed javascript errors being thrown when Gravity Forms set to No Conflict Mode.
Fixed issue with phone field not honoring the "No duplicate" field setting when phones are formatted slightly different.
Updated form settings page to not run filter gform_editor_js.
1.7.dev5
Added hook for changing args when getting all categories for post category fields.
Added animation to form settings sub sections.
Added the $form_id parameter to GFFormSettings::get_tabs($form_id) so tabs can be added conditionally. e.g. only show Quiz Settings when there's a quiz field on the form.
Changed GFCommon::$errors from private to public because it's now used in GFFormSettings::get_confirmation_ui_settings().
Added GFFormsModel::search_leads() and GFFormsModel::count_search_leads().
1.7.dev4
Fixed potential security hole on form_display.php by using json_encode/json_decode instead of serialize/unserialize.
1.7.dev3
Updated form editor UI.
1.7.dev2
Re-added jQuery event trigger 'gform_load_form_settings' for backwards compatibility.
Added new JS filter 'gform_is_conditional_logic_field' to the form editor page.
Added support for resending notifications using the new notification structure.
Added form setting hooks to form editor page.
Added new JS filter 'gform_before_form_editor_update' to the form editor page.
Added new JS filter 'gform_before_form_settings_update' to form settings page.
Fixed issue with City sublabel having a dot in the ID attribute instead of an underscore.
Fixed issue with wpList script in WP 3.5 causing entry list trash and spam links not to work.
Updated form button UI to include text on WP 3.5+.
Updated gform.doHook function to call functions via window.
Fixed several styling issues with GF editor.
Added auto-focus to form title field when new form modal launched.
Added correct tabbing sequence for new form modal fields.
Added "Settings" link to Form Settings submenu.
Fixed issue with notification displaying validation errors where created with "Send To" set to "Field".
Fixed styling issues on entry detail page.
Updated import/export pages to use new vertical tab format.
Fixed issue where notifications of type field were not being sent.
Fixed issue where confirmations were not in the legacy format when processing continues from PayPal.
Fixed issue where checking "show values" option on multi-choice fields was generating a JS error.
Updated "Max Characters" field to only allow numbers to be entered.
Updated post creation to not fire Buddy Press' save_post function until the post data is complete.
Added new filter gform_post_status_options to allow addition of custom post status in field's post status setting.
Fixed issue where commas in checkbox post custom field fields with commas in the label/value resulted in multiple post meta values for a single checkbox value.
Updated confirmation settings ui and code to load editing into new page, removed functions no longer called.
Added confirm message when deleting a field or modifying/deleting a field choice that is depended on for conditional logic.
Updated loop in get_calculation_value to be a foreach loop to eliminate an extra time through when filter was set to false.
Added support for removing notifications.
Added support for handling admin messages.
Miscellaneous clean up.
Updated location of notification messages on the edit page to be under the page title.
Updated confirmations UI to better match new GF UI direction.
Added new filter gform_pre_validation to allow add-ons to modify the form object before validation.
Added new action gform_view to allow add-ons to add new views to the gf_edit_forms WordPress admin "page".
1.7.dev1
Added is_default_column to the gform_entry_meta filter allow developers to define default columns for the entry list.
Fixed a warning notice with gform_get_meta when no key is found.
Added gform_field_added and gform_field_deleted jQuery event actions.
Fixed an issue which was causing gform_update_meta to insert multiple values for the same key.
Added gform_entry_meta filter to allow developers to add custom propeties to the lead object. Allows lead meta data to be added as sortable columns to the entry list and export entries file. Added the following functions to assist: GFFormsModel::get_entry_meta(), GFFormsModel::update_entry_meta(), GFSelectColumns::get_selectable_entry_meta, GFExport::get_entry_meta() and gform_get_meta_values_for_entries($entry_ids, $meta_keys)
Added RGFormsModel::get_leads_where_sql() function to assist with get_leads() queries.
Fixed sending admin notifications with conditional routing when using PayPal's option to only send when payment is received.
Fixed register link on multi-site; goes to primary site's Form Settings.
Fixed notice (Undefined index: gforms_enable_akismet) when saving Form Settings and Akismet not installed.
Fixed 1000 character string limit for emails.
Updated Chosen script to its latest version (0.9.8).
Fixed issue with Section break being displayed on {all_fields} even when marked as Admin Only.
Fixed issue with duplicate validation taking trash entries into account.
Added extra parameter to gform_merge_tag_filter hook.
Added hook: gform_register_init_script - Used to initialized init scripts via the add_init_script() function.
Fixed issue with conditional logic reset default value function which set drop down value to non-existant option resulting in JS errors.
Updated gform_field_values field to use esc_attr as additional prevention of cross-site scripting.
Fixed notice generated by hierarchical post categories.
Fixed issue where quantity was counted as 0 when a product's quantity field was hidden via conditional logic.
Fixed issue with database permission error message.
Fixed issue with static methods not being declared as static.
Added calcObj to parameters passed in gform_calculation_result() user function.
Added gform_price_change js event, triggers when any pricing field is modified.
Added gform_calculation_formula hook, allows modification of formula prior to calculation.
Fixed bug for multi-page ajax forms with progress bar starting at zero that are sent to PayPal Standard.
Fixed bug in get_credit_card_init_script that caused javascript error when Force SSL was turned on.
Fixed bug for when a calculated value was zero and it did not show in the email notifications or on the confirmation page.
Added Spanish translation file.
Fixed warning thrown in has_conditional_logic when $form["fields"] is empty.
Updated "Edit Forms" menu navigation/page to be "Forms".
Fixed conflict with some popup scripts (i.e. FancyBox) that caused the spinner to be displayed twice.
Updated AJAX calls using sack and jquery to not pass along a cookie because this caused the loading of admin-ajax.php to be aborted for some users.
Updated the display of the name of uploaded files to be escaped to prevent security issues.
Fixed notice when max_label_size was not defined.
Fixed issue where fields that are not on the last page of a multi-page form and are marked to not allow duplicates were not going through duplicate validation.
Updated Settings UI.
Added gform_entry_detail_sidebar_before hook to allow text to be added before the first sidebar box on the entry detail page.
Added gform_entry_detail_sidebar_after hook to allow text to be added after the last sidebar box on the entry detail page.
Added gform_entry_detail_content_before hook to allow text to be added before the main content on the entry detail page.
Added gform_entry_detail_content_after hook to allow text to be added after the main content on the entry detail page.
Added gform_append_field_choice_option_{field type} JS hook to allow additional options for each choice.
Added gform_load_field_choices JS hook to allow help text to be displayed below the choices.
Added gform_export_field_value filter to allow the value to be filtered during export.
Added gform_print_styles filter to allow styles to be included in the print entry page.
Added gform_export_fields filter to allow fields to be added/modified during export.
Added GFExport::add_default_export_fields($form) to refactor a fragment of duplicate code.
Added gform_choices_setting_title filter to allow the choice setting title to be changed.
Added gform_import_form_xml_options filter to allow add-ons to declare arrays during the import process.
Updated entry export to prompt user when no fields have been chosen.
Fixed notice "Undefined index: gf_form_id" displayed when exporting forms and no form chosen.
Added gform_form_settings filter to allow the settings displayed for a form to be changed (added, removed, modified).
Added support for adding merge tag autocomplete.
Added support for the new notifications/confirmations form meta format for importing and exporting forms.
1.6.4.5.11
Fixed issue where only section headers were displaying in email notifications when using a multi-select with conditional logic.
1.6.4.5.10
Added filter to allow new choices to be filtered. Initially to support the Polls Add-On.
Updated GFEntryList::get_icon_url() function to be public.
1.6.4.5.9
Fixed issue with conditional logic when using "is not" as the operator.
1.6.4.5.8
Updated field editor so that fields can only be dragged from the title bar.
1.6.4.5.7
Added drag and drop sorting functionality to selection field choices.
1.6.4.5.6
Fixed security vulnerability with password field.
Fixed conflict with Tabbed Widget plugin that caused the widget page to throw Javascript errors.
1.6.4.5.5
Fixed issue with field_values not being saved across AJAX validation failures.
Added Hungarian translation.
1.6.4.5.4
Replaced }) with } ) to alleviate conflict with some themes that replace }) with ].
1.6.4.5.3
Added space between multiselect values on entry list view.
Fixed issue on confirmation page causing malformed markup and preventing progress bar from being displayed properly.
Added Swedish translation.
1.6.4.5.2
Fixed issue where submissions (entries) could be created on forms that did not exist or that were inactive.
1.6.4.5.1
Fixed issue with number field calculation not rounding correctly when entry is saved.
Added gform_shortcode_$action filter to allow Add-Ons to implement shortcode actions.
Fixed issue with total not being calculated on forms with animation and next button conditional logic.
Fixed issue with conditional logic value reset with pre-populated fields.
1.6.4.5
Fixed issue with conditional logic on jQuery 1.6.1 under certain circumstances.
Fixed issue where required quantity on single, hidden and calculation products did not accept "0".
Added logging infrastructure and a few log messages around multi-page file upload.
Fixed issue where inputs did not have calc events bound to change event.
Fixed issue where required quantity on single, hidden and calculation products did not accept "0".
Fixed issue with input mask not properly clearing value when form was submitted via the Enter key.
Fixed issue with gform_product_info being added to meta even on non-product forms.
Fixed issue with default post category not being properly set.
Updated "GFCommon::is_post_field()" to be a public method (for use in User Registration Add-On).
Fixed issue with number field failing validation when field was configured with commas for decimal separators.
Fixed issue with calculation not supporting the field number format setting.
1.6.4.4
Fixed issue with get_product_fields() function caching product fields for pre-submission entries (ones without an ID).
Fixed issue with credit card field not updating card type as the card number is entered.
Fixed issue with init scripts being executed more than once.
Fixed issue with gf_global not being output on certain situations.
Fixed issue with post not being associated with entries.
Fixed some notice messages.
1.6.4.3
Fixed issue with notification url not accepting port number and cleaned up trailing slash and question mark when not necessary.
Fixed issue with shipping being displayed even when shipping is hidden by conditional logic.
Fixed issue with slow conditional logic on certain situations.
Added "create_lead()" function to allow creation of lead object prior to actually saving the lead.
Fixed issue with checkbox field reverting back to default selections after form is submitted.
Fixed issue with payment amount being displayed on entry details for payments of $0.00.
Fixed issue causing long entry values to not be displayed when server's localization changes the number format.
Fixed issue with quantity fields not updating total on blur.
Fixed issue where "No duplicates" option was not working on calculated fields on values above 999.
Fixed issue where jQuery prop function was not returning elem/value.
Fixed misc notices.
Added constant for min wp version and updated min version error to use this.
Fixed issue where hidden fields were not triggering calculation event.
Fixed an issue with character counter throwing errors when configured on admin only fields.
Fixed issue with shortcodes being executed as part of the post body template.
Fixed issue with default values being reset on forms with conditional logic.
Updated how gf_global js object was being enqueued and output to work around wp3.2 wp_localize script limitation.
Fixed issue with conditional logic when using the post category checkbox field as a target.
Fixed issue with no conflict mode blocking scripts for any ajax call.
Fixed issue with option and quantity fields not being properly re-assigned to another product field when the product field they are assigned to is deleted.
Added validation to prevent option and quantity fields from being added to the form without a product field.
1.6.4.2
Fixed issue with website validation not allowing port numbers to be entered.
Added override for jQuery "prop" method which defaults to using attr if prop not available.
Updated AJAX .submit() call, removing extra event data parameter that caused a conflict with some scripts.
Fixed issue with field calculation not taking fields hidden by conditional logic into account.
Moved Cardholder name under the expiration date on credit card fields.
Fixed issue with post image size merge tag drop down not saving its value properly.
Fixed issue where field calculations were not triggering conditional logic.
Fixed issue with {all_fields} displaying duplicate values.
Fixed issue with No conflict mode not enqueueing gravityforms.js on the form editor.
Updated Single Product field so that the field label is changed to match the pre-populated product name.
Fixed issue with Forms menu overriding other custom post type menus.
Fixed issue where number fields in HTML where chocking on comma-formatted numbers.
Fixed issue on form editor for forms that had hidden product fields.
1.6.4.1
Fixed issue with conditional logic throwing a javascript error.
Fixed issue with price calculation rounding.
1.6.4
Fixed issue with notification failing when a comma separated list of emails was entered with spaces in between emails.
Fixed quantity validation so that it does not allow decimals.
Fixed issue with chosen script not being enqueued properly when form had conditional logic.
Fixed validation issue with quantity field that didn't honor the min/max setting.
Removed "Enable calculation" option from quantity field.
Added step='any' attribute to number inputs when HTML5 is enabled.
Fixed javascript error on AJAX forms with credit card field.
Added id attribute to anchor.
Fixed issue with the WordPress HTTPS plugin integration.
Added new entry information fields to the entry export field list.
Updated conditional logic and merge tag drop downs so that a width is specified instead of truncating the value.
Fixed issue on notification merge tag drop down wrapping to next line when field labels were long.
Fixed issue with hidden product not taking quantity into account when calculating total.
Fixed issue with hidden product field preventing quantity from being populated dynamically.
Fixed issue with entry detail page not loading the entry that was clicked on entry list page.
Updated inline js so that it is now "enqueued" and consolidated into a single script block tied to the 'gform_post_render' event.
Fixed admin display issue with the bulk-add modal panel in Chrome.
Fixed warnings when nl2br used on array.
Added new choices for conditional routing to administrator notifications (greater than, less than, contains, starts with, ends with).
Updated notification wysiwyg styles in admin.
Fixed issue with form editor not allowing users to uncheck the "Set as Post Image" checkbox.
Fixed issue where errors would be displayed when a "starts with" conditional logic was configured without the actual "starts with" value.
Fixed issue with quantity field being recorded as . when a value is not entered.
Fixed issue with a "Select Format" option appearing in the quantity field's number format option for newly created fields.
Added gform_entry_page_size hook to allow users to specify the page size on the entry list page.
Updated the form editor so that the max characters option on single input field is hidden when input mask is enabled.
Updated checkbox field so that it can be pre-populated using an array in addition to a comma separated list.
Fixed notice for $read_only variable.
Fixed notice for postStatus.
Added support for calculations in Number field.
Added Calculation product type.
Added [gravityforms action="conditional"] shortcode.
Added support for showing lead on entry detail when LID or POS are passed. Always third parties to link directly to leads.
Implemented support for {Product Name:1:qty} merge tag to allow the quantity of product fields to be returned via a merge tag.
Fixed issue with {all_fields} merge tag when using post category fields as target of conditional logic.
Added gform_recaptcha_init_script filter to allow changes to the recaptcha init screen.
Added support for {Total:1:price} merge tag to allow total to be formatted numerically.
Fixed issue of no results displayed when viewing a form that has a paged entry list and switching to a form that does not.
1.6.3.1.2
Fixed notices in form widget and when enabling no-conflict mode.
Fixed issue with entry list throwing database errors when sorting while filtering by starred or unread.
Fixed javascript error on form editor for IE7/8.
Fixed issue with entry detail page displaying an error when query string "pos" wasn't specified.
1.6.3.1.1
Fixed bug with Post Category merge tags.
Fixed issue when AJAX forms getting displayed blank.
Fixed issue with product fields being added to entry even though they were hidden by conditional logic.
1.6.3.1
Fixed bug with conditional logic when applied to checkboxes.
Fixed issue where entry limit.
1.6.3
Fixed issue where entry limit was not being validated on form submission.
Fixed issue where form schedule was not being validated on form submission.
Added no-conflict mode functionality.
1.6.3.beta2.4
Fixed issue with spinner when multiple forms are placed on the same page.
Fixed issue with AJAX multi-form not being displayed on some occasions.
Fixed issue with email validation when using {admin_email} on notification emails.
Added integration with ManageWP.
Fixed deprecated PHP functions.
1.6.3.beta2.3
Updated pricing fields so that they don't support the "Admin Only" option.
Fixed issue with reCaptcha not changing languages properly.
1.6.3.beta2.2
Fixed issue when clicking on "enable values" in admin throwing javascript error; function SetFieldChoices was missing.
Fixed issue with non-customer facing error when there was no attachment.
Fixed issue with with submit button text always using default text.
1.6.3.beta2
Fixed issue when applying conditional logic to the submit button.
Fixed issue with non-translatable strings in JS files.
Added merge tag support for HTML fields.
Added hook to enable attachments to be added to notifications.
Updated POT file.
Added total entries to dashboard widget.
Added filter to customize dashboard widget title.
Fixed issue with dashboard widget table breaking outside of container.
1.6.3.beta1
Fixed issue with post author not being correctly set for posts configured to be created after payment is received.
Updated conditional logic to support other types of operation and other types of fields.
Updated search in admin to maintain the filter (starred, unread, spam, trash) so the filtered results you are viewing are what is searched.
Added field type (Multi Select, Drop Down, Radio, Checkbox) support to Post Category field.
Updated single product field so that its quantity is defaulted to 1 when the quantity field is disabled.
Fixed notices in export and notification page.
Added setting to enable/disable Akismet.
Removed CDATA from scripts to prevent JS error on some browsers due to a character replacement done by WP core.
Added hooks to enable CDATA wrapping.
Fixed issue with Date field not honoring the "No Duplicate" setting and allowing duplicate dates to be entered when they shouldn't.
Fixed issue with custom confirmation not working properly on AJAX forms.
Added back button to entry detail pagination.
Added pagination on entry detail page.
Fixed WP3.3 bug with {user:***} merge tag.
Fixed issue with chosen script initialization when field is target of conditional logic.
Added support for {admin_email} merge tag and using it as the default value for notifications instead of the actual admin email.
Updated admin paging total to not include items in the trash.
Updated admin paging links so that when an item is moved to the trash using the link, the counts are updated as necessary to reflect the change.
Updated admin paging links so that when an item is marked spam using the link, the counts are updated as necessary to reflect the change.
Fixed admin paging so that the filter carries through to the next page.
Fixed admin paging so that the counts displayed apply to the entry list you are viewing (all, unread, starred, spam, trash).
Added gform_akismet_enabled hook which allows you to disable akismet integration.
Updated enqueue and print scripts functions to always include jQuery, allows gform_post_render js hook to be accessible even when GF not using it.
Added 'eventName' parameter to ajaxSpinner submit event to allow third party integrations to target this specific event.
Added $ajax parameter to 'gform_pre_render' hook.
Updated field type menu on form editor page to prevent it from overlapping the form toolbar when a notice is displayed.
Fixed issue with textarea and input mask script on AJAX forms.
Fixed issue with multi-select fields on AJAX multi-page forms.
Updated progress bar to start at 0%.
Added ability to turn on/off progress bar and set completion text when displayed with the confirmation text.
Added gform_progressbar_start_at_zero hook to set progress bar back to previous behavior.
Added functionality to store a static copy of the product info when the entry is created.
Updated Really Simple Captcha to set a tabindex.
Fixed notice occurring when 'postFormat' property of form object was not present.
Added TinyMCE editor to notification page.
Fixed issue with main Gravity Forms permission that prevented the Forms menu from displaying the first time a new user logged in.
Fixed issue with Simple Captcha field not validating because of an extra "input_" in the input's ID attribute.
1.6.2
Fixed issue with uploaded files not being properly deleted on multi-site installs.
Updated thickbox enqueuing so that it is done conditionally when WP < 3.3, since the conflict between thickbox and the UI tabs have been fixed in WP 3.3.
Fixed issue for ReallySimpleCaptcha with image/color display when changing size/font/background colors.
Fixed issue with preview link that is displayed after creating a new form.
Fixed notice messages.
Fixed link for reCaptcha sign-up.
Changed the way that the preview, print entry and column selection pages are requested so that they run within the WordPress page cycle instead of being called directly.
Fixed issue with {all_fields:admin} not displaying admin labels for Single Product fields.
Fixed issue with blank sections being displayed on {all_fields} merge tag.
Fixed issue where content templates would return empty when a "0" was passed.
Added gform_replace_merge_tags hook which allows for the replacement of custom merge tags.
Added gform_custom_merge_tags hook which allows for the inclusion of custom merge tags wherever merge tag drop downs are generated.
Added gform_entry_created hook which fires immediately after the lead has been created but before any lead specific functionality has processed.
Added gform_form_actions hook which allows the modification of existing form actions and addition of new form actions.
Fixed issue with activation throwing errors when trying to remove old indexes.
Fixed issue with Pricing fields displaying as $0.00 for text formatted notifications.
Updated issue where selecting "None" for Paging Progress Indicator option was not being re-populated correctly after updating the form.
Fixed issue with user defined price field not accepting $0.00 as a valid value.
Added ability to go back to a specific page when form validation fails.
Fixed issue with radio button and checkbox pricing fields storing the selected items even when they had blank prices.
Fixed issue with escaping causing javascript errors on the entry list when language is set to French.
Updated the color_picker function in the GFFormDetail class to public (so Add-Ons can access it).
1.6.1
Fixed issue with form preview returning a 404.
Fixed issue with credit card field not escaping translated text properly and causing issues with French translation.
Updated gform_allowable_tags filter to run on every field including post fields.
Fixed issue with form export including the node for non credit card fields.
Fixed issue with gform_save_field_value filter not accepting values greater than 200 characters.
Fixed issue with last field in the form being saved with the value of the total field.
1.6
Added additional version-specific IE browser classes to gform_wrapper.
Removed json.php. Using WordPress JSON class instead.
Fixed issue where blank post meta keys are created when empty value is submitted.
Added support for running Gravity Forms setup from settings page based on "setup" query string. (ie. ?page=gf_settings&setup).
Fixed issue with radio buttons when using jQuery 1.6.4 (WordPress 3.3).
Fixed issue with post images getting saved in a wrong folder (based on the date of the embedded post/page instead of the newly created post).
Fixed debug notice messages.
Added support for merge codes :label to allow field labels to be conditionally written to the outputted only when the field has a value.
Fixed issue with Post Format not being selected correctly in the form editor.
Added hook on preview.php file to enqueue custom styles.
Added Primary key to wp_rg_form_meta and wp_rg_lead_detail_long tables.
Fixed issue on checkbox merge tag when targeting specific checkbox item.
Added support for :currency and :price modifier on pricing merge tags.
Updated tooltip script printing so that only tooltip specific scripts are printed when calling wp_print_scripts();.
Updated gform_confirmation_anchor hook to affect AJAX forms and provide option for AJAX forms that allows you to specify an integer for the scroll position.
Fixed issue with thickbox script on upcoming WP 3.3.
Fixed issue with Post Custom Field (Date field type) not honoring date format when storing post meta.
Updated editor "Update Form" button to do a full refresh instead of AJAX.
Fixed issue with formatting and total calculation of the Swiss Franc currency.
Added ID attribute to the "Add Form" link.
Dynamically calculating WordPress root directory on files that are loaded outside the WP context (i.e. preview.php, select_columns.php).
Added gform_post_render javascript hook to functions to bound to every form render on AJAX enabled forms.
Added support for additional date formats.
Fixed conditional logic issue on multi-page forms when AJAX is turned on.
Fixed issue where the full list of radio and checkbox items were displayed in the admin after editing a choice.
Fixed erroneous single quote from AJAX inline script block.
Fixed issue with conditional logic fields not making into notification email when sending notification after payment is made.
Added gform_allowable_tags hook to allow enabling HTML or specific HTML tags for submitted data.
Added browser class to gform_wrapper
Added a form specific class to the confirmation container. "gform_confirmation_message_FORMID".
Fixed issue where adding any post field to a form prevented the form from saving if Post Formats were not supported.
Fixed problem creating warning messages on radio button fields.
Added extra classes to pagination steps.
Updated form editor UI.
Added Mask setting to Text Field.
Fixed markup on form list page causing WP footer to overlap with long form list.
Added form advanced setting to require user to be logged in to view form and a configurable message.
Added re-send notification functionality to entry list and entry detail page.
Added Print to list of bulk action operations so that multiple entries can be printed at once.
Added hook to change separator of entry export file.
Added "Other" option to radio button field.
Added tab index to shortcode and function to specify starting tab index.
Added CDATA around scripts to ensure valid HTML.
Updated shortcode wizard to remove square brackets( [ ] ) characters from form name when placed in the shortcode.
Added duplicate field functionality.
Added update message for bulk actions on entries list page.
Added post format setting to main post fields (title, body).
Added option to set post image field as a featured image.
Added default value settings to simple name field.
Updated default price for options to $0.00 price instead of blank.
Added visibility setting to product fields so that they can be hidden.
Added trash and spam functionality.
Added integration with Akismet.
Fixed conditional logic problem when target values have single quotes.
Fixed number field validation.
Added support for 24 hour time on time field.
Added Date drop down type to date field.
Added new gform_after_submission hook that fires early in the process and deprecated gform_post_submission.
Enhanced Limit entry option to allow (per day/week/month/year).
Added hidden product field.
Added list field type.
Updated file upload field to increase security.
Added lookup by form name on gravityform shortcode.
Added checkbox merge variable to return a comma separated list of selected items.
Updated product fields to improve pre-population via hooks.
Added new easier to use field validation filter.
Updated entry detail and notification emails to hide section break when all fields in that section are blank.
Added validation so that option field does not get added to a form without a product field.
Added hook for single product sublabels.
Added support for merge tags in confirmation URL redirect field.
Added checkbox input type to Post Custom Field.
Added an option to send emails in text format.
Added rg_lead_meta table to be used by Add-On developers.
Removed donation field button (still providing support for existing donation fields).
Added option to use the "chosen" script on drop downs.
Added multi-select field.
Added multi-select field as input type for: Tag, Custom Field.
Added checkbox (comma separated) to entry list.
Added ability to save a predefined choice from the bulk add screen.
Added list field to custom post field.
Added hook for list field column.
Added description placement setting (top label only).
Added new merge tag for displaying Admin labels on notifications(create {all_fields:admin_label} and make it more flexible).
Fixed issue with gform_notification_format filter not passing all of the parameters correctly.
1.5.2.10
Fixed issue with checkbox variable replacement creating a warning message.
1.5.2.9
Replaced dot(.) in the state field ID with underscore.
Disabling product state validation if field is configured for dynamic population.
Marked build_lead_array() function as public to allow developers to call it when performing custom entry queries.
1.5.2.8
Added gform_product_total] javascript filter to allow custom total calculation.
Added gform_product_info filter to allow manipulation of the product list.
Removed custom class from field when displayed in the form editor.
Implemented gform_address_display_format on form display.
Fixed formatting issue with address field when state field was hidden.
Replace dot (.) in complex field's input IDs with underscores to prevent CSS problems when targeting the input.
Added gform_print_entry_header and gform_print_entry_footer hooks to allow users to add custom headers and footers in the Print Entry screen.
Added CSS rule to prevent a reported display issue where button panels were cut off by the container overflow in the form editor.
Fixed javascript error on drop down shipping fields when using WP 3.2 RC1.
Fixed issue with Post Custom Field template not saving value correctly.
1.5.2.7
Fixed issue with drop down fields hidden by conditional logic getting sent in notifications.
1.5.2.6
Added rgobj() function to better handle retrieving properties from objects.
Added new hook gform_default_notification to allow the default admin notification for new forms to be disabled.
Fixed localization issues on a few strings.
Updated POT file.
1.5.2.5
Adjusted website field so that if the default value of "http://" is left in the field, it is saved as a blank value.
Fixed issue with shortcode wizard adding shortcode to wrong the tab.
1.5.2.4
Changed entry export so that entry date is timezone aware.
1.5.2.3
Updated jQuery attr("checked"), attr("disabled") and attr("selected") statements for compatibility with jQuery 1.6.
Fixed issue with form editor throwing errors on WP 3.2 on forms without page breaks.
Changed Print Entry page so that Admin labels are used when appropriate.
Added "gfield_contains_required" class to main
when it contains a required field.
Fixed issue with checkbox option fields displaying blank options in the admin and PayPal.
Added Greenland to the list of countries.
1.5.2.2
Changed form action to a relative path instead of full URL.
Removed TwentyTen theme-specific styles from forms.css.
Minor updates to admin.css.
1.5.2.1
Updated jQuery property selector to include quotes.
Removed 'href' attribute from 'Edit' link to resolve IE issue where it triggered the onBeforeUnload event.
Updated admin styles to make 'Close' link cursor display as a pointer.
Added gform_admin_pre_render hook to fire on Form Editor view.
Added renewal reminder to admin notifications.
Removed Category ID from category variable replacement.
Fixed issue with back-slashes being removed when saving entry.
Added gform_get_input_value hook to replace gform_get_field_value.
1.5.2
Updated reCAPTCHA API file.
Fixed issue with Post Category fields storing the wrong post when sub categories have the same name.
Fixed issue with Post Category field not displaying all categories in the form editor.
Fixed issue with drop downs not keeping selected item upon validation error when value is set to 0 (zero) and other item is selected by default.
Fixed issue with number of entries being written to the export files.
Fixed javascript error on Form Editor when "Enable Content Template" is checked, but nothing is entered in the template field.
Added JS escaping to prevent javascript error on Form Editor when translated AJAX error messages contain a single quote.
Fixed issue drop downs not keeping selected item upon validation error when value is set to 0 (zero).
Fixed issue with price calculation when conditional logic animation was enabled.
Added gform_validation_error in wrapper div when form fails validation.
Updated POT file.
Fixed error caused by GFCommon not being included when calling enqueue_function from functions.php.
Updated Portuguese translation file.
Added gform_delete_lead hook.
Fixed problem with exporting/importing routing rules.
Fixed issue with product field validation when using Euro as currency.
1.5.1
Fixed problem with getting embed_post for {custom_field} variables.
Added rules to forms.css file to reset unordered list styles to defaults inside HTML blocks.
Cleaned up Notice messages.
1.5.0.2
Updated GFFormsModel::get_forms() to sort by "title ASC" by default.
Added autocomplete="off" to honeypot field when HTML5 is on.
Added shortcode support to entry limit and expired form messages.
Updated POT file.
Fixed File Upload and Post Field bug deleting field data when editing entry.
Fixed typo in validation message.
1.5.0.1
Localized string "of" in character counter message.
Fixed issue with option field where checkbox and radio buttons items where not getting refreshed when the + and - button were clicked.
Fixed issue with currency formatting for currencies with commas as decimal points.
Added form specific version of gform_validation hook.
Fixed issue with gform_unique_id not escaping result before displaying.
1.5.RC7
Added "Disable Auto-formatting" option to form confirmations.
Added "Reset Views" and "Delete Entries" to the form list bulk action drop down.
Added "Settings" link to the plugins page.
Removed Thesis (theme) specific CSS rules from default forms.css file.
1.5.RC6
Added styles to admin.css for new toolbar element.
Implemented toolbar on Form editor, Notification and Entry list pages.
Added gform_countries filter to allow manipulation of the address field's country list.
Added gform_duplicate_message filter to allow customization of the default duplicate value validation message.
Populating content templates with the field's variable by default (applies to Post Title, Post Body and Post Custom Field).
Fixed issue with Single Product and User Defined Product not displaying the Rule Settings.
Implemented Renew section on Settings page.
Limiting the number of items displayed in the admin for checkbox and multiple choice fields.
Fixed issue with user defined product field not formatting the entered value as currency.
Fixed issue with form action attribute including port twice.
Using label instead of value for {all_fields} variable.
Allowing HTML for checkboxes and radio button items.
1.5.RC4.2
Fixed issue with the tab index on single product fields.
Cleaned up some debugging notices.
Fixed issue with donation field not accepting price input.
1.5.RC4.1
Fixed issue with gform_anchor_confirmation hook where hook was not working when form ID was specified.
1.5.RC4
Fixed issue with {all_field} variable replacement ignoring fields that had the value "0" in them.
1.5.RC3.15
Fixed issue with Post Custom Field (File upload) not working properly on multi-page forms.
Fixed Javascript error when clicking Next on a multi-page form with conditional logic.
1.5.RC3.14
Fixed issue with Next Button conditional logic not firing properly.
1.5.RC3.13
Fixed issue with post image field not uploading images with spaces in the file name.
Fixed issue with post image field not displaying images with single quotes in the file name.
1.5.RC3.12
Fixed issue with currency conversion on currencies that use comma as a decimal separator.
Suppressing confirmation div when confirmation text is empty.
1.5.RC3.11
Fixed jQuery error when using AJAX.
Fixed an issue with the AJAX spinner image that wasn't getting displayed and was throwing errors on Chrome.
Fixed issue with password field not maintaining state after failing validation.
Fixed issue with AJAX forms not displaying validation errors.
Added password strength CSS classes.
Removed empty forms_widget.css file.
Fixed issue with image button not submitting the form when a target of conditional logic.
Fixed javascript error when trying to delete a file upload field on a non multi-page form.
1.5.RC3.10
Fixed issue when converting text to a number when there were more than 2 decimal cases.
1.5.RC3.9
Moved form processing code to from the "wp_loaded" hook to the "wp" hook in order to make sure the global $post variable is available.
1.5.RC3.8
Fixed issue with page conditional logic throwing a javascript error.
Added form tag action to current page to prevent HTML5 validation errors.
1.5.RC3.7
Fixed issue with product fields (checkboxes) failing state validation on items after the tenth in the list.
1.5.RC3.6
Fixed issue with donation field failed required validation even with a valid value.
Fixed CSS issue with Honey pot and multi-page forms.
1.5.RC3.5
Fixed issue with product field failing state validation on some scenarios.
1.5.rc3.4
Fixed issue with multiple choice field default selection.
1.5.rc3.3
Fixed issue with the message on the Plugin page on WP 3.1.
1.5.rc3.2
Changed product selection fields so that an item with empty price triggers the required field validation and acts as if no product was selected.
1.5.rc3.1
Renamed gform_field_value filter to gform_get_field_value.
Added gform_get_field_value filter to entry_list.php.
Added gform_save_field_value to RGFormsModel::save_input().
1.5.rc2.6
Added gform_field_value filter to RGFormsModel::get_lead_field_value();.
1.5.rc2.5
Fixed issue with file upload field not maintaining uploaded file after failing validation.
Fixed issue with file upload field not uploading files when previous file upload field was left blank.
1.5.rc2.4
Fixed issue with file upload field failing required validation on a multi-page form even when a file has been uploaded.
Fixed issue when importing a form with empty pagination page names.
Fixed conditional logic issue generating a JS error.
1.5.rc2.3
Added gform_entry_field_value to allow users to manipulate field values before being displayed on the entry detail screen.
Updated admin.css file to fix and issue with Google Chrome 9 beta.
Updated forms.css for better "ready class" support - added "clear:both" rule to containing list items for proper float clearing.
1.5.rc2.2
Fixed issue with the conditional logic script not being enqueued properly.
1.5.rc2.1
Fixed issue with the conditional logic script not being enqueued properly.
Created function to enqueue scripts manually.
Fixed issue causing product fields to be deleted when editing entries.
1.5.rc2
Fixed issue with drop down product fields not being able to be populated dynamically.
Updated CSS for advanced fields - improved vertical alignment with existing fields and new ready classes.
1.5.rc1.2
Fixed issue with AJAX submission creating nested form tags.
1.5.rc1.1
Added gform_page_loaded Javascript hook that gets fired when going from one page to the next in a multi-page form.
Removed password field from being displayed with the {all_field} variable.
Fixed issue with AJAX submission creating nested form tags.
1.5.rc1
Fixed issue with widget not enqueuing the correct scripts.
Fixed issue with pricing fields not calculating total correctly for donation fields.
Fixed issue with checkboxes not being pre-populated via query string.
Fixed issue with {embed_post} variable.
Added new "gf_inline" ready class for inline field layouts.
Several CSS revisions & improvements.
Fixed an alignment issue with the ReCaptcha field in Safari & Chrome.
Fixed issue with JSON serializer not escaping new lines properly on Chrome when saving the form.
1.5.beta3.7
Fixed issue with {embed_post} variable.
Added new "gf_inline" ready class for inline field layouts.
Several CSS revisions & improvements.
Fixed an alignment issue with the ReCaptcha field in Safari & Chrome.
1.5.beta3.6
Another adjustment to the JSON serializer script to resolve issues when saving forms on Chrome.
1.5.beta3.5
Fixed issue with JSON serializer not escaping new lines properly on Chrome when saving the form.
1.5.beta3.4
Fixed HTML validation errors.
Fixed issue with admin notification BCC field where variables were not getting replaced correctly.
Fixed issue with gform_post_submission not being called when confirmation is set to redirect.
1.5.beta3.3
Fixed issue with the Parameter Name input value (advanced tab) being pre-populated with HTML code.
Added entry list and entry detail hooks.
1.5.beta3.2
Fixed issue with image preview buttons going to next page instead of previous page.
Fixed issue with page names getting cleared out randomly.
1.5.beta3.1
Fixed issue with submit button when it is a target of conditional logic.
1.5.beta3
Moved gravityforms.js script from footer to the header to fix issue with IE.
Updated conditional logic script so that it is in printed in one line to avoid conflicts with plugins such as [raw].
Fixed issue with state validation when using the English Pound symbol.
Fixed issue with Post Category fields not adding the tabindex property.
Added support for predefining a default post category by marking a post category fields as admin only.
Added support for variables on all notification fields.
1.5.beta2
Fixed issue with currency symbol encoding.
Fixed issue with entry object not being passed to gform_post_submission.
Rolled-back JSON script to version 1.3 due to a critical bug on 2.2.
Fixed issue with Post Images displaying separator characters on the entry detail when a file was not selected.
Fixed issue with Post creation that created posts even when post fields where hidden by conditional logic.
Implemented password field.
Added "user specified price" to product field.
Added placeholder option to category field.
Fixed bug with gform_post_submission firing when changing pages in a multi-page form.
Allowing multiple total fields to be added to the form so that they can be placed in different pages in a multi-page form.
Added Content Template feature to Post Custom Fields.
1.5.beta1
Added multi-page form capabilities.
Added default notification when creating a form.
Removed most font-family declarations & some '!important' declarations from front end CSS (forms.css).
Cleaned up/reformatted most of the CSS for better readability.
Implemented a few admin page UI improvements.
Implemented new "ready styles" into the CSS for column layout support and other advanced front-end formatting.
Added hooks to allow custom confirmation messages (to support the payment add-ons).
Fixed issue on address and name label hooks not passing form id parameter.
Added support for payment add-ons information to entry detail screen.
Implemented pricing fields (Product, Quantity, Option, Shipping, Donation, Total).
Implemented textarea character counter.
Creating a default admin notification for new forms.
Cleaned up some Notices that were displayed when running on debug mode.
Added ability to hardcode the reCAPTCHA keys so that they get automatically set during activation (for multi-site installs).
1.4.beta5
Cleaned up forms.css
Added "ginput_container" classes to time, post title, post tags & post body containing divs.
Added "gform_button" class to submit button & "gform_image_button" class to image button option
Added ajax parameter to gravity_form() function call.
Changed form list conversion tooltip so that it aligns to the left.
Cleaned up XML export file.
Added filter to add/remove field types in the form editor page.
1.4.beta4
Removed the Post Content Template setting from post title fields.
Added Post Title Template setting to post title fields.
Fixed issue with Post Tag field duplicating choices in the variable drop downs.
1.4.beta3
Fixed issue with is_multisite() function creating throwing errors on WP 2.8 and 2.9.
Resolved conflict with [noformat] and [raw] plugins.
Cleaned up some notices.
Changed email validation so that it accepts valid special characters.
Removed post content template setting from excerpt field.
1.4.beta2
Added Password option on text fields.
Added Maximum Characters option for text fields.
Added Gravity Forms version to scripts to prevent browser caching issues during upgrades.
Changing CAPTCHA default to Really Simple Captcha if reCAPTCHA is not configured and Really Simple Captcha is installed.
Renamed widget to "Form".
Added "Disable default margins" property to HTML fields.
Making sure jQuery is loaded when for is configured to be submitted via AJAX.
1.4.beta1
Added visibility setting (everyone, admin only) to post fields.
Added conditional logic animation.
Fixed issue with post custom fields not allowing HTML content.
Added dashboard update message.
Added menu update icon.
Enable creation of post content templates.
Added Entry ID column to Entry List Customizer.
Added ability to hide the state field.
Added gform_address_types hook to allow new address types to be created.
Added ability to automatically import forms based on config option.
define("GF_IMPORT_FILE", "c:/gf_import.xml");
define("GF_THEME_IMPORT_FILE", "c:/gf_import.xml");
Enhanced selection fields (i.e. checkbox, drop down, multiple choice) so that users can define values that are different than choice labels.
Enhanced post tag field so that it can also be created as a drop down, checkbox or multiple choice field.
Added a "Check for Updates" page.
Changed $entry variable when passed to hooks so that it contains the full field value, and not the first 200 characters.
Added support for disabling the tabindex via a hook.
Added a Gravity Forms Widget so that forms can be easily placed on sidebars.
Added support for AJAX submissions.
Added support for really simple CAPTCHA and a Math challenge.
Added support for Math challenge CAPTCHA.
Updated forms.css to add support for new CAPTCHA, math challenge fields and updated the radio/checkbox related rules for better IE7 & IE8 support.
1.3.13
Changed HTML5 setting default to NO.
Fixed issue with Website field when HTML5 is enabled.
Redesigned Export page so that the three sections are in one page.
1.3.13.beta3
CSS updates to fix small formatting bugs and improve Checkbox and Multiple Choice field layout.
Fixed issue with conditional logic admin not updating values drop down when field drop down is changed.
1.3.13.beta2
Cleaned up conditional logic so that javascript is not written to the page when the button conditional logic is disabled.
Fixed issue with Import when dealing with blank nodes.
Added support for configuring license key for multi-site installs.
Fixed issue with post status not working properly.
Changed form lists so that they are sorted by form title.
Added valid key indicator to license key input.
1.3.13.beta1
Added Conditional logic to the submit button.
Added HTML Block "field".
Added Import/Export functionality.
Added gform_tabindex filter to define the tab index start value.
Added option on Settings page to turn on/off HTML5 input types and default to type=text. Default to On.
Added gform_upload_path filter to define where file uploads should go. Both globally and form specific.
Added gform_autoresponder_email filter for user notifications to modify send to address.
Added gform_confirmation_anchor filter to enable the confirmation anchor functionality which scrolls the page to the confirmation text after the form is submitted. Off by default.
Added .gform_hidden class to list items
that contain hidden fields to preserve formatting.
Fixed issue with date formatting when using notification variable. It outputs the date as YYYY/MM/DD instead of the date format selected for that field.
Changed export functionality so that it works similar to WordPress export page.
Changed validation so that admin only fields are ignored from it.
Updated dashboard widget so that inactive forms do not show up in the list of forms.
Fixed issue with post fields storing post data even when hidden via conditional logic.
1.3.12.2
Fixed an issue with the file upload field when placed in a form along with any of the post fields.
1.3.12.1
Fixed issue post category field not saving the category.
1.3.12
Fixed issue with automatic upload on WP 3.0 beta 1.
Changed tooltip include so that it doesn't load on every admin page.
Updated CSS to resolve conflicts with the Thesis theme.
Fixed issue with bulk add/edit button not displaying the thickbox window on WP 3.0 beta 2.
Added some HTML 5 features to fields.
1.3.11
Fixed issue with Dashboard widget not displaying last entry when there were no unread entries.
Fixed XHTML validation error on the reCAPTCHA field.
Fixed issue with drop downs not selecting the correct value when populated dynamically with text and value.
Preventing dangerous file extensions from being uploaded via the File Upload field, unless they are explicitly allowed.
Fixed issue with Post Image variable displaying wrong value.
Fixed issue with checkbox field id conflict (i.e. 2.1 and 2.10) that caused the insert variable not to work correctly.
Fixed issue with empty date fields displaying "Array".
Fixed issue with fields not getting saved in the database when their value is "0".
1.3.10
Fixed styling issue with scheduling date fields.
Preventing gfield_required div from printing when field is not required.
If numeric field has custom validation message, displaying that message instead of the range error message.
Added entry id to the list of available fields on the export screen.
Fixed issue with the editor's floating menu that got stuck to the bottom of the screen when a field was deleted.
Added gform_author_dropdown_args filter on post author field to limit what type of users are displayed.
1.3.9.1
Fixed issue on entry screens that caused the entry date to be displayed in the wrong time zone.
1.3.9
Re-worked conditional logic to solve 404 problems with GoDaddy.
Fixed performance issue on form list that caused forms not be displayed when there were 300+ forms.
Enhanced number validation to accept thousand separators.
Updated POT file.
Added "Add New" button on Edit Forms page next to "Edit Forms" header (see Edit Posts for example).
Added the following countries to the country predefined list and country drop downs: "American Samoa", "Guam", "Northern Mariana Islands", "Palau", "Virgin Islands, British", "Virgin Islands, U.S."
Added "District of Columbia" to predefined states and address drop down.
Fixed Numeric Field validation bug.
Checked jQuery 1.4 compatibility.
Prevent corrupt form meta to be saved and display error message.
Set collation on tables to match WP tables.
Fixed escaping issue when using a double quote for notification email subject.
Added country code mapping.
Added gform_validation_message filter.
Refactor get_selection_fields to GFCommon in support of the Integration plugin.
Changed settings to support multiple pages (for add-ons).
1.3.8.2
Correct time zone for {date_dmy} and (date_mdy} variables.
1.3.8.1
Changed paths to take SSL into account.
1.3.8
Fixed issue with phone formatting where leading zeros where getting cut off.
Fixed issue with form front end (throwing errors) when the wp_query posts collection wasn't loaded.
Fixed issue with form editor (throwing errors) when description had the character "%" in it.
Fixed issue with entry grid when sorting descending by entry date.
Fixed issue with entry grid not keeping sort state when going from page to page (for default fields only, i.e. entry date and ip).
1.3.7
Fixed issue that caused a javascript error when deleting fields from the form.
1.3.6
Fixed issue with advanced field validation.
Fixed issue with notification routing.
Fixed issue with entry search when going to second page and search term has an empty space.
Fixed issue with entry search that prevented search from being executed when enter key was pressed.
Fixed issue with form editor when a cond. logic target field was deleted.
Fixed issue with entry detail that caused uploaded file to be deleted when entry was updated.
Fixed issue with entry detail not updating fields with conditional logic (when logic evaluates to field being hidden).
Fixed issue with notification routing when the target field gets deleted.
Adding a blank item (selected by default) to drop down fields in the entry edit screen when the field does not have a value saved.
Fixed issue with checkbox fields when 1st and 10th items are selected.
1.3.5
Fixed issue with variables not getting replaced correctly (i.e {entry_id}).
Added support for {all_fields_display_empty} variable that includes empty fields.
Fixed issue with date picker styles on export screen.
Added form id to sub-label filters to allow different forms to have different labels.
Fixed issue with one form populating fields of another form when they are displayed on the same page.
1.3.4
Fixed issue with escaping when magic quotes are turned off.
1.3.3
Fixed issue with file upload creating a broken link when filename contains a single quote.
1.3.2
Fixed javascript error on conditional logic when select field choice had single quotes.
Fixed issue with escaping when magic quotes where turned off.
1.3.1
Fixed javascript error when changing fields in Conditional Logic.
Added $form parameter to gform_post_submission action (Thanks to d4le for the suggestion).
1.3
Implemented field conditional logic to allow fields to be displayed or hidden based on other field values.
Implemented notification routing to allow notifications to be send to different email addresses depending on values submitted from the form.
Implemented different field types for post custom fields (i.e. address, email, drop down, multiple choice, etc...).
Implemented enhancement to address field to make it more flexible and allow state drop downs to be displayed for US and Canada.
Adjusted markup for HTML standard compliance.
Resolved conflict with the WishList plugin.
Implemented an "Insert Variable" drop down to easily pre-populate a field's default value with information such as post title, user name, http referrer, and others.
Added gform_is_duplicate filter to allow for custom field duplicate logic. Thanks to Aaron Campbell.
Added gform_post_data filter that can be used to manipulate the post data before it is created.
1.3.dev-9
Added gform_post_data filter that can be used to manipulate the post data before it is created.
Fixed issue with address field not updating the state on the entry detail page.
Fixed issue with post custom fields being editable on entry detail page.
1.3.dev-8
Added hidden to the Post Custom Field's list of field types.
Changed notification routing and conditional logic so that it treats Post Custom Fields as their input type (i.e. email, drop down, checkbox or radio).
Added gform_is_duplicate filter.
Preventing "Insert Form" popup script to be displayed on pages that don't need it.
1.3.dev-7
Split gravityforms.php into multiple files.
1.3.dev-6
Implemented enhancement for address field.
Implemented "Insert Variable" drop down for default value.
Resolved conflict with WishList plugin.
Changed field ids so that they are unique when there are multiple forms in a page.
1.3.dev-5
Implemented enhancement for address field.
1.3.dev-4
Implemented different field types for post custom fields.
1.3.dev-3
Implemented notification routing.
Fixed issue with form display throwing an error when trying to load a form that doesn't exist (instead of displaying an user friendly message).
1.3.dev-2
Fixed issue with conditional logic saving values from fields that were hidden.
Fixed javascript error when deleting a field that was a target for a conditional logic of another field.
Fixed issue when nesting conditional logics (inner field being displayed when it shouldn't).
1.3.dev-1
Implemented field conditional logic.
1.2.2
Fixed issue with the {all_field} variable not replacing the name and address fields correctly.
Changed formatting of {all_field} so that advanced fields (i.e. name and address) are consolidated in one row instead of one row for each input.
1.2.1
Fixed issue that caused backslashes to be stripped out from entries and form meta information.
1.2
Fixed conflict with the WP Recaptcha plugin.
Improved a nicer looking "All Fields" email template.
Added option to use currently logged in user as the post author.
Implemented bulk add and predefined values for choices.
Implemented form activity limit options (entry cap and form start/end scheduling).
Implemented configurable Reply To for admin notification.
Changed field editor's default value input to a textarea for fields that are rendered as textareas (Paragraph, Post Content and Post Excerpt).
Added new field variables (Entry Id, Entry Url, Form Id, Post Id, Post Edit Url) to the "Insert Variable" drop down.
Added option to email notes to users from the entry screen.
Added post status as an option in the editor for post fields.
Improved date field.
Added duplicate form functionality.
Integrated with Justin Tadlock's Members plugin to allow administrators to control user access to different sections of Gravity Forms.
Implemented field population via query string, shortcode, filter or direct function call.
Implemented hidden field type.
Added gform_predefined_choices filter to allow users to manipulate and/or add new predefined choices.
Added gform_pre_render filter. Fires before form rendering process and allows users to manipulate the form object before it gets displayed.
Added gform_notification_email filter. Fires before sending the admin notification email and allows users to dynamically dynamically route entries to another email address.
1.1.3
Fixed issue with export on IE.
Optimized javascript include in the admin pages.
Fixed issue with variable replacement adding "Array" for complex fields.
1.1.2
Fixed issue with notification truncating field values.
1.1.1
Fixed issue with drop down field saving empty values.
1.1
Implemented "Select All" functionality in the export page.
Disabled form view counting when form is viewed by an administrator.
Fixed issue with submitting a Post Image field from the front-end.
Fixed issue with file upload validation when extension list had spaces.
Removed pluggable.php include.
1.0.11
Implemented query string builder.
Corrected issue with date localization.
1.0.10
Corrected HTML validation errors.
1.0.9
Finalized Post Image field type.
Displaying a user friendly message when trying to load an invalid form.
1.0.8
Implemented Post Image field type.
Fixed issue with file upload not correctly validating against allowed file types.
Added filters for name and address sub-labels.
1.0.7
Fixed issue with checkboxes displaying wrong values on the admin screen when options change.
Reading email character set from WordPress configuration.
1.0.6
Enhanced entry detail page UI.
Added Pre-Submission filter.
Fixed JSON conflict.
1.0.5
Fixed issue with localization where the language file was only being loaded in the admin side and not in the front end form.
Fixed issue with entry grid displaying multiple rows for the same entry.
Added new hooks and filters.
Fixed issue with the file upload field not being correctly inserted in the notification and confirmation messages.
Added friendly error message when the media upload folder is not writable.
Fixed error in the uninstall function (when the upload folder did not exist).
Implemented Post Category fields.
1.0
Added CSS classes for informational messages.
Various text changes.
Fixed issue with image not being displayed on submit button.
Fixed issue with entry detail screen that caused the left menu to highlight the "Edit Form" screen.
Fixed issue with confirmation message that caused HTML entered in that field to be stripped.
Fixed issue with form settings not sliding down on IE8.
Added message validation so that invalid messages (i.e. errors or maintenance mode pages) are not displayed in the message area.
Fixed issue when two forms were added to the same page.
Changed scheduling logic for checking updates.
Removed captcha field from the {all_field} variable.
0.9.5
Changed automatic update location to www.gravityhelp.com.
Changed update message so that it only displays when remote version is greater than local version.
0.9.1
Added tooltip to conversion on forms grid.
Added title to black bar on "select columns" modal window.
Added spacing below titles on select column window.
Changed Cancel button style to the gray version.
0.9.0
Changing Edit icon label to "Close" when field settings is opened.
Allowing HTML to be entered in post fields.
Displaying "Edit" link besides the submit button if user is logged in to the admin and is an Administrator.
Recording form views by hour to reduce table site.
Implemented an uninstall function so that users can delete all plugin data.
Swapping class to edit icon so that icon can be changed along with the text.
Add tooltip to choices field settings.
Made file upload location follow WP's configured upload location.
Changed header on entries screen to format (Entries - Form Name).
Added label to forms drop down on entries screen.
Added title attribute to form active icon (Active/Inactive).
Added class to choices radio buttons and checkboxes.
Styled "Add Form" thickbox window like the other media windows (i.e. added header and close button).
0.8.6
Fixed issue when typing a single quote in the submit button name.
Fixed issue with lead detail truncating large text.
Fixed issue that caused left menu to change from Entries to Edit Form when form drop down was changed on the entries page.
Fixed issue with notification not being properly formed (i.e n not being correctly converted to
).
Added friendly error message for unsupported wp versions.
Added friendly message when trying to load a form that does not exist.
Closing active field editor and form editor after adding a new field.
0.8.5
Updated UI.
Ready for translations - Portuguese translation started.
Fixed issue with notification not replacing n at the right time.
0.8.4
Added several tooltips.
Optimized queries and improved security.
Fixed issue with field delete procedure that cause entry details from other forms to be deleted.
Fixed issue with international phone validation.
Updated Form Editor UI.
Finalized localization.
Fixed error on dashboard when form didn't have any unread entries.
Fixed issue with drop down field editor that caused all drop downs to be replaced by the values entered in the choice list.
0.8.3
Created a centralized function to consistently handle tooltips.
Fixed issue with notification subject that caused the text to be cut-off after a double quote (").
Fixed issue with field editor that resized all text fields in the field settings window when the field size was changed.
0.8.2
Added "updated message" to settings page, notification page and lead detail page.
Fixed issue when deleting form fields that caused confirmation popup to be displayed multiple times.
0.8.1
Changed table character set to Utf8.
When sending emails, setting the email as the person's name to prevent WordPress from adding "WordPress" as the name.
Added "Embed URL" as an option for the "Insert form field" drop-downs on the notification page and confirmation text.
Added an email field drop down to the admin notification page for the "From" address. Users will be able to either type a value, or select one of the email fields in the form.
Replaced all instances of by checked="checked", class=' gfield ' -> class='gfield' and closed some input tags that were left opened).
Added admin label so that a field label can be different when displayed in the admin area.
Fixed issue with phone field where phone format was not getting loaded correctly in the field editor.
Fixed issue with dashboard that excluded forms with no unread entries.
Fixed issue with entries grid that displayed blanks on totals when form didn't have an unread entry and starred entry.
Fixed issue with form settings where clicking on any field would cause the form editor to slide up and close.
Fixed issue with form editor that caused field editor not to slide down after a field type change.
Fixed issue with radio buttons and checkboxes field editors getting out of wack upon changing one of the items in the list.
0.7.1
UI improvement on export page.
Performance improvement on Dashboard query and Entries page.
Replaced call to mail() with wp_mail().
Added two filters to submit button. (gform_submit_button, and gform_submit_button_FORMID). The first is a filter that applies to all forms. The second applies to a specific form.
Added pre-submission action gform_pre_submission. Happens after validation has passed and before fields have been saved.
Added post-submission action gform_post_submission. Happens after fields have been saved.
0.7.0
Fixed bug on automatic upgrade for WP 2.8.
Including a PHP JSON library when a JSON extension is not available on the server (fixes errors for hostings using PHP < 5.2).
Optimized css and js output so that they are printed in the
or footer and only when needed.
Added setting to allow users to disable the CSS output.
0.6.6
Fixed javascript error on form edit screen that prevented the field settings to be loaded correctly for post custom fields.
Fixed issue on entry detail screen that was truncating fields with large amounts of text (i.e. post body).
0.6.5
Implemented integration with WordPress to allow automatic upgrades of Gravity Forms from the Plugins page.
0.6.4
Fixed issue on color selector popup where the "white boxes" would not expand in Firefox and Safari as items were added to the list.
Fixed issue on form submission where posts were not created even though there were post fields in the form.
Fixed issue on entry grid where first column's action links were being be cut-off.