Version 2.0 is a major release that brings compatibility with PHP version 8.2 or better. The version 2.0.4 minor release includes bug fixes and functional improvements.
What's Changed
- Added support for WebP image file format
- Return descriptive MySQL error messages rather than numeric error codes
- Add
__CA_DONT_CACHE_TRANSLATIONS__
constant to disable caching of translations - useful when developing new locale files - Add stripEnclosingParagraphTags option for text metadata elements; new rich text editors (CKEditor5 and QuillJS) enclose content in
tags. This is usually desirable but causes issues when styled content is included in a display template meant to format a single line. The option strips
tags at the beginning and end of the content. Note that this will result in incorrect markup if used on text with multiple paragraphs
- Restore broken options in dimensions.conf
- Various fixes to improve compatibility with PHP 8.x
Full Changelog: 2.0.0...2.0.4