Skip to content

2.0.0

Compare
Choose a tag to compare
@johnbillion johnbillion released this 09 Jul 20:27
· 17 commits to trunk since this release
a42790d
  • Confirms support for WordPress 6.6.
  • Many arguments have had their type strictness increased for added type safety.
  • The Base class which is implemented by all of the Args classes no longer implements ArrayAccess, Countable, or IteratorAggregate. See this issue for further information.
  • PHP 8.0+ is now required.