Releases: Automattic/syndication
Releases · Automattic/syndication
Syndication 2.2.0
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
- feat: pass site ID to syn_rss_pull_filter_post filter by @chetansatasiya in #128
Maintenance
- test: add comprehensive unit tests for cron pull time interval by @GaryJones in #183
New Contributors
- @bhartshorn made their first contribution in #145
- @trepmal made their first contribution in #156
- @yolih made their first contribution in #163
- @raamdev made their first contribution in #166
- @dependabot[bot] made their first contribution in #173
- @shantanu2704 made their first contribution in #152
- @emgk made their first contribution in #131
- @wpscholar made their first contribution in #119
- @chetansatasiya made their first contribution in #128
Full Changelog: 2.0.1...2.2.0
2.0.1
Bugfix;
- More explicitly define Syndication globally so it's reliably available to plugins/themes