Releases: Sitecore/Sitecore.Demo.Platform
Releases · Sitecore/Sitecore.Demo.Platform
1040.0.3 - New Design
1040.0.1 - SCS and Codeless Schema Extensions
Codeless Schema Extensions module
- This Sitecore module is now installed and enabled (it is not OOTB - ie: must be added by customers). The module allows you to store custom key-value data as a contact facet in xDB without having to deploy new schemas/code.
- When configuring a Sitecore Form, there is a new Submit Action named "Save Contact Areas" that can be used to store form field data as contact facets. The contact facets can then be used with new Personalization and Segmentation rules.
- Read more about the module here: https://doc.sitecore.com/xp/en/users/104/sitecore-experience-platform/create-personalized-experiences-without-needing-help-from-a-developer.html
Sitecore Content Serialization (SCS)
- Item serialization for the XP demo now uses Sitecore Content Serialization (SCS) instead of Unicorn.
- As a result we have been able to improve deployment and startup times.
- For more advanced use cases, users are able to interact with the XP demo using Sitecore CLI commands.
- For example, after downloading the GitHub repo for this demo, users can login to the demo instance to push or pull item changes using the following command:
dotnet sitecore login --cm https://your-instance-name-cm.sitecoredemo.com/ --auth https://your-instance-name-id.sitecoredemo.com/ --allow-write true
1040.0.0
1030.1.1
1030.0.5
1000.0.5
Releasing 1000.0.5 Related work items: #5347, #5423, #5437, #5479, #5488, #5491, #5492, #5534
930.0.0
- Initial release of 9.3 upgrade
docker-compose build
!
QuickStart:
Ensure you have access to your own sitecore base images from https://github.com/sitecore/docker-images
.\build.ps1 -DeploymentTarget DockerBuild
docker-compose build -m 8G
docker-compose up -d
browse to http://localhost:44001
9.2.0.0
Merged PR 1773: Releasing 9.2 version to master Related work items: #3096, #3389, #3625, #3660, #3664, #3713, #3744, #3747, #3758, #3759, #3760, #3761, #3763, #3766, #3768, #3774, #3775, #3783, #3794, #3797, #3798, #3841, #3842, #3843, #3849, #3850, #3861, #3862, #3863, #3864, #3865, #3866, #3911, #3942, #3959, #3963
9.1.0.4
Merge pull request #152 from Sitecore/master 9.1.0.4
9.1.0.3
Merge pull request #144 from Sitecore/develop bug fixes and improvements