Skip to content

Releases: skaut/wordpress-stubs

Version 2.8.1

23 Dec 22:36
2.8.1
3f91461
Compare
Choose a tag to compare

Browse code

Diff since 2.8.0

Changed:

  • Internal "housekeeping" changes only

Version 2.8.0

05 Feb 22:50
2.8.0
9fec954
Compare
Choose a tag to compare

Browse code

Diff since 2.7.0

New stubs:

  • wp_add_inline_script()

Version 2.7.0

16 Jul 08:46
2.7.0
73b49c0
Compare
Choose a tag to compare

Browse code

Diff since 2.6.0

New stubs:

  • wp_check_invalid_utf8()
  • wp_pre_kses_less_than()

Version 2.6.0

14 Jul 16:35
2.6.0
9d3b881
Compare
Choose a tag to compare

Browse code

Diff since 2.5.0

New stubs:

  • WP_User->$user_login
  • WP_User->$display_name

Fixes:

  • More useful return type for get_the_modified_author()

Version 2.5.0

11 Jul 14:39
2.5.0
556432e
Compare
Choose a tag to compare

2.5.0 (2022-07-11)

Diff since 2.4.0

New stubs:

  • WP_Post->$post_title

Version 2.4.0

10 Jul 13:00
2.4.0
ab7f75d
Compare
Choose a tag to compare

2.4.0 (2022-07-10)

Diff since 2.3.1

New stubs:

  • WP_User->$data

Version 2.3.1

09 Jul 12:22
2.3.1
60b9bd0
Compare
Choose a tag to compare

2.3.1 (2022-07-09)

Diff since 2.3.0

General:

  • Improved composer script running

Fixes:

  • Fixed confusing WP_Admin_Bar::get_node() return value
  • Fixed wp_get_post_revisions() return value
  • Fixed incorrectly missing double underscore from properties of WP_Comment_Query::$query_vars
  • Fixed incorrectly missing double underscore from properties of WP_Query::__construct() parameter $query
  • Fixed incorrectly missing double underscore from properties of WP_User_Query::__construct() parameter $query

Version 2.3.0

08 Jul 20:19
2.3.0
c9aa9d9
Compare
Choose a tag to compare

2.3.0 (2022-07-08)

Diff since 2.2.2

New stubs:

  • WP_Locale_Switcher::init()

Version 2.2.2

19 May 08:41
64f81a4
Compare
Choose a tag to compare

2.2.2 (2022-05-19)

Diff since 2.2.1

Fixes:

  • Fixed wp_rand() parameters not being optional

Version 2.2.1

01 May 22:19
21a6d96
Compare
Choose a tag to compare

2.2.1 (2022-05-02)

Diff since 2.2.0

Fixes:

  • Fixed wp_update_user() argument meta_input not being optional