PRO Match Case and Whole Word options added to the Code Editor search options, alongside some search updates.
PRO The Iframes and Media Manager dialogs now have an option to set the Ssandbox attribute value in the Advanced tab (Iframes) or Media Options tab (Media Manager).
Added a refresh of the Joomla autoload_psr4.php file to the extension post install routine to fix namespace registration issues on some...
Added onWfFileSystemBeforeGetPathVariables event to allow for manipulation of File Directory Path variable source values, eg: $usertype in a system plugin.
Fixed
PRO Pro Plugins would not load or function correctly if the Compress CSS and/or Compress Javascript options were enabled.
PRO JCE Plugins (ChatGPT, FontAwesome etc.) would not update from the Joomla Updater...
Boolean attributes will now be set last in the attributes order of an element. This change is specifically to address an issue with the Joomla Text Filter, which removes boolean attributes (e.g., controls, autoplay, etc.) if they are placed between other attributes with defined values.
The Media Path value set for a new JCE Media Field would not be applied.
PRO Added support for negated values in the Custom Query option, eg: !8 will match values that are not 8
PRO Added support for dynamic catid (Category ID) values in the Custom Query option
PRO Added an Alternate Editor option in the Global Configuration to specify an alternative editor to load if no Editor Profiles maatches the editing environment.
Added a Display Type parameter - Link or Embed -...
PRO Added the option to set a Label for each Resize set in Editor Profiles -> Filesystem
PRO Template Manager now supports some media types for variable fields, eg: ${URL:image} will create a textbox with a file picker to select an image, ${URL:media} for media files (video, audio) and ${URL:file} for document files like pdf, txt etc. Using ${Text:textarea} will create a textarea instead of a textbox.