Skip to content

v1.2.2

Choose a tag to compare

@LDrender LDrender released this 03 Mar 11:29
· 13 commits to main since this release

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