Skip to content

Releases: felixarntz/wp-api-json-feed

1.1.0

21 Oct 19:42
67756f4
Compare
Choose a tag to compare
  • Added: Add support for the JSON feed 1.1 spec.
  • Added: Introduce filter wp_api_json_feed_skip_backward_compatibility to optionally skip JSON feed fields included for backward compatibility with JSON feed 1.0 spec.
  • Enhanced: Include a <link> tag for the most relevant JSON feed based on the current content, in addition to the general posts JSON feed.
  • Enhanced: Include a user_comment field in the JSON feeds.
  • Tweaked: Bump the minimum required WordPress and PHP versions.
  • Tweaked: Use modern test infrastructure including revised PHPUnit tests, and GitHub Actions to ensure long-term stability.
  • Fixed: Remove unnecessary call to load_plugin_textdomain().

1.0.0

22 May 23:39
Compare
Choose a tag to compare
  • First stable version