Skip to content

Releases: Automattic/syndication

Syndication 2.2.0

06 Jan 16:32
2.2.0
b1eeb01

Choose a tag to compare

Note on versioning: This release follows 2.0.1 from the develop branch. A 2.1 branch existed with experimental features but was never formally released. To avoid confusion with that unreleased work and establish a clean baseline, we're releasing as 2.2.0. The 3.0.0 release will incorporate architectural improvements and any valuable features from the experimental branch, bringing all development back to a single, unified codebase.

Fixed

  • fix: defer pull jobs refresh to prevent timeout with many sites by @GaryJones in #185
  • fix: add validation before queuing auto-retry cron jobs by @GaryJones in #186
  • fix: use wp_strip_all_tags for token/password sanitization by @GaryJones in #187
  • fix: format dates as ISO 8601 for WordPress.com REST API by @GaryJones in #188
  • fix: prevent PHP warning when settings are null by @GaryJones in #182
  • fix: prevent syndication loops through unique post identification by @GaryJones in #184
  • security: escape output in admin interfaces by @GaryJones in #181

Added

Maintenance

  • test: add comprehensive unit tests for cron pull time interval by @GaryJones in #183

New Contributors

Full Changelog: 2.0.1...2.2.0

2.0.1

18 Dec 16:02
374adf6

Choose a tag to compare

Bugfix;

  • More explicitly define Syndication globally so it's reliably available to plugins/themes