From dd083315fbdcee4324f3b5610a4327140d0899bd Mon Sep 17 00:00:00 2001 From: Mehdi Miah Date: Tue, 7 Jun 2022 09:58:02 +0100 Subject: [PATCH] Upgrade to orchard core 1.4.0 --- Etch.OrchardCore.Fields.csproj | 22 +++++++++++----------- Manifest.cs | 2 +- README.md | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Etch.OrchardCore.Fields.csproj b/Etch.OrchardCore.Fields.csproj index 5a909e4..7b1eab1 100644 --- a/Etch.OrchardCore.Fields.csproj +++ b/Etch.OrchardCore.Fields.csproj @@ -3,7 +3,7 @@ net6.0 true - 1.2.2 + 1.3.0 Etch.OrchardCore.Fields Etch OrchardCore Fields Etch @@ -21,16 +21,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/Manifest.cs b/Manifest.cs index f076a68..e232021 100644 --- a/Manifest.cs +++ b/Manifest.cs @@ -4,7 +4,7 @@ Name = "Useful Fields", Author = "Etch UK", Website = "https://etchuk.com", - Version = "1.2.2" + Version = "1.3.0" )] [assembly: Feature( diff --git a/README.md b/README.md index 42480f1..49a3c8b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Module for [Orchard Core](https://github.com/OrchardCMS/OrchardCore) that provid ## Orchard Core Reference -This module is referencing a stable build of Orchard Core ([`1.3.0`](https://www.nuget.org/packages/OrchardCore.Module.Targets/1.3.0)). +This module is referencing a stable build of Orchard Core ([`1.4.0`](https://www.nuget.org/packages/OrchardCore.Module.Targets/1.4.0)). ## Installing @@ -28,7 +28,7 @@ Content field providing a code editor (using [Ace](https://ace.c9.io/)) to add c ### Colour -Colour field introduces an alternative to the `TextField` for ditors to define a colour. This field can be configured with a colour palette, transparent or the ability to choose a custom colour. +Colour field introduces an alternative to the `TextField` for editors to define a colour. This field can be configured with a colour palette, transparent or the ability to choose a custom colour. ### Dictionary diff --git a/package.json b/package.json index 19a0184..6585324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "etch.orchardcore.fields", - "version": "1.2.2", + "version": "1.3.0", "description": "Module for Orchard Core that provides useful content fields.", "scripts": { "build": "webpack",