news/plugins/archives/CHANGELOG.md

2.2 KiB

v2.0.2

12/02/2020

    • Add taxonomy values date format customization #29

v2.0.1

07/09/2020

    • Fix for archives on homepage #26

v2.0.0

04/06/2020

    • New per-page configuration to allow for multiple 'archives' in a single site
    • Added new page@ filter support to allow configuration from page collection #20
    • Added more sort-by options

v1.6.1

02/24/2020

    • Pass phpstan level 1 tests
    • Require Grav v.1.6
    • Exclude empty folders from archive
    • Fixed issue in 1.7 due to validation: strict and missing taxonomy_names blueprint item

v1.6.0

04/17/2019

    • Only included published pages in collection #24
    • Translate the date to the format specified #9

v1.5.1

05/16/2017

    • Added another date option to blueprints #7

v1.5.0

07/14/2016

    • Allow to configure the taxonomy names that form the URL, instead of hardcoding archives_month and archives_year
    • Allow to use @self in the filters, useful when adding the archives into a blog posts listing page

v1.4.1

05/03/2016

    • Fixed translated months

v1.4.0

01/06/2016

    • Allow for translated months
    • Fix blueprints by adding the category to filters

v1.3.0

08/25/2015

    • Added blueprints for Grav Admin plugin

v1.2.1

02/19/2015

    • Implemented new param_sep variable from Grav 0.9.18

v1.2.0

01/08/2015

    • Added new archives_year automatic taxonomy type
    • Automatically adds taxonomy types (archives_month, archives_year) rather than requiring you to manually edit site.yaml

v1.10

11/30/2014

    • ChangeLog started...