Skip to content

Releases: johnbillion/args

2.2.2

16 Apr 18:18
d13fe0c

Choose a tag to compare

  • Confirms support for WordPress 6.8.

2.2.1

30 Nov 23:24
ef9b110

Choose a tag to compare

  • Full support for PHP 8.4.

2.2.0

14 Nov 13:43
9db0a12

Choose a tag to compare

New and updated arguments for WordPress 6.7

2.1.0

06 Oct 21:32
464f53c

Choose a tag to compare

  • Introduces a definition for the register_setting() arguments.

2.0.0

09 Jul 20:27
a42790d

Choose a tag to compare

  • 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.

1.10.0

02 Apr 21:51

Choose a tag to compare

New and updated arguments for WordPress 6.5

1.9.0

07 Nov 23:52

Choose a tag to compare

New and updated arguments for WordPress 6.4

1.8.0

08 Aug 22:07

Choose a tag to compare

New and updated arguments for WordPress 6.3

1.7.2

01 May 22:37

Choose a tag to compare

What's Changed

  • Complete the WP_Block_Type::$render_callback property by @lipemat in #33

1.7.1

27 Apr 21:43
e005ec4

Choose a tag to compare

What's Changed

New Contributors