Releases: OleVik/grav-plugin-twigfeeds
Fix Manifest->compare()
Include name
and amount
in Manifest->compare().
Version 3
Version 3, Release Candidate 1
Rewrite of entire plugin, improving documentation and debug. Adds cache_time and pass_headers options, as well as a CLI for building and clearing caching.
Add onTwigPageVariables to getSubscribedEvents
Accommodates iterating over feeds in various page-structures.
Cache custom name
Makes caching more robust, storing custom name regardless of changes in the feed title. Ref: pull #5.
Version 2
Cache-mechanism fixes
Temporary fix for Blueprint list-field, fallback for DateTime, more concise 'state' in debug message.
Cache-mechanism, Release Candidate 1
Added cache-mechanism and associated cache, static_cache, and debug options.
Improved exceptions, declare timezone
Thrown Exceptions are now more specific from PicoFeed-library and plugin, timezone is explicitly declared as UTC.
Improve returned values, config, syntax, README
Feeds can now be more easily accessed by name in Twig loops.
Added name-property to config and blueprint, return values to returned array. Changed return values to more declarative syntax. Improved README with "Returned values" section, and expanded examples.