Skip to content

Commit a873cfe

Browse files
authored
Merge pull request #6519 from AndyButland/forms/release-notes-15.0.0-rc1
Addition to Forms 15.0.0-rc1 release notes.
2 parents 6053f26 + 537ef4a commit a873cfe

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

15/umbraco-forms/developer/configuration/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ For illustration purposes, the following structure represents the full set of op
5959
"DaysToRetainApprovedRecordsFor": 0,
6060
"DaysToRetainRejectedRecordsFor": 0
6161
},
62-
"RemoveProvidedEmailTemplate": false,
6362
"RemoveProvidedFormTemplates": false,
6463
"FormElementHtmlIdPrefix": "",
6564
"SettingsCustomization": {
@@ -151,10 +150,6 @@ When creating an empty form, a single workflow is added that will send an email
151150

152151
If you have created a custom template and would like to use that as the default instead, you can set the path here using this configuration setting.
153152

154-
### RemoveProvidedEmailTemplate
155-
156-
The provided template can be removed from the selection if you have created email templates for the "send Razor email" workflow. To do this, set this value to `true`.
157-
158153
### RemoveProvidedFormTemplates
159154

160155
Similarly, the provided form templates available from the form creation dialog can be removed from selection. To do this, set this configuration value to `true`.

15/umbraco-forms/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This section contains the release notes for Umbraco Forms 14 including all chang
2727
* Option to display paging details for multi-page forms.
2828
* Form picker with allowed forms managed via folders.
2929
* New "form details picker" providing a single property editor for the selection of form, theme, and redirect.
30+
* Ability to provide custom themes and email templates via razor class libraries.
3031

3132
## Legacy release notes
3233

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For reference, the full details are listed here:
2626

2727
* The setting `FieldSettings:Recaptcha3:ShowFieldValidation` has a new default of `true`.
2828
* The setting `Options:EnableMultiPageFormSettings` has a new default of `true`.
29+
* The setting `FormDesign:RemoveProvidedEmailTemplate` has been removed (as adding and removing email templates can be more consistently handled using `EmailTemplateCollection`).
2930

3031
#### **Asynchronous Methods**
3132

@@ -48,7 +49,7 @@ For reference, the full details are listed here:
4849
* The `UmbracoPreValuesReadOnly` constructor now has an additional parameter.
4950
* Due to the introduction of asynchronous behavior to `IFieldPreValueSourceType.GetPrevalues`, `FormViewModel.Build` is now also asynchronous.
5051
* `FormsTreeRequirement` and related classes were removed.
51-
* `FormRenderingService` was made internal.
52+
* `FormRenderingService` and `FormThemeResolver` was made internal.
5253
* Default implementations on `IFormThemeResolver` were removed.
5354

5455
## Legacy version specific upgrade notes

0 commit comments

Comments
 (0)