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
- Correct typos in UI strings by @yelto in #1679 #1680 #1681 #1683 #1684 #1692 Correcting a few typos in messages by @yelto in #1696
- Update authority_references_list.php by @Monica-Wood in #1701
- Fix for GraphQL API: bundles query on schema endpoint throws error @Monica-Wood in #1707
- Added support for WebP image file format
- Allow CKEditor fields to be resizable (was lost in CKEditor4 => CKEditor 5 transition)
- Return descriptive MySQL error messages rather than numeric error codes
- Restore ability to render HTML in autocompletes (lost in jQueryUI update)
- Fix broken dependent value display
- 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
- Fix broken validation of PARENT format in multipart idno
- Add support for anonymous set sharing links, as supported in Pawtucket 2x
- Restore support for rich text editor for preferred and non-preferred labels
- Add thumbnails view mode in object representation search/browse
- Add force_image_to_colorspace option in app.conf; forces colorspace of uploaded images - useful for avoiding problematic CMYK derivatives
- Catch fatal SQL errors in sort on related attributes
- Return correct service URL when clean urls are enabled
- Resolve issue where adding a single attribute could result in that attribute not appearing until form is reloaded due to incorrect attribute value cache management
- Cap size of stemmed word cache, decreasing reindex memory requirements
- Ensure content row_ids are properly set; could result in outdated indexing for labels persisting
- In Excel importer, preserve formatting on cells universal formatting when all text is in single style
- Restore broken options in dimensions.conf
- Various fixes to improve compatibility with PHP 8.x
Full Changelog: 2.0.3...2.0.4