Releases: aerni/statamic-advanced-seo
Releases · aerni/statamic-advanced-seo
v1.3.0
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
What's fixed
- Fix an issue where the social images would be generated even though they shouldn't
- Fix an issue where the social images glide cache couldn't be deleted
- The
{{ seo }}
tag now also works in the social images generator views - Update the stub of the social images layout to hide the debugbar
v1.1.1
v1.1.0
What's new
- Major refactor of how default values get augmented, making the addon even more robust
- Added the concept of themes to the social images generator
- Added live preview for the social images generator
- Added a
generate_on_save
config option for the social images generator - Generate all your social images at once, using the new
php please seo:generate-images
command - Create your own custom sitemaps for routes outside of Statamic's control
- You may customize the directory in which Advanced SEO saves its data
- Probably a bunch more that I can't recall 😅
What's improved
- Better multi-site sitemaps: Previously there was a sitemap for each localization. Now you only have one sitemap that includes alternate links pointing to each localization of an entry or term. Now you only have to submit one sitemap to Google Search Console.
- You can now disable the sitemap on each entry or term
- The config file now looks a lot prettier. I suggest you copy the new config and merge it with yours.
- A bunch of improvements under the hood
What's fixed
- A bunch of things I encountered along the way