Version 2.0.4 of
Providence has been released. 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:
Bug fixes
- Correct typos in UI strings by @yelto
- Update authority_references_list.php by @Monica-Wood in https://github.com/collectiveaccess/providence/pull/1701
- Fix for GraphQL API: bundles query on schema endpoint throws error @Monica-Wood in https://github.com/collectiveaccess/providence/pull/1707
- 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
- Fix broken validation of PARENT format in multipart idno
- Restore support for rich text editor for preferred and non-preferred labels
- 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
Functionality
- Added support for WebP image file format
- Allow CKEditor fields to be resizable (was lost in CKEditor4 => CKEditor 5 transition)
- 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 <p> 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 <p> tags at the beginning and end of the content. Note that this will result in incorrect markup if used on text with multiple paragraphs
- Add support for anonymous set sharing links, as supported in Pawtucket 2x
- 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
Full Changelog: https://github.com/collectiveaccess/providence/compare/2.0.3...2.0.4
Version 2.0.4 of
Pawtucket has been released. 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 <p> 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 <p> 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 https://github.com/collectiveaccess/pawtucket2/compare/2.0.0...2.0.4
Get them now on our
download page.