From f990c8188b523233063c96a8040ea39de1854a5c Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 6 Jun 2019 09:54:01 +0200 Subject: [PATCH] Remove old versionadded directives --- components/http_client.rst | 4 ---- components/phpunit_bridge.rst | 4 ---- doctrine.rst | 4 ---- mailer.rst | 5 ----- translation.rst | 6 ------ 5 files changed, 23 deletions(-) diff --git a/components/http_client.rst b/components/http_client.rst index f2312c38cb2..040512fafdf 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -389,10 +389,6 @@ Responses can be canceled at any moment before they are completed using the $response->cancel(); } -.. versionadded:: 4.4 - - The ``cancel()`` method was introduced in Symfony 4.4. - Dealing with Network Timeouts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index a27914a300a..77c5b4fd165 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -295,10 +295,6 @@ class autoloading time. This can be disabled with the ``debug-class-loader`` opt -.. versionadded:: 4.2 - - The ``DebugClassLoader`` integration was introduced in Symfony 4.2. - Write Assertions about Deprecations ----------------------------------- diff --git a/doctrine.rst b/doctrine.rst index 01b7682d7fe..c2368f39a1a 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -484,10 +484,6 @@ doesn't replace the validation configuration entirely. You still need to add some :doc:`validation constraints ` to ensure that data provided by the user is correct. -.. versionadded:: 4.3 - - The automatic validation has been added in Symfony 4.3. - Fetching Objects from the Database ---------------------------------- diff --git a/mailer.rst b/mailer.rst index 3b83c5454ec..857b813aa2d 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1,11 +1,6 @@ Sending Emails with Mailer ========================== -.. versionadded:: 4.3 - - The Mailer component was added in Symfony 4.3 and is currently experimental. - The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer`. - Installation ------------ diff --git a/translation.rst b/translation.rst index d3a33ffc5c9..7efa0320b86 100644 --- a/translation.rst +++ b/translation.rst @@ -216,12 +216,6 @@ To manage these situations, Symfony follows the `ICU MessageFormat`_ syntax by using PHP's :phpclass:`MessageFormatter` class. Read more about this in :doc:`/translation/message_format`. -.. versionadded:: 4.2 - - Support for ICU MessageFormat was introduced in Symfony 4.2. Prior to this, - pluralization was managed by the - :method:`Symfony\\Component\\Translation\\Translator::transChoice` method. - Translations in Templates -------------------------