Files
figureslibres.cc/user/plugins/taxonomylist/CHANGELOG.md
T
2019-10-13 21:45:30 +02:00

1.5 KiB

v1.3.3

08/21/2018

    • Reinstated caching that was broken from previous PR #23

v1.3.2

05/21/2017

    • Removed Grav trait in favor of Grav::instance()

v1.3.1

11/02/2017

    • Don't need to lowercase the taxonomy now we have removed case_insensitive_urls option in Grav core

v1.3.0

10/31/2017

    • Added ability to show tags of the child pages of the current page #17
    • Improved child-pages logic to use the same include, just pass an optional children_only param
    • Lowercase all tags due to changes in Grav 1.3.8 where URL params are lowercase #18

v1.2.7

01/06/2016

    • Removed extraneous encoding

v1.2.6

10/07/2015

    • Added active class on active taxonomies

v1.2.5

07/19/2015

    • Set the taxonomy type from the taxonomy being passed in

v1.2.4

02/19/2015

    • Implemented new param_sep variable from Grav 0.9.18

v1.2.3

02/05/2015

    • Added support for HHVM

v1.2.2

01/09/2015

    • NOTE: BREAKING CHANGE: Moved templates into partials/ subfolder for consistency.

v1.2.1

01/07/2015

    • Support for numeric taxonomy values

v1.2.0

11/30/2014

    • ChangeLog started...