Release 2.5.0 & 3.3.0 #225
patrickdemooij9
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
This update was something to be released for some time now, especially now that Umbraco 12 is out. One of the features of this update is that you can now use 3.3.0 for Umbraco 12! But there are also a ton of other changes that I would like to tell you about:
New editors
Thanks to @ugurhangul we now have 2 new fields available for metafields. The first one is a keywords field. While this field isn't used by Google itself anymore, I do think it might be useful in case you want to use it. Because of this situation, the field is hidden behind a setting. Read more about how to enable this in the documentation.
The other field is a schema field. This can be used to insert your JSON-LD scripts. In the future, I would like to make this more user-friendly, but this will be able to cover most situations.
Datetime formatting
In previous versions, we only showed day, month, year for your last modified date. However this might not be good enough if you have content that changes a lot. Sitemaps are allowed to have times in them as well. With this update, I made a change to include the time by default. If you want to revert this, there is now a setting in the configuration where you can specify the date format so that you have more freedom to do whatever you want.
Load balancing support
Before this update, SeoToolkit did not support load balancing. This was due to the caching that wouldn't reset on all the servers. With this update, this should be fixed and you shouldn't have any issues with load balancing now.
And that is all for now. Take a look at the changelog below to see what else has been fixed/added. A huge thanks to the people making pull requests and issues. I really appreciate all the work you do!
What's Changed
New Contributors
Full Changelog: 3.2.0...3.3.0
This discussion was created from the release Release 2.5.0 & 3.3.0.
Beta Was this translation helpful? Give feedback.
All reactions