Skip to content

v6.26

Choose a tag to compare

@Crabcyborg Crabcyborg released this 09 Dec 17:38
· 3125 commits to master since this release
d5ceadc
  • New: Gutenberg blocks now use API version 3. As of WordPress 6.9, a deprecated message would appear for older block API versions.
  • New: Styles now include a Custom CSS setting in Quick Settings that can be exported and imported to other sites. The custom CSS is automatically prefixed with the style's class name to prevent conflicts.
  • New: Admin pages now use Bootstrap 5 and Popper 2, updated from Bootstrap 4 and Popper 1.
  • New: 12 Fields can now be added to a row in the form builder, up from the previous limit of 6.
  • New: An htaccess file is now included that prevents access to text files included in this plugin on Apache servers.
  • New: The first name field in a form will now automatically include the given-name and family-name autocomplete attributes to improve accessibility and user experience.
  • Fix: Field errors were using the input text error color setting incorrectly. This has been reverted to use the error border color setting like it did in older versions.
  • Fix: Square would throw a styling error when using a style with comma separated font family options. To prevent this error, the first font is used only.
  • Fix: The mobile responsiveness of email styles has been improved.
  • Breaking: The minimum required WordPress version is now 6.3. This is because older versions do not support Gutenberg's API version 3.
  • Breaking: The deprecated FrmEDD_SL_Plugin_Updater class has been removed.
  • Breaking: The deprecated frmFrontForm.visible and frmFrontForm.invisible functions have been removed.