Skip to content

Commit bff05c2

Browse files
committed
+changelog-ignore: v14.0.0
1 parent a650a49 commit bff05c2

23 files changed

+553
-541
lines changed

src/TestSite.14/TestSite.14.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Umbraco.Cms" Version="14.0.0-rc4"/>
11-
<PackageReference Include="uSync" Version="14.0.0-rc4"/>
10+
<PackageReference Include="Umbraco.Cms" Version="14.0.0"/>
11+
<PackageReference Include="uSync" Version="14.0.0"/>
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/TestSite.14/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div class="container py-4">
3737
<div class="row">
3838
<div class="col">
39-
<a href="https://github.com/jcdcdev/jcdcdev.Umbraco.Core" target="_blank">jcdcdev.Umbraco.Core</a>
39+
<a href="https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14" target="_blank">Umbraco.Community.FileSystemProviders.B2</a>
4040
</div>
4141
</div>
4242
</div>

src/TestSite.14/Views/home.cshtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<div class="row">
99
<div class="col">
1010
<h1 class="display1">@Model.Name</h1>
11+
<div>
12+
<img src="@Model.Image?.GetCropUrl(width: 360)" class="img-fluid" alt="Icon of Umbraco.Community.FileSystemProviders.B2"/>
13+
</div>
1114
<div>
1215
@await Html.GetBlockGridHtmlAsync(Model.GridContent)
1316
</div>

src/TestSite.14/packages.lock.json

Lines changed: 354 additions & 362 deletions
Large diffs are not rendered by default.

src/TestSite.14/uSync/v14/Content/home.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@
2424
<Value Culture="sv"><![CDATA[]]></Value>
2525
</gridContent>
2626
<image>
27-
<Value><![CDATA[]]></Value>
27+
<Value><![CDATA[[
28+
{
29+
"key": "b4d46824-5d3f-4d2d-b470-ae974e5922bc",
30+
"mediaKey": "102b4645-f186-413f-aa26-6a0a3278e001",
31+
"mediaTypeAlias": "",
32+
"crops": [],
33+
"focalPoint": null
34+
}
35+
]]]></Value>
2836
</image>
2937
</Properties>
3038
</Content>

src/TestSite.14/uSync/v14/DataTypes/ImageMediaPicker.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Info>
88
<Config><![CDATA[{
99
"enableLocalFocalPoint": false,
10-
"filter": "Image",
10+
"filter": "Image,cc07b313-0843-4aa8-bbda-871c8da728c8,c4b1efcf-a9d5-41c4-9621-e9d273b52a9c",
1111
"ignoreUserStartNodes": false,
1212
"multiple": false,
1313
"validationLimit": {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Domain Key="6514562a-0000-0000-0000-000000000000" Alias="/sv">
3+
<Info>
4+
<IsWildcard>false</IsWildcard>
5+
<Language>sv</Language>
6+
<Root Key="726ac608-be8d-41dc-9af7-84fab73dcf4a">/Home</Root>
7+
<SortOrder>0</SortOrder>
8+
</Info>
9+
</Domain>

src/TestSite.14/umbraco/models/BasePage.generated.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v14.0.0-rc4+0c5d7b2
5+
// Umbraco.ModelsBuilder.Embedded v14.0.0+8685c7d
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -23,7 +23,7 @@ namespace Umbraco.Cms.Web.Common.PublishedModels
2323
public partial interface IBasePage : IPublishedElement
2424
{
2525
/// <summary>Grid Content</summary>
26-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
26+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
2727
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
2828
global::Umbraco.Cms.Core.Models.Blocks.BlockGridModel GridContent { get; }
2929
}
@@ -34,15 +34,15 @@ public partial class BasePage : PublishedElementModel, IBasePage
3434
{
3535
// helpers
3636
#pragma warning disable 0109 // new is redundant
37-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
37+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3838
public new const string ModelTypeAlias = "basePage";
39-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
39+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
4040
public new const PublishedItemType ModelItemType = PublishedItemType.Content;
41-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
41+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
4242
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
4343
public new static IPublishedContentType GetModelContentType(IPublishedSnapshotAccessor publishedSnapshotAccessor)
4444
=> PublishedModelUtility.GetModelContentType(publishedSnapshotAccessor, ModelItemType, ModelTypeAlias);
45-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
45+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
4646
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
4747
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedSnapshotAccessor publishedSnapshotAccessor, Expression<Func<BasePage, TValue>> selector)
4848
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(publishedSnapshotAccessor), selector);
@@ -62,13 +62,13 @@ public BasePage(IPublishedElement content, IPublishedValueFallback publishedValu
6262
///<summary>
6363
/// Grid Content
6464
///</summary>
65-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
65+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
6666
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
6767
[ImplementPropertyType("gridContent")]
6868
public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockGridModel GridContent => GetGridContent(this, _publishedValueFallback);
6969

7070
/// <summary>Static getter for Grid Content</summary>
71-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
71+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
7272
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
7373
public static global::Umbraco.Cms.Core.Models.Blocks.BlockGridModel GetGridContent(IBasePage that, IPublishedValueFallback publishedValueFallback) => that.Value<global::Umbraco.Cms.Core.Models.Blocks.BlockGridModel>(publishedValueFallback, "gridContent");
7474
}

src/TestSite.14/umbraco/models/File.generated.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v14.0.0-rc4+0c5d7b2
5+
// Umbraco.ModelsBuilder.Embedded v14.0.0+8685c7d
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class File : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
2828
public new const string ModelTypeAlias = "File";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Media;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedSnapshotAccessor publishedSnapshotAccessor)
3434
=> PublishedModelUtility.GetModelContentType(publishedSnapshotAccessor, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedSnapshotAccessor publishedSnapshotAccessor, Expression<Func<File, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(publishedSnapshotAccessor), selector);
@@ -52,23 +52,23 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal
5252
///<summary>
5353
/// Size: in bytes
5454
///</summary>
55-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
55+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
5656
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
5757
[ImplementPropertyType("umbracoBytes")]
5858
public virtual string UmbracoBytes => this.Value<string>(_publishedValueFallback, "umbracoBytes");
5959

6060
///<summary>
6161
/// Type
6262
///</summary>
63-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
63+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
6464
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
6565
[ImplementPropertyType("umbracoExtension")]
6666
public virtual string UmbracoExtension => this.Value<string>(_publishedValueFallback, "umbracoExtension");
6767

6868
///<summary>
6969
/// File
7070
///</summary>
71-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
71+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
7272
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
7373
[ImplementPropertyType("umbracoFile")]
7474
public virtual string UmbracoFile => this.Value<string>(_publishedValueFallback, "umbracoFile");

src/TestSite.14/umbraco/models/Folder.generated.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v14.0.0-rc4+0c5d7b2
5+
// Umbraco.ModelsBuilder.Embedded v14.0.0+8685c7d
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Folder : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
2828
public new const string ModelTypeAlias = "Folder";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Media;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedSnapshotAccessor publishedSnapshotAccessor)
3434
=> PublishedModelUtility.GetModelContentType(publishedSnapshotAccessor, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0-rc4+0c5d7b2")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "14.0.0+8685c7d")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedSnapshotAccessor publishedSnapshotAccessor, Expression<Func<Folder, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(publishedSnapshotAccessor), selector);

0 commit comments

Comments
 (0)