Releases: CPHDH/theme-curatescape-echo
1.5.6
Bug fix for subdirectory installations (map subject selection).
Full Changelog: 1.5.5...1.5.6
1.5.5
Bug fixes and minor imrpovements
Full Changelog: 1.5.4...1.5.5
1.5.4
Fix for incorrect link on collection images.
Full Changelog: 1.5.3...1.5.4
1.5.3
Fix for Safari rendering bug and other minor changes
Full Changelog: 1.5.2...1.5.3
1.5.2
Fix: Updates compatibility with Contribution plugin.
Full Changelog: 1.5.1...1.5.2
1.5.1
Adds compatibility with Tour Builder version 2.0
Full Changelog: 1.5...1.5.1
1.5
- adds support for custom values in Tour Builder 1.9.3.
- updates Twitter/X icon on item/story template
1.4.9
This recommended release updates script execution timing to improve reliability.
1.4.8
This release updates Google Maps directions links to use the currently-preferred method, adds an option for displaying a Threads profile link/icon, and replaces the Twitter icon with an X icon.
1.4.7
This recommended release updates the way that item images and scripts are loaded to improve reliability.
Previously, images were displayed as background-image
for the figure and loaded via IntersectionObserver
. Now they are loaded as normal img
elements with loading="lazy"
, which should fix sporadic (and difficult-to-reproduce) reliability issues.
Also fixes a typo in items-show.js
that impacted loading of PhotoSwipe image viewer.
Also fixes a longstanding bug where the items-show.js
script was sometimes loading before the globals.js
script, which should have been treated as a dependency. The items-show.js
script is now loaded in a callback after globals.js
has been loaded.