Skip to content

Commit 0c0dbc6

Browse files
committed
Remove versionadded directives
1 parent 5606856 commit 0c0dbc6

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

contributing/code/tests.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ environment variable ``TEST_GENERATE_FIXTURES`` set to ``1``:
7575
7676
$ TEST_GENERATE_FIXTURES=1 php ./phpunit src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php
7777
78-
.. versionadded:: 7.4
79-
80-
The ``TEST_GENERATE_FIXTURES`` environment variable was introduced in Symfony 7.4.
81-
8278
.. _`install Composer`: https://getcomposer.org/download/
8379
.. _Cmder: https://cmder.app/
8480
.. _ConEmu: https://conemu.github.io/

controller.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,6 @@ Then, update your controller to use the interface instead of a closure::
10041004
Using interfaces like in the previous example provides full static analysis and
10051005
autocompletion benefits with no extra boilerplate code.
10061006

1007-
.. versionadded:: 7.4
1008-
1009-
The ``ControllerHelper`` class was introduced in Symfony 7.4.
1010-
10111007
Final Thoughts
10121008
--------------
10131009

http_client.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,12 +1436,6 @@ so the :doc:`Cache component </components/cache>` must be installed in your appl
14361436
:ref:`retry strategy <http-client-retry-failed-requests>` to gracefully
14371437
handle temporary cache inconsistencies or validation failures.
14381438

1439-
.. versionadded:: 7.4
1440-
1441-
In Symfony 7.4, caching was refactored to comply with `RFC 9111`_ and to
1442-
leverage the :doc:`Cache component </components/cache>`. In previous versions,
1443-
it relied on ``HttpCache`` from the HttpKernel component.
1444-
14451439
Limit the Number of Requests
14461440
----------------------------
14471441

reference/configuration/framework.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,10 +1367,6 @@ defined with the following options:
13671367
caching:
13681368
cache_pool: my_taggable_pool
13691369
1370-
.. versionadded:: 7.4
1371-
1372-
The ``caching`` option was introduced in Symfony 7.4.
1373-
13741370
.. _reference-http-client-caching-cache-pool:
13751371

13761372
cache_pool
@@ -1384,10 +1380,6 @@ must implement the :class:`Symfony\\Contracts\\Cache\\TagAwareCacheInterface`.
13841380
By default, it uses an instance of :class:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter`
13851381
wrapping the ``cache.app`` pool.
13861382

1387-
.. versionadded:: 7.4
1388-
1389-
The ``cache_pool`` option was introduced in Symfony 7.4.
1390-
13911383
.. _reference-http-client-caching-shared:
13921384

13931385
shared
@@ -1398,10 +1390,6 @@ shared
13981390
If ``true``, it uses a `shared cache`_ so cached responses can be reused across
13991391
users. Set it to ``false`` to use a `private cache`_.
14001392

1401-
.. versionadded:: 7.4
1402-
1403-
The ``shared`` option was introduced in Symfony 7.4.
1404-
14051393
.. _reference-http-client-caching-max-ttl:
14061394

14071395
max_ttl
@@ -1413,10 +1401,6 @@ The maximum time-to-live (in seconds) for cached responses. By default, response
14131401
are cached for as long as the TTL specified by the server. When this option is
14141402
set, server-provided TTLs are capped to this value.
14151403

1416-
.. versionadded:: 7.4
1417-
1418-
The ``max_ttl`` option was introduced in Symfony 7.4.
1419-
14201404
cafile
14211405
......
14221406

setup/bundles.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ given version, check for that feature rather than the kernel version::
8686
// code for the new OptionsResolver API
8787
}
8888

89-
.. deprecated:: 7.4
90-
91-
Symfony 7.4 deprecated the XML configuration format, which was the recommended
92-
format for bundles in previous versions. Consider using the `gromnan/symfony-config-xml-to-php`_
93-
tool to automatically convert XML configuration files to PHP.
94-
9589
Testing your Bundle in Symfony Applications
9690
-------------------------------------------
9791

0 commit comments

Comments
 (0)