1.4.15
Bugfixes
- Fix the white XML sitemap errors caused by non-working XSL.
- Fixed the errors in content analysis reporting an H2 was not found when it was really there.
- Fix slug stopwords removal, props amm350.
- Fix PHP Notice logged when site has capabilities created without 3rd value in args array, props mbijon.
- Fix the fact that meta description template for archive pages didn't work, props MarcQueralt.
- Prevent wrong shortcodes (that echo instead of return) from causing erroneous output.
- Fix edge cases issue for keyword in first paragraph test not working.
- Revert change in 1.4.14 that did a
do_shortcode
while in thehead
to retrieve images from posts, as too many plugins crash then, instead addedwpseo_pre_analysis_post_content
filter there as well.