Releases: Hylbee/social-posts-sync
Releases · Hylbee/social-posts-sync
Release list
v1.3.2
1.3.2
- Update: bump Meta Graph API endpoints to v25.0
- Fix: improve access token handling in MetaOAuth and FacebookFeed
- Feat: deactivate licence on proxy during hard reset
- Refacto: set default likes_count to 0 in FacebookPostNormalizer; improve error logging and 4-byte Unicode handling in PostSyncer
- Fix: sanitize error messages in PostSyncer and FacebookFeed for improved security
1.3.1
- Fix: send licence revocation request as JSON to avoid CSRF 419 error on proxy
v1.3.0
= 1.3.0 =
- Refacto: remove delegation facades, use direct calls and static methods
- Feat: add licence revocation via dedicated LicenceManager (proxy + local cleanup)
- Fix: update translation system — rebuilt .pot and en_US .po files to match current codebase
v1.2.2
Fix: apply WordPress.org Plugin Check (PCP) corrections for v1.2.2
- Replace all cURL usage in MediaSideloader with wp_remote_get() / WP HTTP API
- Replace unlink() with wp_delete_file(), parse_url() with wp_parse_url()
- Wrap all error_log() calls with WP_DEBUG condition instead of removing them
- Add phpcs:ignore with justification for meta_query (covered by scps_meta_key_value index)
- Add phpcs:ignore NoCaching on activation DDL query (CREATE INDEX, not applicable)
- Fix MissingTranslatorsComment in GalleryMetabox and SettingsPage
- Fix EscapeOutput false positive in MetaApiClient (int $code passed to exception)
- Fix README.md header format for WordPress.org parser (Stable Tag, Tested up to, License)
- Bump version to 1.2.2
v1.2.1
v1.2.0
v1.1.0
Full Changelog: https://github.com/Hylbee/social-posts-sync/commits/1.1.0