Releases: projectblacklight/spotlight
v2.8.0
Upgrade notes:
Upgraders will need to run rake spotlight:install:migrations
.
Added
Bugs
v2.6.0
v.2.5.0
Upgrade Notes:
Upgraders may need to update their config in:
# config/initializers/riiif.rb
- Riiif::Engine.config.cache_duration_in_days = 365
+ Riiif::Engine.config.cache_duration = 365.days
Updates:
#1986 Updates riiif to 2.0
#2158 Sets up anonymizeIP configuration for Google Analytics
Bugfixes:
#2161 Fixes a bug where urls in some feature page widgets that had underscores would be converted to italics
Version 2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.1
#2097 fixes an issue where show fields were not showing up as sorted in the metadata administrator panel.
v2.2.0
This release has several notable changes.
Update notes
Adopters wanting to take advantage of the enhancements in #2092 which could potentially prevent users from saving large pages should run:
$ rails generate spotlight:increase_paper_trail_column_size
#2091 and #2088 make several changes to fix the build, including updating our Rubocop todo, and requiring i18n < 1.1 as i18n introduced a backwards incompatible change with Rails (rails/rails#33574)
#2094 Updates our CI to build with Rails 5.2.1
#2086 adds new locale files for Chinese and Italian languages
#2092 Update the PaperTrails versions table to be larger to accommodate large Spotlight::Page
#2082 Uses textarea
for free form text input