Releases: humanmade/bylines
Releases · humanmade/bylines
Release 0.5.1
Removing the dev comment output from the frontend.
0.4.0
Fix value passed into wp_get_attachment_image_src()
to ensure that we're passing an integer, for compatibility with plugins that use strict typing on this filter. (#8)
0.3.0
- Allow filtering bylines user search query (#5)
- Allow filtering Byline object creation (#6)
- Add Byline::get method for campatability with WP_User::get (#7)
- Fix various npm security warnings.