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

Commit 2c6b64b

Browse files
authored
Merge pull request #151 from skttl/develop
Preparing 1.0.0 release
2 parents 57d8082 + 9045924 commit 2c6b64b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Doc Type Grid Editor
22

3-
[![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)
3+
[![Build status](https://img.shields.io/appveyor/ci/skttl/umbraco-doc-type-grid-editor.svg)](https://ci.appveyor.com/project/skttl/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)
66

@@ -39,7 +39,7 @@ If you prefer, you can compile Doc Type Grid Editor yourself, you'll need:
3939

4040
To clone it locally click the "Clone in Windows" button above or run the following git commands.
4141

42-
git clone https://github.com/umco/umbraco-doc-type-grid-editor.git umbraco-doc-type-grid-editor
42+
git clone https://github.com/skttl/umbraco-doc-type-grid-editor.git umbraco-doc-type-grid-editor
4343
cd umbraco-doc-type-grid-editor
4444
.\build.cmd
4545

@@ -78,12 +78,12 @@ Anyone and everyone is welcome to contribute. Please take a moment to review the
7878
Have a question?
7979

8080
* [Doc Type Grid Editor Forum](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/doc-type-grid-editor-feedback/) on Our Umbraco
81-
* [Raise an issue](https://github.com/umco/umbraco-doc-type-grid-editor/issues) on GitHub
81+
* [Raise an issue](https://github.com/skttl/umbraco-doc-type-grid-editor/issues) on GitHub
8282

8383

8484
## Dev Team
8585

86-
* [Søren Kottal](https://github.com/skttl)
86+
* [Søren Kottal](https://github.com/skttl)
8787

8888
### Special thanks
8989

@@ -95,9 +95,9 @@ Have a question?
9595

9696
## License
9797

98-
Copyright © 2019 Søren Kottal, Our Umbraco and [other contributors](https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors)
98+
Copyright © 2019 Søren Kottal, Our Umbraco and [other contributors](https://github.com/skttl/umbraco-doc-type-grid-editor/graphs/contributors)
9999

100-
Copyright © 2017 UMCO, Our Umbraco and [other contributors](https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors)
100+
Copyright © 2017 UMCO, Our Umbraco and [other contributors](https://github.com/skttl/umbraco-doc-type-grid-editor/graphs/contributors)
101101

102102
Copyright © 2014 Umbrella Inc
103103

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0.{build}
66
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
77
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
88
init:
9-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
9+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
1010

1111
cache:
1212
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

build/package.proj

Lines changed: 2 additions & 2 deletions
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>8.0.0</MinUmbracoVersion>
21+
<MinUmbracoVersion>8.1.0</MinUmbracoVersion>
2222
<Readme>Doc Type Grid Editor is an advanced grid editor for Umbraco 8</Readme>
2323
<AuthorName>Matt Brailsford, Lee Kelleher, Søren Kottal</AuthorName>
2424
<AuthorUrl>https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors</AuthorUrl>
@@ -207,4 +207,4 @@
207207

208208
</Target>
209209

210-
</Project>
210+
</Project>

build/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Thanks for installing Doc Type Grid Editor.
3131

3232
We have added an universal grid editor allowing all your element types, in a package.manifest file in /App_Plugins/DocTypeGridEditor/package.manifest.
3333
You can add your own and target specific doctypes, for single purpose grid editors if you'd like. Checkout the Developers Guide for more info at:
34-
https://github.com/umco/umbraco-doc-type-grid-editor/blob/master/docs/developers-guide.md
34+
https://github.com/skttl/umbraco-doc-type-grid-editor/blob/master/docs/developers-guide.md

docs/developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ By inheriting from the `DocTypeGridEditorSurfaceController` base class, you'll a
205205

206206
### Useful Links
207207

208-
* [Source Code](https://github.com/umco/umbraco-doc-type-grid-editor)
208+
* [Source Code](https://github.com/skttl/umbraco-doc-type-grid-editor)
209209
* [Our Umbraco Project Page](http://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)

0 commit comments

Comments
 (0)