Skip to content

Releases: Jumoo/uSyncTriggers

v9.1 - Umbraco 9/10 release

05 Jul 11:32
Compare
Choose a tag to compare

This is a minor release of Triggers just to update some documentation and the syntax helpers.

This version of triggers should run on either Umbraco 9 or Umbraco 10.

updates

  • Updated uSyncTriggersCli, so the seed command provides the correct syntax for appsettings.json
  • Updated the readme files for each library.

Installation

  1. Install the uSync.Triggers package on your umbraco site:
dotnet add package uSync.Triggers
  1. Install the uSyncTriggersCli tool on you computer / CI YAML thing
dotnet tool install uSyncTriggerCli -g

v9 - release

21 Feb 16:54
Compare
Choose a tag to compare

This is the v9 release of uSync.Triggers .

Notes

  • Only supports HMAC auth with the uSyncTriggersCLI tool
  • Required uSync v9.2

too add to your project :

dotnet add package uSync.Triggers

n.b must be enabled in appsettings.json