Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

57 lines (47 loc) · 1.4 KB

v0.2.0

06-06-2018

    • Initial public release (Github) of oldish private repo

v0.3.1

12-06-2018

    • Demo link
    • List bugs and limitations in README
    • Sample data
    • Rename from 'grav-plugin-opaque'
    • Weekly schedule template
    • Working Github self links, gaahhhh

v0.6.0

09-07-2018

    • Document PHP class API in README
    • ServiceTimes::getMeta() method
    • Schedule derivation code
    • Terminology ("service availability" rather than "open") and names in code
    • Sample data
    • Translations
    • Probable fix for #8

v0.6.1

03-10-2018

    • Shameless README tweaks
    • Bump version for submission to repo
    • Handle some missing headers in schedule data

v0.6.2

03-10-2018

    • Proper changelog for submission to Grav repo

v0.6.3

    • only_after parameter for partials/hours_exceptions template to limit how far back exceptions display goes
    • suppress_if_empty parameter for partials/hours_exceptions template to hide exceptions display completely when it has no items
    • Sort exception periods and days all in together

v0.6.4

    • Handle missing periods member in config YAML #13