Skip to content

Releases: benhuson/wp-subtitle

3.4

08 Feb 10:32
Compare
Choose a tag to compare

Added

  • Added support for the SEOPress plugin. Props @chriselkins.
  • You can now update the subtitle via the REST API. Props @chriselkins.

3.3.1

08 Feb 10:31
Compare
Choose a tag to compare

Fixed

  • Fixed broken closing H2 tag for WooCommerce subtitle. Props @faktorvier.

3.3

04 Sep 19:00
Compare
Choose a tag to compare
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

10 Dec 10:31
Compare
Choose a tag to compare
3.2

Changed

  • Fix WordPress 5.0 compatibility - check use_block_editor_for_post_type.

3.1

06 Sep 21:03
Compare
Choose a tag to compare
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 field after_title, before_title or otherwise in a meta box.
  • Use metabox UI if editing in Gutenberg.

3.0

06 Sep 08:23
Compare
Choose a tag to compare
3.0

Added

  • Make wps_subtitle available via WordPress REST API.

2.9.1

02 Jun 08:49
Compare
Choose a tag to compare

Fixed

  • Fix preview not rendering correct template and other post meta.

2.9

03 May 08:43
Compare
Choose a tag to compare
2.9

Added

Fixed

  • As of WordPress 4.3 no need to esc_attr() AND htmlentities() - can mess up special characters.

2.8.1

14 Sep 10:01
Compare
Choose a tag to compare

Fixed

  • Fix PHP warning - get_admin_subtitle_value() should be declared static.

2.8

07 Sep 10:52
Compare
Choose a tag to compare
2.8

Added

  • Add wps_default_subtitle filter.

Changed

  • Allow subtitle to contain HTML (same as main post title ).
  • Use WP_Subtitle class to validate saving of subtitle in the admin.