Skip to content

Commit 1e39562

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Removed 4.4 versionadded from the 4.3 docs Update setup.rst Update messenger.rst
2 parents 1483ad1 + 2ad6aaa commit 1e39562

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

components/cache/adapters/redis_adapter.rst

-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ name of your service group::
106106

107107
The option to define multiple servers in a single DSN was introduced in Symfony 4.2.
108108

109-
.. versionadded:: 4.4
110-
111-
Redis Sentinel support was introduced in Symfony 4.4.
112-
113109
.. note::
114110

115111
See the :class:`Symfony\\Component\\Cache\\Traits\\RedisTrait` for more options

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ middleware and *only* include your own:
13351335
buses:
13361336
messenger.bus.default:
13371337
middleware:
1338-
# service ids that implement Symfony\Component\Messenger\Middleware
1338+
# service ids that implement Symfony\Component\Messenger\Middleware\MiddlewareInterface
13391339
- 'App\Middleware\MyMiddleware'
13401340
- 'App\Middleware\AnotherMiddleware'
13411341

setup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Symfony LTS Versions
230230

231231
According to the :doc:`Symfony release process </contributing/community/releases>`,
232232
"long-term support" (or LTS for short) versions are published every two years.
233-
Check out the `Symfony roadmap`_ to know which is the latest LTS version.
233+
Check out the `Symfony releases`_ to know which is the latest LTS version.
234234

235235
By default, the command that creates new Symfony applications uses the latest
236236
stable version. If you want to use an LTS version, add the ``--version`` option:
@@ -284,7 +284,7 @@ Learn More
284284
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
285285
.. _`Symfony Flex`: https://github.com/symfony/flex
286286
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories
287-
.. _`Symfony roadmap`: https://symfony.com/roadmap
287+
.. _`Symfony releases`: https://symfony.com/releases
288288
.. _`Main recipe repository`: https://github.com/symfony/recipes
289289
.. _`Contrib recipe repository`: https://github.com/symfony/recipes-contrib
290290
.. _`Symfony Recipes documentation`: https://github.com/symfony/recipes/blob/master/README.rst

0 commit comments

Comments
 (0)