Releases: patrickdemooij9/SeoToolkit.Umbraco
Release 2.0.1
What's Changed
- 93: Fix for SQLite migration not working by @patrickdemooij9 in #94
- Fix for save not always working by @patrickdemooij9 in #95
Full Changelog: 2.0.0...2.0.1
V2.0.0
Umbraco v10 release!
V2.0.0-alpha
This update introduces SeoToolkit for Umbraco 10. Full release should be available when Umbraco officially releases v10
V1.1.0
Hi everyone!
This new release includes a lot of new functionalities and changes to the interface to make everything a lot easier to use.
Notable changes
Both the content apps on content & document types for meta fields have been updated with this new interface:
The content app for content now also shows previews that are updated in realtime:
Robots.txt now shows this dialog on invalid content allowing you to save it if needed.
And you are now able to have more control about the sitemap generation with Umbraco like notifications.
public class ExampleSitemapNotification : INotificationHandler<GenerateSitemapNotification>
{
public void Handle(GenerateSitemapNotification notification)
{
notification.Nodes.Add(new SitemapNodeItem("https://google.nl"));
}
}
What's Changed
- Hide restricted nodes in Umbraco from the sitemap by @jveer in #65
- Added option to allow saving invalid Robots.txt content (#44) by @jveer in #64
- Added the status code as text to the redirects overview (#45) by @jveer in #63
- Created some simple logic for searching within redirects by @patrickdemooij9 in #68
- Sitemap priority editor changed to slider (#49) by @jveer in #62
- Added sorting of the columns to the redirects overview by @jveer in #70
- Prevent multiple initializations on the meta fields content app by @jveer in #72
- Fix for app_plugin files not being included for MetaFields and Sitemap by @patrickdemooij9 in #75
- New interface for document types by @patrickdemooij9 in #78
- Added umbraco telemetry by @patrickdemooij9 in #79
- Track created by & show last updated date by @patrickdemooij9 in #80
- Set the default value for canonical url by @patrickdemooij9 in #81
- Feature/seo content changes by @patrickdemooij9 in #83
- Allow sitemap extension through notifications by @patrickdemooij9 in #84
Full Changelog: 1.0.2...1.1.0
A big H5YR to @jveer for his contributions in this release!
Please create issues if you find any issues with this release.
V1.0.2
What's Changed
- #42 - Made ChangeFrequency nullable for SitemapPageTypeEntity by @jveer in #60
- Fix for the documentation links by @patrickdemooij9 in #61
- Support for multiple media picker by @patrickdemooij9 in #66
New Contributors
Full Changelog: 1.0.1...1.0.2
V1.0.1
-Small bugfix to make sure that the redirects functionality is also included in the base package.
V1.0.0 Release
The first official release of the SeoToolkit package.
This package has the following features:
- Sitemap
- Script Manager
- Redirects
- Robots.Txt
- Meta Fields
And hopefully a lot more in the future. For more information, check out the main page of the Github or the blog post here: https://patrickdemooij.hashnode.dev/creating-umbraco-packages-part-17
(I also released 1.0.1 to fix a small bug where the redirects package wasn't added in the main package: https://github.com/patrickdemooij9/SeoToolkit.Umbraco/releases/tag/1.0.1)
1.0.0 Beta
Hello everyone!
Today marks the release of the beta version of this package. You can now download it from NuGet and try it out! This version allows you to try out the package and see if there is anything that could be improved.
It is on NuGet here: https://www.nuget.org/packages/uSeoToolkit.Umbraco/
Any documentation that you might need can be found here: https://useotoolkit.gitbook.io/useotoolkit/
The package includes the following functionalities:
- Meta Fields
- Sitemap
- Robots.txt
- Script Manager
I hope that I'll be able to release a full version of the package in the near future, but this should give everyone a chance to try out the package and influence the development of it.