You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-forms/upgrading/version-specific/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For reference, the full details are listed here:
36
36
#### **Code**
37
37
38
38
* 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.
40
40
* The obsolete overload on `FormFileExtensions.IsFileTypeAllowed` was removed.
41
41
* The purposes defined for uses of `IDataProtector` were renamed to have a common prefix.
42
42
* Unused fields `Field.Placeholder` and `FormFieldDto.Placeholder` were removed.
@@ -46,7 +46,7 @@ For reference, the full details are listed here:
46
46
* Method overloads without optional parameters on `FormDtoFactory`, `EntryAcceptedDtoFactory`, `IFormRenderingService`, `IPlaceholderParsingService`, `WorkflowType`, `DictionaryExtensions` and `StringExtensions` were removed.
47
47
* Base64 encoding was removed when storing and retrieving form state.
48
48
* 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.
50
50
* Due to the introduction of asynchronous behavior to `IFieldPreValueSourceType.GetPrevalues`, `FormViewModel.Build` is now also asynchronous.
51
51
*`FormsTreeRequirement` and related classes were removed.
0 commit comments