Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 6ac44f4

Browse files
committed
📘 Updated README (and docs)
1 parent 2c7ee41 commit 6ac44f4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for
1212

1313
### Installation
1414

15-
> *Note:* Doc Type Grid Editor has been developed against **Umbraco v7.4.0** and will support that version and above.
15+
> *Note:* Doc Type Grid Editor has been developed against **Umbraco v7.6.0** and will support that version and above.
1616
1717
Doc Type Grid Editor can be installed from either Our Umbraco package repository, or build manually from the source-code.
1818

@@ -60,6 +60,8 @@ Please be aware that not all property-editors will work within Doc Type Grid Edi
6060
* Tags
6161
* Upload
6262

63+
Another known issue is that validation of property-editors within the overlay do not always work. For editors that use client-side (HTML5) validation, this may appear to work, (e.g. text input require attribute is added), but server-side validation does not work.
64+
6365
---
6466

6567
## Contributing to this project
@@ -88,6 +90,7 @@ Have a question?
8890

8991
* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor & NuGet support.
9092
* Thanks to [Dave Woestenborghs](https://github.com/dawoe) for helping solve showstopper issues.
93+
* Thanks to [Søren Kottal](https://github.com/skttl) for help with localization.
9194

9295

9396
## License

build/package.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup>
1919
<ProjectName>Our.Umbraco.DocTypeGridEditor</ProjectName>
2020
<PackageName>Doc Type Grid Editor</PackageName>
21-
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
21+
<MinUmbracoVersion>7.6.0</MinUmbracoVersion>
2222
<Readme>Doc Type Grid Editor is an advanced grid editor for Umbraco 7</Readme>
2323
<AuthorName>Matt Brailsford, Lee Kelleher</AuthorName>
2424
<AuthorUrl>https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors</AuthorUrl>

docs/developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ With the **Doc Type Grid Editor** then, we bridge that gap, allowing you to reus
3131
Before you get started, there are a number of things you will need:
3232

3333
1. .NET 4.5+
34-
2. Umbraco 7.4.0+
34+
2. Umbraco 7.6.0+
3535
3. The **Doc Type Grid Editor** package installed
3636

3737
---

0 commit comments

Comments
 (0)