Skip to content

Commit 65d4e95

Browse files
committed
Merge branch 'develop'
2 parents 6f4bf45 + 7bd00b7 commit 65d4e95

File tree

11 files changed

+7
-394
lines changed

11 files changed

+7
-394
lines changed

README.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,17 @@ Download the package via one of the following:
1919

2020
### Usage
2121

22-
See [Usage documentation](docs/Usage.md).
23-
24-
## Current Property editors
25-
26-
### Background
27-
- [x] Background Repeat
28-
- [x] Background Position
29-
- [x] Background Size
30-
31-
### Content Alignment
32-
- [ ] Text / Content Alignment
33-
- [x] Horizontal
34-
- [ ] Vertical
35-
36-
### General
37-
- [ ] General radio check list (with prevalue support)
38-
- [x] Color Picker
39-
22+
See the [Wiki](../../wiki/)!
4023

4124
## Bugs & Additions
4225

43-
If you believe there are any property editors missing from the project please [raise an issue](https://github.com/jamiepollock/umbraco-grid-settings/issues/new).
26+
If you believe there are any new additions this project can't live without or maybe you found a bug, please [raise an issue](../../issues/new).
4427

45-
If you have an implementation you'd like to please [submit a pull request](https://github.com/jamiepollock/umbraco-grid-settings/pull/new/).
28+
If you have an implementation you'd like to add, please [submit a pull request](../../pull/new/).
4629

4730
## Licensing
4831

49-
Licensed under the [MIT License](https://github.com/jamiepollock/umbraco-grid-settings/blob/master/LICENSE.md).
32+
Licensed under the [MIT License](LICENSE.md).
5033

5134
### Package Logo
5235

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ branches:
1414
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
1515
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1616
init:
17-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1817

1918
test:
2019
assemblies:

build-appveyor.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
44
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
55

66
CALL build\tools\NuGet.exe restore src\Our.Umbraco.GridSettings.sln
7-
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\build.proj
7+
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj
File renamed without changes.

build/assets/icon/32x32.png

1.3 KB
Loading
File renamed without changes.
-2.88 KB
Binary file not shown.

build/build.proj renamed to build/package.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Readme>A backoffice plugin to add additional property editors for Umbraco Grid row &amp; column settings</Readme>
2222
<AuthorName>Jamie Pollock</AuthorName>
2323
<AuthorUrl>https://github.com/jamiepollock/Umbraco-Grid-Settings/graphs/contributors</AuthorUrl>
24-
<IconUrl>https://raw.githubusercontent.com/jamiepollock/Umbraco-Grid-Settings/master/build/assets/icon/umbraco-gridsettings-128.png</IconUrl>
24+
<IconUrl>https://raw.githubusercontent.com/jamiepollock/Umbraco-Grid-Settings/master/build/assets/icon/128x128.png</IconUrl>
2525
<PackageLicenseName>MIT license</PackageLicenseName>
2626
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
2727
<ProjectUrl>https://github.com/jamiepollock/Umbraco-Grid-Settings</ProjectUrl>
@@ -129,7 +129,7 @@
129129
<AppPluginFiles Include="$(WebProjectDir)\App_Plugins\Our.Umbraco.GridSettings\**\*.*" />
130130

131131
<!-- Umbraco specific -->
132-
<UmbracoInstallerLogo Include="$(MSBuildProjectDirectory)\assets\icon\umbraco-GridSettings-32.png"/>
132+
<UmbracoInstallerLogo Include="$(MSBuildProjectDirectory)\assets\icon\32x32.png"/>
133133
<PackageFile Include="$(MSBuildProjectDirectory)\package.xml" />
134134

135135
<!-- NuGet specific -->

docs/Advanced-HTML-Attributes-Rendering.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)