Skip to content

Commit 1bf9256

Browse files
committed
Merge branch 'develop'
2 parents 6ff55d6 + 1cf3e78 commit 1bf9256

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download the package via one of the following:
1515
- Our Umbraco [![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/grid-settings/)
1616
- Appveyor [![Appveyor Build](https://ci.appveyor.com/api/projects/status/wna1x7t9rveb876w?svg=true)](https://ci.appveyor.com/project/jamiepollock/umbraco-grid-settings/build/artifacts)
1717

18-
**Note:** Version 0.2.0+ will only be compatible with Umbraco v7.5.4.
18+
**Note:** Version 0.2.0+ will only be compatible with Umbraco v7.5.4 minimum.
1919

2020
### Usage
2121

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2015
22

33
# Version format
4-
version: 0.2.0.{build}
4+
version: 0.2.1.{build}
55

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

src/Our.Umbraco.GridSettings.Web/Our.Umbraco.GridSettings.Web.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\BackgroundRepeat\view.html" />
6969
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\BackgroundSize\controller.js" />
7070
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\BackgroundSize\view.html" />
71+
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\ClassColorPicker\controller.js" />
72+
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\ClassColorPicker\view.html" />
7173
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\ColorPicker\controller.js" />
7274
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\ColorPicker\view.html" />
7375
<Content Include="App_Plugins\Our.Umbraco.GridSettings\editors\TextAlign\controller.js" />

0 commit comments

Comments
 (0)