Version 1.4.0-beta
Pre-release
Pre-release
ThierryA
released this
30 Sep 07:03
·
926 commits
to development
since this release
This release is a security and improvement update. A significant part of this update is code quality improvement according to WPCS. Read the changelog below carefully before updating as some changes slightly affects backwards compatibility.
- Important: Added archive page title (backwards compatibility affected).
- Important: Fixed post author meta prefix (backwards compatibility affected).
- Important: Modified WP Customizer fields transport default to
refresh
(backwards compatibility affected). - Added output filter to breadcrumb items text.
- Added HTML API echoing functions.
- Improved the default menu registration to prevent conflicts (this prevents the PHP warning when using WPML).
- Updated UIkit to version 2.27.1 (see UIkit changelog for more info).
- Modified comment form name to required (appended an asterisk to the label).
- Improved post and navigation microdata.
- Improved admin editor styling using UIkit base style.
- Improved fields HTML using the new HTML API functions.
- Improved global escaping.
- Improved HTML using the new HTML API functions.
- Improved code globally according to WPCS (major code quality improvement).
- Fixed
beans_comment_content_output
filter. - Fixed settings select PHP notice.
- Fixed PHP warning do to WP comments_open() function lack of isset check.
- Fixed comment form reply link output.
- Fixed child theme favicon overwrite.
- Fixed subfilters applied twice in rare cases.
- Fixed footer credit typography mistake.
- Fixed rare layout issue if no posts page is assigned.
- Removed gzip processor unused since version 1.0.0 (backwards compatibility not affected since it was not for public usage).
Happy coding!