Fix a fatal PHP error when a comment query requests a count.
Note: If you had manually removed our comments_pre_query filter for any reason,
(you likely weren’t), you’ll need to adjust your code to account for the new
namespaced function.
Update development dependencies.
1.3.2
No functional changes.
Update development dependencies.
Confirm WordPress 6.6 support.
1.3.1
No functional changes.
Replace @wordpress/scripts dependency with leaner configuration.
Confirm WordPress 6.5 support.
1.3.0
Remove “Manage Comments” from site menus under My Sites on multisite.
Confirm WordPress 6.4 support.
Update wordpress/scripts dependency to 26.15.0.
Improve linting configuration.
1.2.1
No functional changes, only custodial.
Confirm WordPress 6.2 support.
Update wordpress/scripts dependency to 26.1.0.
Improve linting configuration.
1.2.0
Update the list of blocks unregistered to include latest from Gutenberg and WordPress.
Update wordpress/scripts to 24.6.0.
Refactor how the list of blocks is managed to make future maintenance easier. Props @huubl.
Only unregister blocks that are registered. Props @huubl.