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

Commit

Permalink
Merge pull request #151 from skttl/develop
Browse files Browse the repository at this point in the history
Preparing 1.0.0 release
  • Loading branch information
skttl authored Aug 20, 2019
2 parents 57d8082 + 9045924 commit 2c6b64b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doc Type Grid Editor

[![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)
[![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)
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.DocTypeGridEditor.svg)](https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor)
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)

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

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

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

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

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


## Dev Team

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

### Special thanks

Expand All @@ -95,9 +95,9 @@ Have a question?

## License

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

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

Copyright © 2014 Umbrella Inc

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0.{build}
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
init:
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=

cache:
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
Expand Down
4 changes: 2 additions & 2 deletions build/package.proj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PropertyGroup>
<ProjectName>Our.Umbraco.DocTypeGridEditor</ProjectName>
<PackageName>Doc Type Grid Editor</PackageName>
<MinUmbracoVersion>8.0.0</MinUmbracoVersion>
<MinUmbracoVersion>8.1.0</MinUmbracoVersion>
<Readme>Doc Type Grid Editor is an advanced grid editor for Umbraco 8</Readme>
<AuthorName>Matt Brailsford, Lee Kelleher, Søren Kottal</AuthorName>
<AuthorUrl>https://github.com/umco/umbraco-doc-type-grid-editor/graphs/contributors</AuthorUrl>
Expand Down Expand Up @@ -207,4 +207,4 @@

</Target>

</Project>
</Project>
2 changes: 1 addition & 1 deletion build/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Thanks for installing Doc Type Grid Editor.

We have added an universal grid editor allowing all your element types, in a package.manifest file in /App_Plugins/DocTypeGridEditor/package.manifest.
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:
https://github.com/umco/umbraco-doc-type-grid-editor/blob/master/docs/developers-guide.md
https://github.com/skttl/umbraco-doc-type-grid-editor/blob/master/docs/developers-guide.md
2 changes: 1 addition & 1 deletion docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ By inheriting from the `DocTypeGridEditorSurfaceController` base class, you'll a

### Useful Links

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

0 comments on commit 2c6b64b

Please sign in to comment.