Skip to content

Commit d7325f5

Browse files
authored
Merge branch 'main' into uMs-cleanup-articles
2 parents 0d2dc1f + 165919e commit d7325f5

File tree

117 files changed

+1254
-668
lines changed

Some content is hidden

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

117 files changed

+1254
-668
lines changed

10/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description: Learn how to migrate a Vendr solution to Umbraco Commerce.
66

77
This guide provides a step-by-step approach to migrating a default Vendr solution to Umbraco Commerce.
88

9+
{% hint style="warning" %}
10+
Upgrade to the latest version of Vendr before continuing with the migration.
11+
12+
You can upgrade your installation by installation the [latest version](https://www.nuget.org/packages/Vendr/) on top of the existing one.
13+
{% endhint %}
14+
915
You can find details on migrating the Checkout package as well as custom Payment Providers in the [Further Migrations section](./#further-migrations) of this article.
1016

1117
## Key changes

10/umbraco-workflow/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ If you are migrating from Plumber to Umbraco Workflow, see the [Migrate from Plu
1717

1818
This section contains the release notes for Umbraco Workflow 10 including all changes for this version.
1919

20+
### [10.4.1](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.4.1) (October 3 2024)
21+
* Ensure scheduling information is displayed in workflow history [#82](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/82)
22+
* Fixes an issue where dates were not correctly localised for scheduled workflows [#81](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/81)
23+
* Fixes an issue where scheduled workflows did not apply the release/expire date if the content node was already scheduled [#81](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/80)
24+
* Ensure converting integers to strings uses the invariant culture to avoid unexpected formatting
25+
2026
### [10.4.0](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.4.0) (September 12 2024)
2127
* Fixes an issue where an awaited call does not trigger an AngularJS digest, causing the UI to hang. [#73](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/73)
2228
* Fixes an issue where dates were not correctly localised in the Backoffice [#77](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/77)

13/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description: Learn how to migrate a Vendr solution to Umbraco Commerce.
66

77
This guide provides a step-by-step approach to migrating a default Vendr solution to Umbraco Commerce.
88

9+
{% hint style="warning" %}
10+
Upgrade to the latest version of Vendr before continuing with the migration.
11+
12+
You can upgrade your installation by installation the [latest version](https://www.nuget.org/packages/Vendr/) on top of the existing one.
13+
{% endhint %}
14+
915
You can find details on migrating the Checkout package as well as custom Payment Providers in the [Further Migrations section](./#further-migrations) of this article.
1016

1117
## Key changes

13/umbraco-forms/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ If you are upgrading to a new major version, you can find information about the
1717

1818
This section contains the release notes for Umbraco Forms 13 including all changes for this version.
1919

20+
#### [**13.2.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.5) **(October 3rd 2024)**
21+
22+
* Handled "chunked" authentication cookie in protection of file uploads saved in the media file system [#11](https://github.com/umbraco/Umbraco.Forms.Issues/issues/11#issuecomment-2376788751).
23+
2024
#### [**13.2.4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.4) **(September 26th 2024)**
2125

2226
* Fixed regression in 13.2.2 that caused validation to fire on the wrong form when multiple forms are hosted on a single page [#1297](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1297).

13/umbraco-ums/SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
* [How to Personalize content](tutorials/how-to-personalize-content.md)
178178
* [8 steps towards the ideal A/B test](tutorials/8-steps-towards-the-ideal-ab-test.md)
179179
* [Partner Demos](tutorials/partner-demos.md)
180-
* [marketing-resources](tutorials/marketing-resources/README.md)
181-
* [generic-exit-intent-popup-template](tutorials/marketing-resources/generic-exit-intent-popup-template.md)
182-
* [generic-popup-template](tutorials/marketing-resources/generic-popup-template.md)
183-
* [generic-topbar-template](tutorials/marketing-resources/generic-topbar-template.md)
180+
* [Marketing Resources](tutorials/marketing-resources/README.md)
181+
* [Generic Exit Intent Popup Template](tutorials/marketing-resources/generic-exit-intent-popup-template.md)
182+
* [Generic Popup Template](tutorials/marketing-resources/generic-popup-template.md)
183+
* [Generic Topbar Template](tutorials/marketing-resources/generic-topbar-template.md)

13/umbraco-ums/developers/ab-testing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
uMS offers multiple ways for performaing A/B tests on your website. Learn more
44
about each option and how to configure them in this section.
5+
icon: square-exclamation
56
---
67

78
# A/B Testing

13/umbraco-ums/developers/ab-testing/ab-test-distribution-algorithm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
uMS distributes visitors randomly across the different variants of your A/B
44
tests.
5+
icon: square-exclamation
56
---
67

78
# A/B Test Distribution Algorithm

13/umbraco-ums/developers/ab-testing/finish-an-ab-test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
When the A/B test has enough data for a statistically complete picture, uMS
44
will notify you. You can also end the test at any time.
5+
icon: square-exclamation
56
---
67

78
# Finish an A/B Test

13/umbraco-ums/developers/ab-testing/front-end-rendering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
uMS takes care of applying the correct styles to the pages part of your A/B
44
tests.
5+
icon: square-exclamation
56
---
67

78
# Front end Rendering

13/umbraco-ums/developers/ab-testing/monitor-the-ab-test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
uMS provides the ability to continuously monitor the A/B tests you are running
44
on your website. It is recommended to disable tests that perform poorly.
5+
icon: square-exclamation
56
---
67

78
# Monitor the A/B Test

0 commit comments

Comments
 (0)