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

Commit 1ea7c64

Browse files
committed
Updated README
- Bumped the minimum Umbraco version number (to v7.4.0+) - Updated copyright details - Removed the Gitter chat room link - as we are looking to reduce the number of UMCO support channels - Forgot to commit the VS solution after I'd moved the NuGet.exe in commit: d3422c9
1 parent 62dd739 commit 1ea7c64

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
[![Build status](https://img.shields.io/appveyor/ci/UMCO/umbraco-doc-type-grid-editor.svg)](https://ci.appveyor.com/project/UMCO/umbraco-doc-type-grid-editor)
44
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.DocTypeGridEditor.svg)](https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor)
55
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
6-
[![Chat on Gitter](https://img.shields.io/badge/gitter-join_chat-green.svg)](https://gitter.im/leekelleher/umbraco-doc-type-grid-editor)
76

87

9-
A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for cell data.
8+
A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for grid-cell data.
109

1110

1211
## Getting Started
1312

1413
### Installation
1514

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

@@ -94,6 +93,8 @@ Have a question?
9493

9594
## License
9695

97-
Copyright © 2014 Umbrella Inc, Our Umbraco and [other contributors](https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors)
96+
Copyright © 2017 UMCO, Our Umbraco and [other contributors](https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors)
97+
98+
Copyright © 2014 Umbrella Inc
9899

99100
Licensed under the [MIT License](LICENSE.md)

build/package.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PropertyGroup>
3232
<PackageId>Our.Umbraco.DocTypeGridEditor</PackageId>
3333
<NuGetPackageName>Doc Type Grid Editor for Umbraco</NuGetPackageName>
34-
<Copyright>Copyright &#169; 2015 Matt Brailsford, Lee Kelleher</Copyright>
34+
<Copyright>Copyright &#169; 2017 UMCO</Copyright>
3535
<Owners>Matt Brailsford, Lee Kelleher</Owners>
3636
<IconUrl>https://our.umbraco.org/media/wiki/145708/635623742802070736_dtgepng.png</IconUrl>
3737
<Tags>umbraco grid document type editor</Tags>

src/Our.Umbraco.DocTypeGridEditor.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2008
4+
VisualStudioVersion = 15.0.27004.2009
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.DocTypeGridEditor", "Our.Umbraco.DocTypeGridEditor\Our.Umbraco.DocTypeGridEditor.csproj", "{4BD1DB40-1B39-4966-8740-D6A39D658598}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEE9961C-D747-40CD-B0B2-868D6B46833E}"
9-
ProjectSection(SolutionItems) = preProject
10-
.nuget\NuGet.Config = .nuget\NuGet.Config
11-
EndProjectSection
12-
EndProject
138
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Package", "Build Package", "{42CE1449-272B-453B-B162-4558FD38BF41}"
149
ProjectSection(SolutionItems) = preProject
1510
..\appveyor.yml = ..\appveyor.yml
@@ -49,7 +44,6 @@ Global
4944
HideSolutionNode = FALSE
5045
EndGlobalSection
5146
GlobalSection(NestedProjects) = preSolution
52-
{CEE9961C-D747-40CD-B0B2-868D6B46833E} = {8412A31B-D80C-42DE-9589-4BD08F43F86B}
5347
{42CE1449-272B-453B-B162-4558FD38BF41} = {8412A31B-D80C-42DE-9589-4BD08F43F86B}
5448
{29E2BB68-801F-456D-B691-4E93F884FCD5} = {8412A31B-D80C-42DE-9589-4BD08F43F86B}
5549
EndGlobalSection

0 commit comments

Comments
 (0)