Releases: johnbillion/args
Releases · johnbillion/args
1.6.0
New and updated arguments for WordPress 6.1
1.5.0
- Adds definitions for Customizer controls:
WP_Customize_Control
WP_Customize_Manager
WP_Customize_Panel
WP_Customize_Section
WP_Customize_Setting
1.4.1
- Fixes a deprecated warning when using PHP 8.1
1.4.0
- 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
- Confirm compatibility with WordPress 6.0, although there are no changes to arguments in this release
1.2.0
1.1.0
- 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
- Improves the structure of the
date_query
,meta_query
, andtax_query
arguments.
0.9.0
- Adds a structured means of specifying
tax_query
anddate_query
arguments and their clauses. - Various improvements to types and documentation.
0.8.1
- Add full meta query support to all the classes that need it.