Skip to content

Releases: mundschenk-at/wp-typography

wp-Typography 5.11.0

23 Feb 17:41
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Don't crash when a runtime requirement is not met.

Full Changelog: v5.10.1...v5.11.0

wp-Typography 5.10.1

16 Dec 17:46
Compare
Choose a tag to compare
  • Bugfix: A debug message intended for local use accidentally got into the build of 5.10.0.

wp-Typography 5.10.0

15 Dec 20:38
Compare
Choose a tag to compare
  • Bugfix: Default styles were always loaded, even when Include styling for CSS hooks was unchecked.
  • Bugfix: No more Function _load_textdomain_just_in_time was called incorrectly. (present since WordPress 6.7).
  • Bugfix: Block Editor blocks and the sidebar extension have been split into separate assets to prevent issues
    with the widget editor (and customizer preview).
  • Bugfix: Passing a null value to WP_Typography::process will no longer result in a TypeError when processing
    has been disabled for the post.
  • Change: WordPress minimum version increased to 6.6.

wp-Typography 5.9.1

22 Jan 21:31
Compare
Choose a tag to compare

Bugfix: Only apply filters to ACF fields returning strings to preserve type expectations for downstream code.

wp-Typography 5.9.0

21 Jan 17:32
Compare
Choose a tag to compare
  • Feature: wp-Typography is now compatible with PHP 8.1.
  • Feature: Improved Advanced Custom Fields support:
    • wp-Typography is now compatible with Advanced Custom Fields 6.
    • The return type array is now supported for most fields.
  • Change: PHP minimum version increased to 7.4.
  • Change: Prevent widows is now disabled by default.

wp-Typography 5.8.1

25 Jan 01:44
Compare
Choose a tag to compare
  • Bugfix: Whitescreen in Requirements class due to error in build process fixed.

wp-Typography 5.8.0

25 Jan 01:42
Compare
Choose a tag to compare
  • Feature: wp-Typography is now compatible with PHP 8.0.
  • Change: WordPress minimum version increased to 5.3.
  • Change: PHP minimum version increased to 7.2.
  • Change: Support for Internet Explorer 11 has been dropped.
  • Change: A fabulous new plugin icon designed by Johanna Amann.

wp-Typography 5.7.2

03 Nov 14:56
Compare
Choose a tag to compare
  • Bugfix: Dewidowing is applied again (had silently broken since wp-Typography 5.1.0).
  • Bugfix: link_name and term_name will not have HTML injected anymore.

wp-Typography 5.7.1

24 Jun 20:24
Compare
Choose a tag to compare
  • Bugfix: Filters can be removed again with remove_filter().
  • Bugfix: The block editor does not crash anymore when trying to edit a custom post type that does not support custom-fields.

wp-Typography 5.7.0

22 May 14:57
Compare
Choose a tag to compare
  • Feature: Disable wp-Typography for specific posts/pages (via a sidebar toggle in the block editor or the filter hook typo_disable_processing_for_post).
  • Feature: New block wp-typography/typography added to apply typography fixes on nested blocks (e.g. in widgets).
  • Change: Significantly updated hyphenation patterns for:
    • Amharic,
    • Chinese pinyin (Latin),
    • German,
    • German (Traditional),
    • German (Swiss Traditional),
    • Latin (Classical),
    • Latin (Liturgical),
    • Spanish.
  • Change: The minimum version has been raised to WordPress 4.9.
  • Change: The DOM extension is now explicitly required for running the plugin.
  • Bugfix: Copying from form fields works again when Remove hyphenation when copying to clipboard is enabled.