Skip to content

2.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 10:06
· 46 commits to main since this release

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.