diff --git a/docs/hosting/community-edition-features.md b/docs/hosting/community-edition-features.md index 27c9f52f6..582a374bc 100644 --- a/docs/hosting/community-edition-features.md +++ b/docs/hosting/community-edition-features.md @@ -25,7 +25,6 @@ The community edition doesn't include these features: - SSO ([SAML](/hosting/securing/set-up-sso.md), [LDAP](/user-management/ldap.md)) - Sharing ([workflows](/workflows/sharing.md), [credentials](/credentials/credential-sharing.md)) (Only the instance owner and the user who creates them can access workflows and credentials) - [Version control using Git](/source-control-environments/index.md) -- [Workflow history](/workflows/history.md) (You can get one day of workflow history with the community edition by [registering](#registered-community-edition)) These features are available on the Enterprise Cloud plan, including the self-hosted Enterprise edition. Some of these features are available on the Starter and Pro Cloud plan. @@ -39,7 +38,6 @@ Registering unlocks these features for the community edition: * [Folders](/release-notes.md#folders): Organize your workflows into tidy folders * [Debug in editor](/workflows/executions/debug.md): Copy and [pin](/glossary.md#data-pinning-n8n) execution data when working on a workflow -* One day of [workflow history](/workflows/history.md): 24 hours of workflow history so you can revert back to previous workflow versions * [Custom execution data](/workflows/executions/custom-executions-data.md): Save, find, and annotate execution metadata To register a new community edition instance, select the option during your initial account creation. diff --git a/docs/workflows/history.md b/docs/workflows/history.md index 9b824177d..1be72b89f 100644 --- a/docs/workflows/history.md +++ b/docs/workflows/history.md @@ -9,7 +9,7 @@ contentType: howto /// info | Feature availability * Full workflow history is available on Enterprise Cloud and Enterprise Self-hosted. * Versions from the last five days are available for Cloud Pro users. -* Versions from the last 24 hours are available for registered Community users. +* Versions from the last 24 hours are available for all users. /// Use workflow history to view and restore previous versions of your workflows.