-
- Added new
onFeedCollectionProcessed()
event to modify the collection as needed. - Added ability to use custom
feed: template:
in YAML frontmatter configuration without a collection defined
- Added new
-
- Allow template overrides based on header feed config #67
-
- Fixed the
<lastBuildDate..>
that was broken
- Fixed the
-
- Added a configurable
enable_url_check
(defaulttrue
) to disable the URL checking if you run into an issue.
- Added a configurable
-
- More robust URL checking including multi-lang versions #62
-
- Fixed issue with feeds at the root of a site #61
-
- Fixed issue with json feed type corrupting other json requests getgrav/grav-premium-issues#102
- Fixed issue with modular pages showing up in feed
-
- Require Grav v1.6
- Pass phpstan level 1 tests
-
- Major plugin overhaul #57
- Bumped the default image sizes in atom/rss
-
- Fix issue with Feed Options not showing up in Quark (and other themes) #46
-
- Fix issue with feeds not rendering with cache enabled #27
-
- Improved JSON template to
json_encode()
all output
- Improved JSON template to
-
- Optimized logic to disable JSON feeds by default and only set the template when there's a collection
-
- Added support for new JSON feed format by @RosemaryOrchard #21
-
- Fix a truncate issue #16
-
- Fix issue on non-collection pages #14