Skip to content

Release 2.5.0 & 3.3.0

Compare
Choose a tag to compare
@patrickdemooij9 patrickdemooij9 released this 21 Aug 12:38
· 32 commits to dev/Umbraco11 since this release

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

  • Fix disabling SectionTree for ScriptManager by @kows in #210
  • Seo Keywords added with Umbraco Tags Editor by @ugurhangul in #198
  • Set to first page on search redirect by @kows in #215
  • Null check on customdomain by @kows in #213
  • Use CacheRefreshers for load balancing setup by @patrickdemooij9 in #222
  • Split composers that add views if people only use the core package by @patrickdemooij9 in #224
  • Fix issue with selecting a redirect in a listview.
  • Allow datetime formatting in the sitemap.
  • Allow Umbraco 12

New Contributors

Full Changelog: 3.2.0...3.3.0