Skip to content

Commit a0de97b

Browse files
committed
feature: Umbraco v15 support
1 parent 33ecd69 commit a0de97b

File tree

80 files changed

+974
-838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+974
-838
lines changed

src/Umbraco.Community.DataProtection.TestSite/Composer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
using Umbraco.Cms.Core.Composing;
2-
using Umbraco.Cms.Core.DependencyInjection;
32
using Umbraco.Community.DataProtection.Composing;
43

5-
namespace TestSite;
4+
namespace Umbraco.Community.DataProtection.TestSite;
65

76
public class Composer : IComposer
87
{

src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="15.0.0-rc3" />
10-
<!-- <PackageReference Include="uSync" Version="15.0.0"/>-->
9+
<PackageReference Include="Umbraco.Cms" Version="[15.0.0,16.0.0)" />
10+
<PackageReference Include="uSync" Version="15.0.1"/>
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Umbraco.Community.DataProtection.TestSite/packages.lock.json

Lines changed: 633 additions & 518 deletions
Large diffs are not rendered by default.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/Content/home.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/Content/home.config

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,30 @@
2424
"contentData": [
2525
{
2626
"contentTypeKey": "870f5419-2326-4d17-9fc5-77e2216a6c66",
27+
"key": "00000000-0000-0000-0000-000000000000",
2728
"udi": "umb://element/ee9c2d2c06034660a89a5998ada048cc",
29+
"values": [],
2830
"headline": "Hello"
2931
}
3032
],
3133
"settingsData": [],
34+
"expose": [
35+
{
36+
"contentKey": "00000000-0000-0000-0000-000000000000",
37+
"culture": null,
38+
"segment": null
39+
}
40+
],
3241
"Layout": {
3342
"Umbraco.BlockGrid": [
3443
{
35-
"contentUdi": "umb://element/ee9c2d2c06034660a89a5998ada048cc",
36-
"settingsUdi": null,
44+
"areas": [],
3745
"columnSpan": 12,
46+
"contentKey": "ee9c2d2c-0603-4660-a89a-5998ada048cc",
47+
"contentUdi": null,
3848
"rowSpan": 1,
39-
"areas": []
49+
"settingsKey": null,
50+
"settingsUdi": null
4051
}
4152
]
4253
}
@@ -45,19 +56,30 @@
4556
"contentData": [
4657
{
4758
"contentTypeKey": "870f5419-2326-4d17-9fc5-77e2216a6c66",
59+
"key": "00000000-0000-0000-0000-000000000000",
4860
"udi": "umb://element/fa032696b38a4d388e7c27575e680c38",
61+
"values": [],
4962
"headline": "Hello"
5063
}
5164
],
5265
"settingsData": [],
66+
"expose": [
67+
{
68+
"contentKey": "00000000-0000-0000-0000-000000000000",
69+
"culture": null,
70+
"segment": null
71+
}
72+
],
5373
"Layout": {
5474
"Umbraco.BlockGrid": [
5575
{
56-
"contentUdi": "umb://element/fa032696b38a4d388e7c27575e680c38",
57-
"settingsUdi": null,
76+
"areas": [],
5877
"columnSpan": 12,
78+
"contentKey": "fa032696-b38a-4d38-8e7c-27575e680c38",
79+
"contentUdi": null,
5980
"rowSpan": 1,
60-
"areas": []
81+
"settingsKey": null,
82+
"settingsUdi": null
6183
}
6284
]
6385
}

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/basepage.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/basepage.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/home.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/home.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/markdownblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/markdownblock.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/umbblockgriddemoheadlineblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/umbblockgriddemoheadlineblock.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/umbblockgriddemoimageblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/umbblockgriddemoimageblock.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v14/ContentTypes/umbblockgriddemorichtextblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/umbblockgriddemorichtextblock.config

File renamed without changes.

0 commit comments

Comments
 (0)