Skip to content

Releases: patrickdemooij9/SeoToolkit.Umbraco

Release 2.0.1

10 Jul 09:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

V2.0.0

16 Jun 08:12
5a5c61b
Compare
Choose a tag to compare

Umbraco v10 release!

V2.0.0-alpha

03 Jun 07:01
Compare
Choose a tag to compare
V2.0.0-alpha Pre-release
Pre-release

This update introduces SeoToolkit for Umbraco 10. Full release should be available when Umbraco officially releases v10

V1.1.0

30 May 19:38
Compare
Choose a tag to compare

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:
SeoToolkitMetaFields1
SeoToolkitMetaFields2

The content app for content now also shows previews that are updated in realtime:
PreviewMetaFields

Robots.txt now shows this dialog on invalid content allowing you to save it if needed.
image

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

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

17 Apr 14:53
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jveer made their first contribution in #60

Full Changelog: 1.0.1...1.0.2

V1.0.1

10 Apr 19:26
Compare
Choose a tag to compare

-Small bugfix to make sure that the redirects functionality is also included in the base package.

V1.0.0 Release

10 Apr 11:24
8104404
Compare
Choose a tag to compare

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

21 Feb 20:05
Compare
Choose a tag to compare
1.0.0 Beta Pre-release
Pre-release

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.