Skip to content

Commit 2ff1297

Browse files
committed
Restored the versionadded directives partially
1 parent d57ac03 commit 2ff1297

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

components/http_client.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The HttpClient Component
99
PHP stream wrappers and cURL. It provides utilities to consume APIs and
1010
supports synchronous and asynchronous operations.
1111

12+
.. versionadded:: 4.3
13+
14+
The HttpClient component was introduced in Symfony 4.3.
15+
1216
Installation
1317
------------
1418

components/mailer.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The Mailer Component
77

88
The Mailer component helps sending emails.
99

10+
.. versionadded:: 4.3
11+
12+
The Mailer component was introduced in Symfony 4.3.
13+
1014
Installation
1115
------------
1216

components/mime.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The Mime Component
99
The Mime component allows manipulating the MIME messages used to send emails
1010
and provides utilities related to MIME types.
1111

12+
.. versionadded:: 4.3
13+
14+
The Mime component was introduced in Symfony 4.3.
15+
1216
Installation
1317
------------
1418

mailer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Sending Emails with Mailer
22
==========================
33

4+
.. versionadded:: 4.3
5+
6+
The Mailer component was introduced in Symfony 4.3. The previous solution,
7+
called Swift Mailer, is still valid: :doc:`Swift Mailer</email>`.
8+
49
Installation
510
------------
611

0 commit comments

Comments
 (0)