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: 16/umbraco-forms/upgrading/version-specific.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For reference, the full details are listed here:
24
24
25
25
#### Removed EPPlus dependency
26
26
27
-
Previous versions of Forms had a dependency on EPPlus version 4, the last version that was released under the LGPL license and not supported anymore. Newer, supported versions of this dependency require a commerce license, which we don't want to have as requirement for any built-in features in Forms: in this case for exporting form entries into a nicely formatted Excel-document. The built-in export now uses CsvHelper to export to a CSV-file instead.
27
+
Previous versions of Forms depended on EPPlus version 4, the last LGPL-licensed release, which is no longer supported. Newerversions require a commerce license, which is not desired for built-in Forms features (such as exporting form entries to formatted Excel files). The built-in export now uses CsvHelper to generate CSV files instead.
0 commit comments