Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

81 lines (56 loc) · 1.52 KB

v1.6.2

06/06/2017

    • Fix issue with feeds not rendering with cache enabled #27

v1.6.1

05/30/2017

    • Optimized logic to disable JSON feeds by default and only set the template when there's a collection
    • Improved JSON template to json_encode() all output

v1.6.0

05/25/2017

    • Added support for new JSON feed format by @RosemaryOrchard #21

v1.5.3

04/12/2017

    • Fix a truncate issue #16

v1.5.2

02/17/2017

    • Fix issue on non-collection pages #14

v1.5.1

01/24/2017

    • Add support for Twig Autoescape variables mode

v1.5.0

07/14/2016

    • Make Feeds 'language-safe'

v1.4.1

10/07/2015

    • Avoid duplicated routes

v1.4.0

08/26/2015

    • Added blueprints for Grav Admin plugin

v1.3.3

03/24/2015

    • Feed will now skip pages with feed: skip: true in frontmatter
    • Fixed page overrides for configuration

v1.3.2

02/19/2015

    • Fixed couple of RSS validation issues

v1.3.1

12/26/2014

    • Fixed issue with default configuration not being loaded yet

v1.3.0

11/30/2014

    • ChangeLog started...