8000 Removed "experimental" notices in some components · symfony/symfony-docs@d57ac03 · GitHub
[go: up one dir, main page]

Skip to content

Commit d57ac03

Browse files
committed
Removed "experimental" notices in some components
1 parent 6340c5e commit d57ac03

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

components/http_client.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ 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 and it's still
15-
considered an :doc:`experimental feature </contributing/code/experimental>`.
16-
1712
Installation
1813
------------
1914

components/mailer.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ 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 and it's still
13-
considered an :doc:`experimental feature </contributing/code/experimental>`.
14-
1510
Installation
1611
------------
1712

components/mime.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ 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 and it's still
15-
considered an :doc:`experimental feature </contributing/code/experimental>`.
16-
1712
Installation
1813
------------
1914

mailer.rst

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

4-
.. versionadded:: 4.3
5-
6-
The Mailer component was added in Symfony 4.3 and is currently experimental.
7-
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.
8-
94
Installation
105
------------
116

12-
.. caution::
13-
14-
The Mailer component is experimental in Symfony 4.3: some backwards compatibility
15-
breaks could occur before 4.4.
16-
177
Symfony's Mailer & :doc:`Mime </components/mime>` components form a *powerful* system
188
for creating and sending emails - complete with support for multipart messages, Twig
199
integration, CSS inlining, file attachments and a lot more. Get them installed with:

0 commit comments

Comments
 (0)
0