SeoToolkit 6.0.0
Hello everyone!
You probably noticed the official Umbraco 17 release last week and ofcourse SeoToolkit is moving right along with that. There is however a big change that I would like to notify you about:
Migration to guids
The initial data models used in SeoToolkit all used numbers as identifiers. This is fine for most use cases, but recently Umbraco is shifting more towards using Guids as identifiers. The guids are also one requirement for things like uSync (though maybe there is a way around it). Therefore I am slowly moving towards that. In this release, you'll see the first step of that, new columns indicating the Guid identifiers. In the future they will become the new primary keys. In order to do this, there are quite some migrations happening, so if you update please make sure to have a backup ready (which I recommended with major upgrades anyway). I don't expect any issues as I tested it quite a lot, but I could have missed an edge case somewhere.
As always, if you spot any issues please make sure to create an issue on the issue tracker. Thank you for using SeoToolkit!
What's Changed
- Start migrating away from ids and towards guids by @patrickdemooij9 in #430
- Upgrade to Umbraco 17 by @patrickdemooij9 in #437
Full Changelog: 5.1.1...6.0.0