Skip to content

Releases: OleVik/grav-plugin-twigfeeds

Fix Manifest->compare()

09 Mar 22:08
Compare
Choose a tag to compare

Include name and amount in Manifest->compare().

Version 3

08 Mar 21:24
Compare
Choose a tag to compare

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.

Version 3, Release Candidate 1

27 Feb 01:20
Compare
Choose a tag to compare
Pre-release

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

26 Feb 22:23
Compare
Choose a tag to compare

Accommodates iterating over feeds in various page-structures.

Cache custom name

15 Feb 00:44
Compare
Choose a tag to compare

Makes caching more robust, storing custom name regardless of changes in the feed title. Ref: pull #5.

Version 2

09 Feb 16:40
Compare
Choose a tag to compare

Version 2 release, with cache-mechanism and associated cache, static_cache, and debug options.

Cache-mechanism fixes

09 Feb 16:31
Compare
Choose a tag to compare
Cache-mechanism fixes Pre-release
Pre-release

Temporary fix for Blueprint list-field, fallback for DateTime, more concise 'state' in debug message.

Cache-mechanism, Release Candidate 1

28 Jan 01:21
Compare
Choose a tag to compare
Pre-release

Added cache-mechanism and associated cache, static_cache, and debug options.

Improved exceptions, declare timezone

28 Jan 00:22
Compare
Choose a tag to compare

Thrown Exceptions are now more specific from PicoFeed-library and plugin, timezone is explicitly declared as UTC.

Improve returned values, config, syntax, README

20 Jan 11:58
Compare
Choose a tag to compare

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.