File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
RJP.MultiUrlPicker/Properties
TestSite/App_Data/packages/created Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.0
2
+ =====
3
+
4
+ * #22 - Usage in macro parameter
5
+ * #28 - Not working in combination with Doc Type Grid Editor Package
6
+
1
7
1.2.0
2
8
=====
3
9
31
37
0.1.0
32
38
=====
33
39
34
- * initial release
40
+ * initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umbraco-multi-url-picker" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Multi Url Picker for Umbraco 7" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyFileVersion ( "1.2 .0.*" ) ]
36
- [ assembly: AssemblyInformationalVersion ( "1.2 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.3 .0.*" ) ]
36
+ [ assembly: AssemblyInformationalVersion ( "1.3 .0" ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" 1" version =" 1.2 .0" url =" https://github.com/rasmusjp/umbraco-multi-url-picker/" name =" RJP.MultiUrlPicker" folder =" 682e8562-9d45-4d8a-bc21-b1327f7f9932" packagepath =" ~/media/created-packages/RJP.MultiUrlPicker_1.2 .0.zip" repositoryGuid =" " packageGuid =" c4d8ddf1-7eb3-4cc6-bd09-bee24edc40f0" hasUpdate =" False" enableSkins =" False" skinRepoGuid =" 00000000-0000-0000-0000-000000000000" >
3
+ <package id =" 1" version =" 1.3 .0" url =" https://github.com/rasmusjp/umbraco-multi-url-picker/" name =" RJP.MultiUrlPicker" folder =" 682e8562-9d45-4d8a-bc21-b1327f7f9932" packagepath =" ~/media/created-packages/RJP.MultiUrlPicker_1.3 .0.zip" repositoryGuid =" " packageGuid =" c4d8ddf1-7eb3-4cc6-bd09-bee24edc40f0" hasUpdate =" False" enableSkins =" False" skinRepoGuid =" 00000000-0000-0000-0000-000000000000" >
4
4
<license url =" https://github.com/rasmusjp/umbraco-multi-url-picker/blob/master/LICENSE" >MIT License</license >
5
5
<author url =" http://www.rjp.dk" >Rasmus John Pedersen</author >
6
6
<readme ><![CDATA[ Allows editors to pick and sort multiple urls, it uses Umbraco's link picker which supports internal and external links and media. ]]> </readme >
You can’t perform that action at this time.
0 commit comments