Skip to content

Commit 71869c6

Browse files
committed
Release v1.3.2
1 parent 48b5c4e commit 71869c6

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.2
2+
=====
3+
4+
* #48 - Editing a media item breaks the link
5+
* #51 - Picked nodes are not resolved when deleted
6+
17
1.3.1
28
=====
39

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.3.1",
3+
"version": "1.3.2",
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.3.1.*")]
36-
[assembly: AssemblyInformationalVersion("1.3.1")]
35+
[assembly: AssemblyFileVersion("1.3.2.*")]
36+
[assembly: AssemblyInformationalVersion("1.3.2")]

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.3.1" 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.1.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.2" 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.2.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)