Enhancements
- Added a hook to disabled the twitter card. (Props: @petenelson)
- Performance
- Replaced the use of
get_posts
andget_children
byWP_Query
.
Bugfixes
- Archive pages are excluded from the sitemap based on the noindex setting. (Props: @stodorovic)
- Prevent the throwing of an error when
wpseoPostScraperL10n
is not defined. - Escapes all input when generating links for the RSS feed.
- Apply the
wp_get_attachment_url
filter to Sitemap images.