Skip to content

Releases: collectiveaccess/pawtucket2

2.0.11

19 Mar 14:38

Choose a tag to compare

What's Changed

  • Restore compatibility with PHP 8.2
  • Resolve issue that could inject text into JSON responses, resulting in invalid JSON

Full Changelog: 2.0.10...2.0.11

2.0.10

13 Mar 17:39

Choose a tag to compare

New Features

  • Add "mode" attribute for [media] urls in site pages; allows return of url to media in addition to tag
  • Support for analytics integration managed in Providence web UI

What's Changed

  • Corrected element order in hierarchy view by @miqrogroove in #166
  • Standardise CA tmp path using CA_APP_DIR by @goetzk in #142
  • Create define and configuration item for log dir by @goetzk in #151
  • Update all libraries to parity with Providence

New Contributors

Full Changelog: 2.0.9...2.0.10

2.0.9

05 Jul 21:22

Choose a tag to compare

New Features

  • Added auto-delete option and user preferences for sets older than a certain age or unused for a period of time.

What's Changed

  • Update ca_ES.lang by @clovis-darrigan in collectiveaccess/providence#1724
  • Read correct attribute on sourceLevelAccessControl by @Monica-Wood in collectiveaccess/providence#1729
  • Resolve several PHP 8.4 warnings
  • Resolve importer issue where existing record policy setting may cause abort of import in some cases
  • Importer delimited data readers (CSV, TSV, XLSX) now only extract column headers if initial rows are set to skip. Previously readers would attempt to detect "header like" values, which caused problems with some data sets
  • Changes in CKEditor5 text entries now trigger "unsaved changes" warnings when trying to navigate away from an unsaved form
  • Fix incorrect ca_list_items bundle default displays template (Issue #1732)
  • Change to correct LCSH vocabulary identifiers (Issue #1728)
  • Add option in entity name processing to extract trailing life dates
  • Modify importer to propagate displaynameFormat setting to refineries
  • Minor improvements to search indexing performance

New Contributors

Full Changelog: collectiveaccess/providence@2.0.8...2.0.9

2.0.8

07 Jun 19:46

Choose a tag to compare

What's Changed

  • Synchronize core libraries with versions used by Providence, introducing minor bug fixes

Full Changelog: 2.0.7...2.0.8

2.0.7

05 Jun 22:57

Choose a tag to compare

What's Changed

  • Re-add obsolete Debug class to ensure compatibility with some plugins
  • Re-add copyme theme to facilitate development of custom themes

Full Changelog: 2.0.6...2.0.7

2.0.6

30 May 15:27

Choose a tag to compare

What's Changed

  • Add display template and template placeholder options to control fallback of content to alternate locales
  • Ensure headers are send for all IIIF requests
  • Add missing WebP image configuration to default theme
  • Add options to inject CSS classes on instrinsic fields and media and files metadata attributes
  • Ensure auto-direct does not redirect to JSON/XML service urls
  • Added muted option for audio
  • Add option to disable ban checking for specific pages
  • Address issue where specific audio/video media may be uncorrectly filtered from detail pages
  • Update PHP dependencies

Full Changelog: 2.0.4...2.0.6

2.0.5(a)

17 Apr 18:59

Choose a tag to compare

Version 2.0 is a major release that brings compatibility with PHP version 8.2 or better. The version 2.0.5 minor release includes bug fixes and functional improvements.

What's Changed

  • Added required configuration for WebP image file format in default theme
  • Various fixes to improve compatibility with PHP 8.x

Full Changelog: 2.0.4...2.0.5a

2.0.4

02 Apr 15:34

Choose a tag to compare

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

2.0.0

30 Dec 04:34

Choose a tag to compare

This major release brings a range of improvements and bug fixes, as well as compatibility with current PHP versions (up to 8.4) and MySQL 8.x.

2.0rc3

23 Dec 02:23

Choose a tag to compare

2.0rc3 Pre-release
Pre-release

Release candidate for Pawtucket 2.0. Use with Providence 2.0rc3 release (https://github.com/collectiveaccess/providence/releases/tag/2.0rc3)

What's Changed

New Contributors

Full Changelog: 1.7rc1...2.0rc3