Releases: MITLibraries/mitlib-pull-hours
Release list
0.6.0 Frontpage widget
This introduces a widgetized version of the frontpage display of library locations. This change allows site builders to include additional widget content above and below this display when warranted.
What's Changed
- Uxws 1364 frontpage hours widget by @matt-bernhardt in #11
Full Changelog: 0.4.0...0.6.0
0.5.0 Beta 4
This updates the plugin libraries (most specifically psr/cache) to account for the fact that our implementing sites run PHP 7.4.x, and not PHP 8.x
This is still a development release, and should not be deployed in production.
0.5.0 Beta 3
This is an interim release - using the new "build" branch on GitHub - to confirm that the automated build process is functioning as expected.
We do not recommend using this release in production.
Full Changelog: 0.4.0...0.5.0-beta3
0.5.0 Beta 2
This adds the composer dumpautoload -o command to the post-install-cmd block, so it doesn't need to be run separately.
It also implements some syntax checking using GitHub Actions.
0.4.0 Slim Hours Widget
This adds a slim hours widget which is made available to implementing sites, which is meant to be placed in-line, or within other page regions like a page header or footer.
0.3.0 Sheets API v4
This updates the plugin to pull information from the v4 Sheets API, instead of v3.
0.2.0
This adds the public-facing display widget for showing a location's hours in a sidebar.
0.1.0 Beta
This is the Beta release of this plugin. It should be generally feature-complete, and is awaiting testing by stakeholders before moving into production.
Initial pre-alpha release
This basically just has the framework for a WordPress widget, along with code analysis tooling.