`.
diff --git a/templating/hinclude.rst b/templating/hinclude.rst
index ee5047cc124..7814e0130f6 100644
--- a/templating/hinclude.rst
+++ b/templating/hinclude.rst
@@ -97,12 +97,6 @@ in your application configuration:
],
]);
-.. versionadded:: 4.3
-
- The ``framework.fragments.hinclude_default_template`` option was introduced
- in Symfony 4.3. In previous Symfony versions it was called
- ``framework.templating.hinclude_default_template``.
-
You can define default templates per ``render()`` function (which will override
any global default template that is defined):
diff --git a/testing.rst b/testing.rst
index 3163d57721a..d79871c4432 100644
--- a/testing.rst
+++ b/testing.rst
@@ -215,10 +215,6 @@ its existence, attributes, text, etc.
The ``assertSelectorTextContains`` method is not a native PHPUnit assertion and is
available thanks to the ``WebTestCase`` class.
-.. versionadded:: 4.3
-
- The ``WebTestCase`` assertions were introduced in Symfony 4.3
-
.. seealso::
Using native PHPUnit methods, the same assertion would look like this::
diff --git a/testing/functional_tests_assertions.rst b/testing/functional_tests_assertions.rst
index 63482dd046b..812b35ef94f 100644
--- a/testing/functional_tests_assertions.rst
+++ b/testing/functional_tests_assertions.rst
@@ -4,11 +4,6 @@
Functional Test specific Assertions
===================================
-.. versionadded:: 4.3
-
- The shortcut methods for assertions using ``WebTestCase`` were introduced
- in Symfony 4.3.
-
When doing functional tests, sometimes you need to make complex assertions in
order to check whether the ``Request``, the ``Response`` or the ``Crawler``
contain the expected information to make your test succeed.
diff --git a/translation.rst b/translation.rst
index 3b1692c3755..c095793038b 100644
--- a/translation.rst
+++ b/translation.rst
@@ -368,11 +368,6 @@ The ``translation:update`` command looks for missing translations in:
* Any PHP file/class that injects or :doc:`autowires `
the ``translator`` service and makes calls to the ``trans()`` function.
-.. versionadded:: 4.3
-
- The extraction of missing translation strings from PHP files was introduced
- in Symfony 4.3.
-
.. note::
If you want to see the missing translation strings without actually updating
diff --git a/workflow.rst b/workflow.rst
index e2a542c8683..37017b6ba66 100644
--- a/workflow.rst
+++ b/workflow.rst
@@ -318,7 +318,7 @@ workflow leaves a place::
class WorkflowLogger implements EventSubscriberInterface
{
private $logger;
-
+
public function __construct(LoggerInterface $logger)
{
$this->logger = $logger;
@@ -502,10 +502,6 @@ place::
}
}
-.. versionadded:: 4.1
-
- The transition blockers were introduced in Symfony 4.1.
-
Usage in Twig
-------------
@@ -559,10 +555,6 @@ The following example shows these functions in action:
Storing Metadata
----------------
-.. versionadded:: 4.1
-
- The feature to store metadata in workflows was introduced in Symfony 4.1.
-
In case you need it, you can store arbitrary metadata in workflows, their
places, and their transitions using the ``metadata`` option. This metadata can
be as simple as the title of the workflow or as complex as your own application
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy