Skip to content

Version 7

Latest
Compare
Choose a tag to compare
@kjbenk kjbenk released this 18 Aug 16:05
d12a011

This release ensures the plugin complies with phpcs standards and adds unit tests.

  • SECURITY: Add proper escaping to all echo functions
  • SECURITY: Add nonce checks
  • SECURITY: Sanitize option name values during import
  • ENHANCEMENT: Use wp_remote_get instead of file_get_contents
  • INFO: Deprecate the use of blacklist and whitlelist in favor of denylist and allowlist
  • INFO: Move class into new file
  • INFO: Enable phpcs against the WordPress standard