Skip to content

2.0.0

Latest

Choose a tag to compare

@daledupreez daledupreez released this 31 Jul 13:37
· 14 commits to trunk since this release
906c75a

Compatibility Notes

PHP Version: >= 7.2

This release updates the minimum required version of PHP from >=7.0 to >=7.2 due to updates in the WordPress Coding Standards dependencies. The release also updates the required versions of various dependencies to ensure we are up to date.

Rule deprecation notices

Due to the updated version of PHP_CodeSniffer, you may encounter deprecation warnings as a result of rule syntax that will not be permitted in PHP_CodeSniffer 4.0. You should update your definitions to prevent the warnings.

What's Changed

  • Add sniff to flag expensive get_available_variations() usage in #46
  • Allow cross-reference comments as valid hook documentation in #47
  • Update wp-coding-standards/wpcs and related dependencies in #49

Full Changelog: 1.0.1...2.0.0