Skip to content

Commit 5d9df00

Browse files
committed
Release v1.3.0
1 parent dccd199 commit 5d9df00

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
1.2.0
28
=====
39

@@ -31,4 +37,4 @@
3137
0.1.0
3238
=====
3339

34-
* initial release
40+
* initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umbraco-multi-url-picker",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "Multi Url Picker for Umbraco 7",
55
"repository": {
66
"type": "git",

src/RJP.MultiUrlPicker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [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")]

src/TestSite/App_Data/packages/created/createdPackages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
44
<license url="https://github.com/rasmusjp/umbraco-multi-url-picker/blob/master/LICENSE">MIT License</license>
55
<author url="http://www.rjp.dk">Rasmus John Pedersen</author>
66
<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>

0 commit comments

Comments
 (0)