Skip to content

Commit

Permalink
Merge pull request #37 from Kentico/feat/xbyk_v29_3_0
Browse files Browse the repository at this point in the history
upgrade to v29.3.0 + samples & docs update
  • Loading branch information
fialafilip authored Aug 12, 2024
2 parents f1188e4 + b329bf5 commit 117af1b
Show file tree
Hide file tree
Showing 15 changed files with 1,946 additions and 42,789 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Kentico.Xperience.Core" Version="29.2.0" />
<PackageVersion Include="Kentico.Xperience.Admin" Version="29.2.0" />
<PackageVersion Include="Kentico.Xperience.ImageProcessing" Version="29.2.0" />
<PackageVersion Include="Kentico.Xperience.Core" Version="29.3.0" />
<PackageVersion Include="Kentico.Xperience.Admin" Version="29.3.0" />
<PackageVersion Include="Kentico.Xperience.ImageProcessing" Version="29.3.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.28.0.94264">
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.30.0.95878">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
Expand All @@ -23,7 +23,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageVersion Include="NJsonSchema" Version="11.0.1" />
<PackageVersion Include="NJsonSchema" Version="11.0.2" />
<PackageVersion Include="RazorLight" Version="2.3.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
Expand Down
26 changes: 24 additions & 2 deletions docs/Samples/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,17 @@
"WebPageUrlPathIsLatest": true,
"WebPageUrlPathIsDraft": false
},
{
"$type": "WebPageUrlPath",
"WebPageUrlPathGUID": "f5824434-ec28-4aa6-95b4-cb995b9acef4",
"WebPageUrlPath": "es/creation-of-umt-model",
"WebPageUrlPathHash": null,
"WebPageUrlPathWebPageItemGuid": "6e995319-77e7-475e-9ebb-607bdbf5af9a",
"WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7",
"WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c",
"WebPageUrlPathIsLatest": true,
"WebPageUrlPathIsDraft": false
},
{
"$type": "WebPageItem",
"WebPageItemGUID": "6e995319-77e7-475e-9ebb-607bdbf5af9a",
Expand Down Expand Up @@ -844,6 +855,17 @@
"WebPageUrlPathIsLatest": true,
"WebPageUrlPathIsDraft": false
},
{
"$type": "WebPageUrlPath",
"WebPageUrlPathGUID": "54059c3d-754d-494e-8c3e-7e06d9b2b71d",
"WebPageUrlPath": "es/content-item-with-relations",
"WebPageUrlPathHash": null,
"WebPageUrlPathWebPageItemGuid": "14784bf0-69d0-40cf-8be6-e5a0d897774b",
"WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7",
"WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c",
"WebPageUrlPathIsLatest": true,
"WebPageUrlPathIsDraft": false
},
{
"$type": "ContentFolder",
"ContentFolderGUID": "7665a8fc-53a2-4aff-86e8-99b009104ff2",
Expand All @@ -867,7 +889,7 @@
"IsSecured": false,
"ContentTypeName": "UMT.Article",
"Name": "SimplifiedModelSample",
"IsReusable": true,
"IsReusable": false,
"ChannelName": "websitechannelExample",
"LanguageData": [
{
Expand Down Expand Up @@ -932,7 +954,7 @@
"IsSecured": false,
"ContentTypeName": "UMT.Article",
"Name": "SimplifiedModelSampleAsSubPAge",
"IsReusable": true,
"IsReusable": false,
"ChannelName": "websitechannelExample",
"LanguageData": [
{
Expand Down
Loading

0 comments on commit 117af1b

Please sign in to comment.