From 40d1d4d98f2ee756217b7a6f6d6bfd47e56809d8 Mon Sep 17 00:00:00 2001 From: Eric Dugre Date: Mon, 27 Nov 2023 14:24:23 -0500 Subject: [PATCH 1/4] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3de696..b5b63ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![NuGet](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)]([https://www.nuget.org/packages/Xperience.DependingFieldComponents](https://www.nuget.org/packages/Xperience.DependingFieldComponents/1.0.0#versions-body-tab)) +![build](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml/badge.svg) + # Xperience by Kentico depending field components When editing content, often developers will want to hide a field's input based on the value of another field. For example, if an article _might_ contain a link to an external site, there will be a checkbox called "Has external link." If the checkbox is not checked, the text input for the external link should be hidden. From a92294130e805a16cae7b63cd2132fb7589d91be Mon Sep 17 00:00:00 2001 From: Eric Dugre Date: Mon, 27 Nov 2023 14:26:13 -0500 Subject: [PATCH 2/4] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b63ad..eb1d8c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![NuGet](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)]([https://www.nuget.org/packages/Xperience.DependingFieldComponents](https://www.nuget.org/packages/Xperience.DependingFieldComponents/1.0.0#versions-body-tab)) +[![Nuget](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)](https://www.nuget.org/packages/Xperience.DependingFieldComponents/1.0.0#versions-body-tab) ![build](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml/badge.svg) # Xperience by Kentico depending field components From 658410bd287595104f10aad00d4d36a6c412dd00 Mon Sep 17 00:00:00 2001 From: Eric Dugre Date: Mon, 27 Nov 2023 14:28:30 -0500 Subject: [PATCH 3/4] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb1d8c7..d15062a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Nuget](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)](https://www.nuget.org/packages/Xperience.DependingFieldComponents/1.0.0#versions-body-tab) -![build](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml/badge.svg) +[![Nuget](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)](https://www.nuget.org/packages/Xperience.DependingFieldComponents#versions-body-tab) +[![build](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml/badge.svg)](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml) # Xperience by Kentico depending field components From ae4a3448f25b64eaf121d3a6f984aab8530789f7 Mon Sep 17 00:00:00 2001 From: Eric Dugre Date: Mon, 27 Nov 2023 16:50:28 -0500 Subject: [PATCH 4/4] update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d15062a..48e420a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ This project adds custom form components to Xperience by Kentico which allows de ## Compatibility -Xperience by Kentico version __27.y.z__ has been tested and is supported. __28.y.z__ has not been tested but is supported by the package and should work. +The following Xperience by Kentico versions have been tested and are supported by this project: + +- 27.y.z +- 28.y.z ## Components