Release notes v13.0.0

Release Details

v13.0.0 - Major Release 🫡

This is a major release update for uSync for Umbraco - to support Umbraco 13 which is also a major release.

This release contains updates so uSync will work with Umbraco 13, and .net8. Patch wise this is the same as the latest v12.x release

Updates

  • Support for Umbraco 13.
  • Support for .NET 8
  • Support of the new blocks inside RTE feature
  • Support for webhooks (See below).

Webhooks.

Umbraco v13 comes with UI support for defining your own webhooks, with no code. for uSync 13 we have added code for the webhooks, but they are disabled by default. but can be enabled either in program.cs or a composer (using a composer is preferred).

builder.AdduSyncWebhooks()

this will then add some uSync webhooks (import completed, item imported etc) to the webhooks, so you can fire off things when uSync is ran.