Skip to content

Releases: pronamic/gravityforms

2.6.1

30 Mar 10:06
Compare
Choose a tag to compare

2.6.1 | 2022-03-24

  • Added security enhancements.
  • Added a fallback save method if AJAX save fails.
  • Added the {today} merge tag to output the current date and/or time. Credit: The Gravity PDF team.
  • Fixed an issue where saving the form fails if the form contains any backslashes.
  • Fixed an issue where the save form button in the form editor is stuck in the saving state if form validation fails.
  • Fixed an issue where dropdowns in the Embed Form flyout are not correctly displaying their content.
  • Fixed several display issues in the form editor.
  • Fixed an issue where our IE11 admin stylesheet is being being loaded everywhere in the admin.
  • Fixed some issues where text on the 2.6 splash page can't be translated.
  • Fixed an issue which causes admin pages to visually break when No Conflict mode is enabled.
  • Fixed the duplicated output of the core admin stylesheet for the add-on results screen.
  • Fixed the core admin stylesheet path for the help screen.
  • Updated the label styles for disabled radio and checkbox inputs to better indicate the option is disabled.
  • AF: Added ability to specify and use custom font icon with the addition of GFAddOn::get_icon_namespace().
  • AF: Added additional support for Font Awesome icon styles for GFCommon::get_icon_markup().
  • AF: Fixed an issue where payment fails when using Japanese Yen with the Stripe Card field and Stripe Add-On v4.2.
  • API: Added ability to specify custom font icon namespace for GFCommon::get_icon_markup().
  • API: Updated the $form_ids arg of GFAPI:get_feeds() to support an array of IDs. Credit: The GravityView team.
  • API: Fixed an issue where RGCurrency::to_number() returns a float instead of an integer for zero-decimal currencies.
  • API: Fixed an issue that causes Live Dependency fields with custom display properties to render incorrectly. Credit: The ForGravity team.

2.5.16

14 Feb 14:40
Compare
Choose a tag to compare

2.5.16 | 2022-01-11

  • Fixed an issue where the select entry table columns in RTL are not displaying properly.
  • Fixed an issue where the credit card field expiration date fieldset label is not output as legend.
  • Fixed an issue where a PHP warning appears in the logs after running the daily cron.
  • Fixed an issue with total field not displaying correct amount under certain conditions.
  • Fixed an issue where the validation div on the legacy file uploads field is showing when empty.
  • Fixed an issue with gform_conditional_logic_operators filter passing the incorrect field ID.
  • Fixed an issue which causes multisites to experience a fatal error on plugin activation.
  • Fixed an issue with Dynamic Field Map on some add-ons including HubSpot Add-On and User Registration Add-On.
  • Fixed an issue with form import not properly sanitizing JSON string in some cases.
  • Fixed an issue where uploaded files are not deleted on entry deletion if a custom upload path is used.
  • Fixed an issue with Generic Map and Dynamic Field Map not being able to filter the value drop down to include or exclude field types.
  • Fixed an issue with Generic Map settings field not being able to specify a custom list of choices for mapping.
  • Fixed an issue where files uploaded via the multi-file upload field are corrupted when chunking is enabled using gform_plupload_settings.
  • Fixed performance issue with Generic Map settings field.
  • Fixed fatal error in Generic Map settings field that can happen under certain conditions.