2.0.0
- 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 implementsArrayAccess
,Countable
, orIteratorAggregate
. See this issue for further information. - PHP 8.0+ is now required.