news/plugins/feed/CHANGELOG.md

3.8 KiB

v1.10.0

09/26/2023

    • Allow template overrides based on header feed config #67
    • Fixed the <lastBuildDate..> that was broken

v1.9.0

10/05/2022

    • Utilize the new onPageHeaders() event in Grav 1.7.37 to force UTF-8 encoding

v1.8.5

06/09/2021

    • Rolled back the URL check functionality as it caused more issues than it solved.

v1.8.4

06/07/2021

    • Added a configurable enable_url_check (default true) to disable the URL checking if you run into an issue.
    • More robust URL checking including multi-lang versions #62

v1.8.3

05/28/2021

    • Fixed issue with feeds at the root of a site #61

v1.8.2

05/21/2021

v1.8.1

05/21/2021

    • Provide a default language if multi-language not enabled

v1.8.0

12/02/2020

    • Require Grav v1.6
    • Pass phpstan level 1 tests
    • Major plugin overhaul #57
    • Bumped the default image sizes in atom/rss

v1.7.1

05/09/2019

    • Fix issue with Feed Options not showing up in Quark (and other themes) #46

v1.7.0

04/15/2019

    • Use safe_truncate_html #41
    • Allow full-text feeds #37
    • Dynamic json feed header and image file support #32
    • Added json link example to README.md
    • Changed type text to range to prevent validation errors #45
    • Always show route in url for self-link #38

v1.6.2

06/06/2017

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

v1.6.1

05/30/2017

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

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...