Skip to content

Releases: Hylbee/social-posts-sync

v1.3.2

Choose a tag to compare

@LDrender LDrender released this 19 May 07:55

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

Choose a tag to compare

@LDrender LDrender released this 03 Mar 14:45

= 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

Choose a tag to compare

@LDrender LDrender released this 03 Mar 11:29

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

Choose a tag to compare

@LDrender LDrender released this 03 Mar 10:10

Full Changelog: 1.2.0...1.2.1

v1.2.0

Choose a tag to compare

@LDrender LDrender released this 03 Mar 10:08

Full Changelog: 1.1.0...1.2.0

v1.1.0

Choose a tag to compare

@LDrender LDrender released this 03 Mar 08:55