Version Specific Upgrade Notes
Version specific documentation for upgrading to new major versions of Umbraco Forms.
Last updated
Was this helpful?
Version specific documentation for upgrading to new major versions of Umbraco Forms.
Last updated
Was this helpful?
Was this helpful?
This article provides specific upgrade documentation for migrating to Umbraco Forms version 16.
Version 16 of Umbraco Forms has a minimum dependency on Umbraco CMS core of 16.0.0
. It runs on .NET 9.
Version 16 contains a number of breaking changes. If you do run into any, they should be straightforward to adjust and recompile.
For reference, the full details are listed here:
Previous versions of Forms depended on EPPlus version 4, the last LGPL-licensed release, which is no longer supported. Newer versions 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.
You can find the version specific upgrade notes for versions out of support in the Legacy documentation on GitHub.