From ff2b2fc6390b2e5a2d0cbdaa98dc7933fc997b38 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Wed, 29 Jan 2020 13:10:04 +0100 Subject: [PATCH] Remove old versionadded --- configuration.rst | 4 ---- configuration/secrets.rst | 4 ---- 2 files changed, 8 deletions(-) diff --git a/configuration.rst b/configuration.rst index caa2a25cb61..781683ad577 100644 --- a/configuration.rst +++ b/configuration.rst @@ -644,10 +644,6 @@ their values by running: # run this command to show all the details for a specific env var: $ php bin/console debug:container --env-var=FOO -.. versionadded:: 4.3 - - The option to debug environment variables was introduced in Symfony 4.3. - .. _configuration-accessing-parameters: Accessing Configuration Parameters diff --git a/configuration/secrets.rst b/configuration/secrets.rst index f1294143732..86329773b90 100644 --- a/configuration/secrets.rst +++ b/configuration/secrets.rst @@ -4,10 +4,6 @@ How to Keep Sensitive Information Secret ======================================== -.. versionadded:: 4.4 - - The Secrets management was introduced in Symfony 4.4. - :ref:`Environment variables ` are the best way to store configuration that depends on where the application is run - for example, some API key that might be set to one value while developing locally and another value on production.