Releases: benhuson/wp-subtitle
Releases · benhuson/wp-subtitle
3.4
Added
- Added support for the SEOPress plugin. Props @chriselkins.
- You can now update the subtitle via the REST API. Props @chriselkins.
3.3.1
Fixed
- Fixed broken closing H2 tag for WooCommerce subtitle. Props @faktorvier.
3.3
Changed
- New API for displaying the subtitle using
do_action( 'plugins/wp_subtitle/the_subtitle' )
. - New API for getting the subtitle using
apply_filters( 'plugins/wp_subtitle/get_subtitle', '' )
.
Fixed
- Admin column title now matches the meta box title if altered using the
wps_meta_box_title
filter.
3.2
3.1
Added
%%wps_subtitle%%
placeholders for Yoast SEO compatibility.- WooCommerce compatibility. Go to
WooCommerce > Settings > Products > Display
for settings. wps_subtitle_field_position
filter to position admin fieldafter_title
,before_title
or otherwise in a meta box.- Use metabox UI if editing in Gutenberg.
3.0
2.9.1
2.9
Added
- Add support for post revisions. Props Fabian Marz.
Fixed
- As of WordPress 4.3 no need to
esc_attr()
ANDhtmlentities()
- can mess up special characters.