Skip to content

Feature/sitecore 10 xm #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
mode: ContinuousDeployment
branches:
master:
regex: ^master$|^main$
regex: ^master$|^main$
sc10xm:
regex: ^feature/sitecore-10-xm$
mode: ContinuousDelivery
increment: Major
tag: "sc10xm"
source-branches: []
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Sitecore Authors and Marketers to create amazing web form experiences.

## Changelog

### 6.0

* Upgrade Sitecore from 9.3 to 10.3
* Remove XP-only features to gain XM compatibility
* Improve *.config files for easier updates in non-Bob folder structure

### 5.0

* Migration to GitHub public repository, AppVeyor and NuGet.org
Expand Down
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem: removing these files will break backwards compatibility with installations on XP which may use these rules. It may be a better option to create a /support/XM branch instead of deleting the files on the main branch .

Or (probably the better) alternatively: create a separate package for the XP support and move the files there. E.g. Unic.Flex.ExpiriencePlatform or Unic.Flex.XP

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SharedFields:
{DF5C2C2F-4A48-4206-9DFB-0DCDE27E2233}
{A63884CE-54F1-4134-8A29-05017D5317F6}
{77613F9B-AC9A-4229-B97A-ACD6FBFCB252}
{9A7F5FA1-E267-4BF2-8D3C-4D487792B636}
{03B67200-F3F4-49C9-ADC5-31512371825D}
{F8239638-A672-491F-BBD4-A59CD3090C8B}
Languages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ SharedFields:
- ID: "1172f251-dad4-4efb-a329-0c63500e4f1e"
Hint: __Masters
Type: TreelistEx
Value: |
{9A7F5FA1-E267-4BF2-8D3C-4D487792B636}
{DF5C2C2F-4A48-4206-9DFB-0DCDE27E2233}
Value: "{DF5C2C2F-4A48-4206-9DFB-0DCDE27E2233}"
Languages:
- Language: en
Versions:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading