Releases: skaut/wordpress-stubs
Releases · skaut/wordpress-stubs
2.12.0
What's Changed
- method the_post() added to WP_Query class by @jcvignoli in #100
- WP_Admin_Bar & WP_Widget classes by @jcvignoli in #101
Full Changelog: 2.11.0...2.12.0
Version 2.11.0
What's Changed
- wp_die() should return never by @jcvignoli in #97
- more details about WP_POST by @jcvignoli in #98
- Fixed parameters for wp_insert_attachment by @marekdedic in #99
Full Changelog: 2.10.0...2.11.0
Version 2.10.0
What's Changed
- wp_register_script() parameters definition has changed in WP 6.3 by @jcvignoli in #95
Full Changelog: 2.9.0...2.10.0
2.9.0
What's Changed
- function current_user_can() has a second option parameter by @jcvignoli in #94
New Contributors
- @jcvignoli made their first contribution in #94
Full Changelog: 2.8.1...2.9.0
Version 2.8.1
Version 2.8.0
Version 2.7.0
Version 2.6.0
New stubs:
WP_User->$user_login
WP_User->$display_name
Fixes:
- More useful return type for
get_the_modified_author()