Skip to content

Releases: johnbillion/args

1.6.0

10 Nov 14:10
Compare
Choose a tag to compare

New and updated arguments for WordPress 6.1

1.5.0

11 Aug 11:40
Compare
Choose a tag to compare
  • Adds definitions for Customizer controls:
    • WP_Customize_Control
    • WP_Customize_Manager
    • WP_Customize_Panel
    • WP_Customize_Section
    • WP_Customize_Setting

1.4.1

23 Jun 17:51
Compare
Choose a tag to compare
  • Fixes a deprecated warning when using PHP 8.1

1.4.0

20 Jun 08:05
Compare
Choose a tag to compare
  • Adds definitions for:
    • register_block_type()
    • paginate_links()
    • wp_nav_menu()
    • wp_dropdown_languages()
    • wp_generate_tag_cloud()
  • Improves the accuracy and specificity of various arguments

1.3.0

26 May 18:02
Compare
Choose a tag to compare
  • Confirm compatibility with WordPress 6.0, although there are no changes to arguments in this release

1.2.0

18 Mar 11:54
0620722
Compare
Choose a tag to compare
  • Adds a definition for wp_dropdown_categories()
  • Fixes a PHP 7.4 compatibility issue (thanks @ocean90)

1.1.0

25 Jan 20:35
Compare
Choose a tag to compare
  • Adds new arguments in WordPress 5.9
  • Adds definitions for:
    • wp_safe_remote_get()
    • wp_safe_remote_post()
    • wp_safe_remote_head()
    • wp_safe_remote_request()

1.0.0

21 Jan 20:06
Compare
Choose a tag to compare
  • Improves the structure of the date_query, meta_query, and tax_query arguments.

0.9.0

18 Dec 21:25
Compare
Choose a tag to compare
  • Adds a structured means of specifying tax_query and date_query arguments and their clauses.
  • Various improvements to types and documentation.

0.8.1

18 Dec 14:54
Compare
Choose a tag to compare
  • Add full meta query support to all the classes that need it.