* NEW WordPress 4.7 is now the minimum required to use SEOPress (WP 5.3 is recommended)
* NEW Add %%page%% dynamic variable, current page number with context (eg: "Page 1 of 4")
* NEW Add "Remove hentry post class" option (SEO > Advanced > Advanced tab) to prevent Google from seeing this as a schema
* NEW Add "Remove author website in comments" option (SEO > Advanced > Advanced tab)
* NEW Add "Remove website field in comments" option (SEO > Advanced > Advanced tab)
* NEW Add "Clean manually all your 404 errors" feature (SEO > Tools > Redirections > Clean your 404 errors)
* NEW article:tag meta property on singular post for Open Graph protocol
* NEW article:section meta property on singular post for Open Graph protocol
* NEW Add a notification to alert admin if PHP module DOM is missing from SEO notifications center
* NEW Add "Remove default breadcrumbs JSON-LD structured data (WooCommerce 3+)" option (SEO > PRO > WooCommerce)
* NEW Add 'seopress_context_paged' hook to filter %%page%% dynamic variable (
Filter “page” dynamic variable - SEOPress)
* NEW 'seopress_social_og_tag' hook to filter article:tag metas (
Filter article tag meta - SEOPress)
* NEW 'seopress_social_og_section' hook to filter article:section meta (
Filter article section meta tag - SEOPress)
* NEW 'seopress_titles_template_variables' hook to filter dynamic variables in meta title / desc... (
Filter dynamic variables array - SEOPress)
* NEW 'seopress_sitemaps_html_post_date' hook to filter date in HTML sitemap (
Filter to enable/disable post date by post type in HTML sitemap - SEOPress)
* NEW Content analysis: check if one your target keyword is in your slug
* INFO add new characters to content analysis to avoid "NAN" error
* INFO Update Admin Columns PRO compatibility (thanks to Stefan)
* INFO The notification about the license activation is now only show for users with "manage_options" capability
* INFO Improve code design
* INFO Add “ and ” characters to pixels counter
* INFO Improve plugin updater to avoid 403 error on license activation
* FIX Warning count() error if no main menu selected from "Add SiteNavigationElement schema" feature
* FIX Replace category_link (deprecated) by term_link
* FIX a notice on 404 page in specific case
* FIX Incorrect message about PRO version in Configuration wizard (thanks to @Noomia)
* FIX Bulk edit for post types generated by Toolset plugin
* FIX Undefined variable in plugin-licence.php file
* FIX Change CSV separator for Export metadata tool (',' to ';')