Releases: mundschenk-at/wp-typography
Releases · mundschenk-at/wp-typography
wp-Typography 5.11.0
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
- Bugfix: A debug message intended for local use accidentally got into the build of 5.10.0.
wp-Typography 5.10.0
- Bugfix: Default styles were always loaded, even when
Include styling for CSS hookswas 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
nullvalue toWP_Typography::processwill no longer result in aTypeErrorwhen processing
has been disabled for the post. - Change: WordPress minimum version increased to 6.6.
wp-Typography 5.9.1
Bugfix: Only apply filters to ACF fields returning strings to preserve type expectations for downstream code.
wp-Typography 5.9.0
- 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
arrayis now supported for most fields.
- Change: PHP minimum version increased to 7.4.
- Change:
Prevent widowsis now disabled by default.
wp-Typography 5.8.1
- Bugfix: Whitescreen in
Requirementsclass due to error in build process fixed.
wp-Typography 5.8.0
- 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
- Bugfix: Dewidowing is applied again (had silently broken since wp-Typography 5.1.0).
- Bugfix:
link_nameandterm_namewill not have HTML injected anymore.
wp-Typography 5.7.1
- 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
- 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/typographyadded 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 clipboardis enabled.