Skip to content

Commit b27f1c6

Browse files
committed
Merge branch 'forms/release-notes-15.0.0-rc1' of https://github.com/AndyButland/UmbracoDocs into forms/release-notes-15.0.0-rc1
# Conflicts: # 15/umbraco-forms/release-notes.md
2 parents aa7c573 + 124882d commit b27f1c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

15/umbraco-forms/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section contains the release notes for Umbraco Forms 14 including all chang
2626
* Preview of features due in 13.3 and 14.1:
2727
* Option to display paging details for multi-page forms.
2828
* Form picker with allowed forms managed via folders.
29-
* New "form details picker" providing a single property editor for selection of form, theme and redirect.
29+
* New "form details picker" providing a single property editor for the selection of form, theme, and redirect.
3030
* Ability to provide custom themes and email templates via razor class libraries.
3131

3232
## Legacy release notes

15/umbraco-forms/upgrading/version-specific/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For reference, the full details are listed here:
3636
#### **Code**
3737

3838
* Parameters in the `FileUpload` constructor were renamed.
39-
* Obsolete constructors in the classes `SendRazorEmail`, `EntryAcceptedDtoFactory`, `FormDtoFactory`, `RenderFormViewComponent`, `GetValuesByKeyPrevalueSourceController` and `UmbracoFormsController` were removed.
39+
* Obsolete constructors in the classes `SendRazorEmail`, `EntryAcceptedDtoFactory`, `FormDtoFactory`, `RenderFormViewComponent`, `GetValuesByKeyPrevalueSourceController`, and `UmbracoFormsController` were removed.
4040
* The obsolete overload on `FormFileExtensions.IsFileTypeAllowed` was removed.
4141
* The purposes defined for uses of `IDataProtector` were renamed to have a common prefix.
4242
* Unused fields `Field.Placeholder` and `FormFieldDto.Placeholder` were removed.
@@ -46,7 +46,7 @@ For reference, the full details are listed here:
4646
* Method overloads without optional parameters on `FormDtoFactory`, `EntryAcceptedDtoFactory`, `IFormRenderingService`, `IPlaceholderParsingService`, `WorkflowType`, `DictionaryExtensions` and `StringExtensions` were removed.
4747
* Base64 encoding was removed when storing and retrieving form state.
4848
* The obsolete overload of `FormViewModel.Build` was removed.
49-
* `UmbracoPreValuesReadOnly` constructor now has an additional parameter.
49+
* The `UmbracoPreValuesReadOnly` constructor now has an additional parameter.
5050
* Due to the introduction of asynchronous behavior to `IFieldPreValueSourceType.GetPrevalues`, `FormViewModel.Build` is now also asynchronous.
5151
* `FormsTreeRequirement` and related classes were removed.
5252
* `FormRenderingService` was made internal.

0 commit comments

Comments
 (0)