Releases: statamic/seo-pro
Releases · statamic/seo-pro
2.0.4
- [fix] Bug fixes.
2.0.3
- [fix] Bug fixes.
2.0.2
- [new] Makeup 💅
- [fix] Bug fixes 🐛
2.0.1
- [fix] Fix vendor publishing.
- [fix] Require Statamic v3.
2.0.0
- [new] SEO Pro ported from v2 version.
- [break] There have been a few breaking changes to how things are configured, stored, and run in v3. See docs for more info.
1.3.3
- [fix] Fix XSS vulnerability through the page query parameter
1.3.2
1.3.1
1.3
- [new] Pages can have their own defaults. #63
- [new] Site name and separator can be defined per section or content. #52
- [new] Robot meta tags can be defined per site, section, or content. #19 #65
- [new] Added a
meta_data
tag so you can have more fine grained control over the output. #14 - [new] Added a
dump_meta_data
tag so you can inspect it. - [fix] Disabling the meta title no longer removes the og:title tag. It falls back to the compiled title. #51
- [fix] The first asset container will be used for asset fields if one hasn't been selected.
- [fix] When an asset container hasn't been selected, the select field will be empty.
- [fix] Added some missing Portugese translations.
1.2
- [new] New Webmaster Tools section where you can set Google and Bing site verification codes
- [new] If a meta value is empty, its corresponding tag won't be rendered. This allows you to set your own meta tags if you so choose.
- [new] Current locales now include their own
rel="alternate"
tag with correspondinghreflang
- [fix] Meta tag values have better encoding, tag stripping, and whitespace removing powers.
- [fix] Canonical URLs now include pagination query strings if present
- [fix] The proper
hreflang
format is now used everywhere - [fix] Fix an issue with non-UTF8 text breaking the description field's Vue component