Skip to content

v6.16

Choose a tag to compare

@Crabcyborg Crabcyborg released this 23 Oct 13:10
· 6723 commits to master since this release
80214bf
  • New: The sanitizing for layout classes has been updated to allow [ and ] characters, enabling the use of basic shortcodes.
  • Fix: JavaScript validation would get skipped when a form included an invisible reCAPTCHA field.
  • Fix: Nothing would copy when trying to click the icon to copy a style class name.
  • Fix: A white element would appear at the bottom of the plugins page.
  • Fix: A Cannot read properties of undefined at removeFieldError error has been fixed.
  • Fix: Captcha fields would fail to validate in forms with conditional logic that fade in on page load in some cases.
  • Fix: Some JavaScript strings were not configured for translations, and a text domain was missing in one case.
  • Fix: The font size setting for form descriptions has been added back.
  • Fix: Missing for attributes have been added to labels in the visual styler to improve accessibility and user experience.
  • Some old browser specific CSS and deprecated CSS has been removed.
  • New name fields will now use more descriptive "First Name" and "Last Name" descriptions by default instead of "First" and "Last". This is to help improve accessibility.
  • The way assigned style updates are sent when updating global settings has been modified to help avoid conflicts with server input variable limits.
  • The function FrmInboxController::dismiss_all_button has been deprecated. In addition, the functions FrmInboxController::menu and FrmInboxController::inbox have been removed.