6.5.0
December 11th, 2024
What's new
- Allow customization of sitemap queries by @jesseleite in https://github.com/statamic/seo-pro/pull/361
- Allow aliasing on
{{ seo_pro:meta_data }}
tag by @amadeann in https://github.com/statamic/seo-pro/pull/362
6.4.0
November 29th, 2024
What's new
- PHP 8.4 Support by @duncanmcclean in https://github.com/statamic/seo-pro/pull/359
6.3.0
October 15th, 2024
What's new
- Add config to keep only recent reports by @jesseleite in https://github.com/statamic/seo-pro/pull/354
What's improved
- Remove trailing slash from absolute
home_url
by @edalzell in https://github.com/statamic/seo-pro/pull/356
6.2.0
October 4th, 2024
What's improved
- Report UX and performance improvements by @jesseleite in https://github.com/statamic/seo-pro/pull/314
6.1.2
September 10th, 2024
What's fixed
- Use query builder to prevent timeout by @SylvesterDamgaard in https://github.com/statamic/seo-pro/pull/347
6.1.1
September 6th, 2024
What's fixed
- Fixed error when updating existing sites @duncanmcclean in https://github.com/statamic/seo-pro/pull/346
6.1.0
September 5th, 2024
What's new
- Support paginated sitemaps by @ryanmitchell in https://github.com/statamic/seo-pro/pull/344
6.0.3
May 24th, 2024
What's fixed
- Fix edge case augmentation to string issues by @jesseleite in https://github.com/statamic/seo-pro/pull/335
6.0.2
May 14th, 2024
What's fixed
- Fix missing
starts_with()
function error by @duncanmcclean in https://github.com/statamic/seo-pro/pull/330
6.0.1
May 10th, 2024
What's improved
- Always show
Custom
image option by @jesseleite in https://github.com/statamic/seo-pro/pull/328
6.0.0
May 9th, 2024
What's new
- Statamic 5 Support by @duncanmcclean in https://github.com/statamic/seo-pro/pull/326
5.4.4
April 11th, 2024
What's fixed
- Fix unique title validation in reports on 'Custom' title values by @jesseleite in https://github.com/statamic/seo-pro/pull/324
5.4.3
April 11th, 2024
What's fixed
- Fix duplicate hreflang attribute values in meta output by @jesseleite in https://github.com/statamic/seo-pro/pull/323
5.4.2
April 10th, 2024
What's fixed
- Remove array_get helper by @ryanmitchell in https://github.com/statamic/seo-pro/pull/322
- Bump vite from 4.3.9 to 4.5.3 by @dependabot in https://github.com/statamic/seo-pro/pull/321
5.4.1
January 8th, 2024
What's fixed
- Fix save on null during report generation error by @jesseleite in https://github.com/statamic/seo-pro/pull/313
5.4.0
January 4th, 2024
What's improved
- Separate report routes for easier maintenance and better UX by @jesseleite in https://github.com/statamic/seo-pro/pull/300
- Misc performance improvements by @ryanmitchell @jesseleite in https://github.com/statamic/seo-pro/pull/304
- Reports section performance improvements by @jesseleite in https://github.com/statamic/seo-pro/pull/307
- Report generation performance improvements by @jesseleite in https://github.com/statamic/seo-pro/pull/310
- Sort report pages by canonical URL by @jesseleite in https://github.com/statamic/seo-pro/pull/311
5.3.0
November 16th, 2023
What's new
- Allow for swappable
SiteDefaults
implementation by @jesseleite in https://github.com/statamic/seo-pro/pull/302 - Allow cascade hydration for custom route/controller/blade implementations by @jesseleite in https://github.com/statamic/seo-pro/pull/303
What's improved
- Misc nav improvements by @jesseleite in https://github.com/statamic/seo-pro/pull/295
What's fixed
- Bump postcss from 8.4.23 to 8.4.31 by @dependabot in https://github.com/statamic/seo-pro/pull/293
5.2.2
August 4th, 2023
What's improved
- Remove old Statamic v3 code by @jesseleite in https://github.com/statamic/seo-pro/pull/286
What's fixed
- Fix paginated urls with custom routing (ie. when using SSG) by @jesseleite in https://github.com/statamic/seo-pro/pull/288
5.2.1
July 6th, 2023
What's improved
- Dutch translations https://github.com/statamic/seo-pro/pull/284 by @j-jalving
5.2.0
June 7th, 2023
What's new
- Add GraphQL support for entry meta. #207 by @DanielDarrenJones
- Add GraphQL support for term meta. #281 by @jesseleite
- Add ability to configure site defaults path. #230 by @Daynnnnn
What's fixed
- Fix alternate locale meta logic. #277 by @jesseleite
- Bump vite from 4.3.5 to 4.3.9. #278 by @dependabot
5.1.0
May 17th, 2023
5.0.1
May 10th, 2023
5.0.0
May 3rd, 2023
What's new
- Add Statamic 4 support
4.0.1
February 6th, 2023
What's new
- Add support for passing meta into custom Statamic routes. #255
What's fixed
- Ensure only published content is shown in alternate locale meta. #257
4.0.0
January 27th, 2023
What's new
- Add Statamic 3.4 support
3.1.3
December 13th, 2022
What's fixed
- Fix
Value
instance type error when merging non-existentseo
data. #246
3.1.2
November 30th, 2022
What's fixed
- Fix rare
fieldtype() on null
error preventing ability to save an entry. #240
3.1.1
November 7th, 2022
3.0.0
March 8th, 2022
What's new
- Add Statamic 3.3 support
2.3.1
September 22nd, 2021
2.3.0
August 25th, 2021
2.2.1
May 3rd, 2021
2.2.0
March 25th, 2021
What's new
- Add Statamic 3.1 support
2.1.6
March 25th, 2021
What's fixed
- Fix read-only fields in site defaults. 2d59762
2.1.4
March 17th, 2021
2.1.3
February 22nd, 2021
What's fixed
- Fix permissions error for older Laravel versions. 2fefaf5
2.1.2
February 22nd, 2021
What's new
- Add user permissions. #142
- Add ability to delete reports. #117
- Add translation options to reports. #152
- Add translation options to titles and navs. #153
- Add translation options to dropdown options. #154
What's improved
- Drastically improve sitemap performance. #141
- Separate
twitter_preset
config with sensible ratio for default card type. f1664f6
What's fixed
- Fix broken image values in CP publish forms. 023f337
2.1.1
February 2nd, 2021
What's new
- Add support for Statamic 3.1.
2.1.0
December 8th, 2020
What’s new
- Canonical URLs can now be overridden on sections/entries/terms. #146
- Twitter handles can now be overridden on sections/entries/terms. a4f9991
- Twitter card image size is now configurable. #147
- Pagination in meta is now configurable. #146
- Render
rel=prev/next
links when pagination exists. #146 - Add test suite. #132
What’s improved
- Twitter cards now render as
summary_large_image
by default. #147 - Paginated canonical URLs now only render
page=2
and higher by default. #146
What’s fixed
- Content without URLs are now ignored by sitemap and reports. #133
- Meta is now hidden when disabled on entry level. d471b6f
- Google and bing meta is now properly rendered. 46d0e4e
2.0.14
September 23rd, 2020
2.0.13
September 17th, 2020
2.0.12
September 15th, 2020
2.0.11
September 9th, 2020
2.0.9
August 25th, 2020
2.0.7
August 20th, 2020
What's new
- Remove v3 beta requirement.
- Prepare for upcoming blueprint parent changes.
What's fixed
- Fix array placeholders.
- Fix robots field not allowing multiple values.
2.0.6
August 15th, 2020
2.0.5
August 14th, 2020
2.0.4
August 4th, 2020
- Fix Bug fixes.
2.0.3
July 29th, 2020
- Fix Bug fixes.
2.0.2
July 28th, 2020
- New Makeup
2.0.1
July 24th, 2020
- Fix Fix vendor publishing.
- Fix Require Statamic v3.
2.0.0
July 24th, 2020
- 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.