Skip to content

Releases: scotthansonde/feedland-rivers

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:20
121c66b

Download feedland-rivers-0.4.0.zip below — this is the installable plugin package.

The "Source code (zip)" and "Source code (tar.gz)" are GitHub's raw repo checkout and include dev-only files not needed to run the plugin.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 11:07

Download feedland-rivers-0.3.0.zip below — this is the installable plugin package.

The "Source code (zip)" and "Source code (tar.gz)" links further down are GitHub's raw repo checkout, not the plugin package: wrong root folder name, and includes dev-only files (composer.json, CLAUDE.md, etc.) that don't belong in a WordPress install and will produce spurious Plugin Check errors.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:47
Bump version to 0.2.2

Ships the CLAUDE.md exclusion and uninstall.php prefix fixes from the
previous commit in an actual release.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 08:45
Initial release: v0.2.1

Show a FeedLand river -- a constantly-updated stream of news from the
feeds a FeedLand user subscribes to -- on a WordPress page or post.
Fetches the river JSON from FeedLand's API server-side (cached),
renders it with its own template, and embeds the result in an
isolated iframe: no FeedLand front-end scripts, no third-party
stylesheets, fonts or scripts beyond an optional feed-favicon lookup.

Full development history retained locally under the
v0.2.1-dev-history tag.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>