Skip to content

v6.26.1

Choose a tag to compare

@Crabcyborg Crabcyborg released this 16 Dec 18:05
· 1597 commits to master since this release
6d6fde5
  • New: The cached data for license checks is now set to autoload to help reduce calls to the database, and an option check for a request lock has been moved so it only happens when the option data has expired. These changes should help with performance.
  • New: SVG icon updates have been made to avoid use of the deprecated xlink:href attribute.
  • Fix: Field step settings were changed to only accept numbers in last release, causing issues with "any" as a value.
  • Fix: Bootstrap dropdowns would not properly initialize for fields loaded with AJAX in long forms, preventing access to the more options dropdown, hiding the option to delete a field.
  • Breaking: Old logic that would trigger blur events for inputs with no value set with the onblur attribute has been removed.