Infocaster / UrlTracker

An Umbraco package that tracks 404 not found results and helps you redirect visitors to the right page
https://infocaster.net/wat-we-doen/umbraco-plugins/301-url-tracker
MIT License
17 stars 12 forks source link

Bump uSync from 13.0.0-rc2 to 13.0.1 #167

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps uSync from 13.0.0-rc2 to 13.0.1.

Release notes

Sourced from uSync's releases.

v13.0.1 - Patch release

This is a patch release of uSync v13 for Umbraco v13 it contains as fix for displaying errors on import (a typo in the error handling meant the error didn't show)

Fixes

#575 - uSync appears to hand when there is an import error.

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.

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 6 months ago

Superseded by #174.