SEOPress 3.7.4 is now available. We encourage you to update your site as soon as possible to take advantage of the latest features and improvements.
🎉 New – author meta for LinkedIn
LinkedIn requires the author meta to improve content sharing on their platform. It’s now automatically added to your source code using the post author.
Two new hooks has been added:
- seopress_robots_txt_file to filter your robots.txt file. Now Polylang users can defined different robots.txt files per domain / subdomain using the example from the documentation.
- seopress_get_custom_fields to filter the custom fields available in the Schemas feature. You can now for example show hidden custom fields.
🎉 Other news
We fixed some bugs with Polylang and our XML sitemaps, and breadcrumbs with primary category for better integration.
A lot of minor changes in this release based on the many feedbacks from our users. Thank you all for your contribution. If you want to submit your own, contact us!
Changelog
This release contains the following changes:
= 3.7.4 = 7/11/2019 NEW Author meta name for singular page (enabled by default) NEW ‘seopress_robots_txt_file’ hook to filter robots.txt file (useful with Polylang and multidomain option https://www.seopress.org/support/hooks/filter-robots-txt-file-seopress-pro/) NEW ‘seopress_get_custom_fields’ hook to filter custom fields list in Schemas (https://www.seopress.org/support/hooks/filter-custom-fields-list-in-schemas/) INFO Support hierarchical custom post type for breadcrumbs (PRO) INFO Improve documentation for robots.txt page INFO Improve primary category feature for post INFO Breadcrumbs is now matching primary category (if set) FIX get_home_url() for XSL sitemap with Polylang FIX replace wp_count_posts by pll_count_posts if Polylang activated for XML Sitemap index FIX check when applying “rsd_link” option (thanks to @bomalo) FIX Site is experience difficulties error after requesting the bot in specific cases