Skip to content

Commit 7ab7a14

Browse files
committedJan 3, 2017
New release :D
1 parent 4bbd1e2 commit 7ab7a14

8 files changed

+19
-12
lines changed
 

‎LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 [Skybrud.dk](http://www.skybrud.dk/)
3+
Copyright (c) 2017 [Skybrud.dk](http://www.skybrud.dk/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

‎README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,15 @@ The full configuration for the image picker looks like this:
103103
"height": 0
104104
},
105105
"items": {
106-
"hideTitle": false,
107-
"hideDescription": false,
108-
"hideLink": false
106+
"title": {
107+
"mode": "required"
108+
},
109+
"description": {
110+
"mode": "required"
111+
},
112+
"link": {
113+
"mode": "optional"
114+
}
109115
}
110116
}
111117
}
748 KB
Binary file not shown.
29.1 KB
Binary file not shown.
Binary file not shown.

‎src/Skybrud.ImagePicker/Properties/AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Skybrud.dk")]
1111
[assembly: AssemblyProduct("Skybrud.ImagePicker")]
12-
[assembly: AssemblyCopyright("Copyright © 2016")]
12+
[assembly: AssemblyCopyright("Copyright © 2017")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyInformationalVersion("1.0.4")]
35-
[assembly: AssemblyVersion("1.0.4.0")]
36-
[assembly: AssemblyFileVersion("1.0.4.0")]
34+
[assembly: AssemblyInformationalVersion("1.0.5")]
35+
[assembly: AssemblyVersion("1.0.5.0")]
36+
[assembly: AssemblyFileVersion("1.0.5.0")]

‎src/Skybrud.ImagePicker/Properties/AssemblyInfo.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Skybrud.ImagePicker is a package for Umbraco 7+ containing a property editor and a grid editor for selecting a number of images for use in a slider, gallery or similar.",
44
"company": "Skybrud.dk",
55
"product": "Skybrud.ImagePicker",
6-
"copyright": "Copyright © 2016",
7-
"version": "1.0.4.0",
8-
"informationalVersion": "1.0.4",
9-
"fileVersion": "1.0.4.0"
6+
"copyright": "Copyright © 2017",
7+
"version": "1.0.5.0",
8+
"informationalVersion": "1.0.5",
9+
"fileVersion": "1.0.5.0"
1010
}

‎src/Skybrud.ImagePicker/Skybrud.ImagePicker.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
<Compile Include="Startup.cs" />
280280
</ItemGroup>
281281
<ItemGroup>
282+
<Content Include="App_Plugins\Skybrud.ImagePicker\Controllers\ImagePickerGridEditor.js" />
282283
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerDebugger.html" />
283284
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerList.html" />
284285
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerTiles.html" />

0 commit comments

Comments
 (0)