docs: update wording for 2.6 migration (#3724)

This commit is contained in:
Matti Nannt
2024-10-14 23:43:33 +02:00
committed by GitHub
parent e5f17aff44
commit 5620d477e9

View File

@@ -13,9 +13,10 @@ export const metadata = {
Formbricks v2.6 introduces advanced logic jumps for surveys, allowing you to add more advanced branching logic to your surveys including variables, and/or conditions and many more. This release also includes a lot of bug fixes, big performance improvements to website and app surveys and a lot of stability improvements.
<Note>
This release includes the last step of the serverside actions deprecation. The migrations included in this
release will delete all actions from the database. If you still need the actions, please make sure to export
them before upgrading.
This release includes the last step of the server-side action tracking deprecation (previously used for
segment filtering by performed actions). The migrations included in this release will delete all tracked
actions from the database. If you still need these action records, please make sure to export them before
upgrading.
</Note>
### Steps to Migrate