8000 minor #11857 Removed "experimental" notices in some components (javie… · symfony/symfony-docs@2232568 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2232568

Browse files
committed
minor #11857 Removed "experimental" notices in some components (javiereguiluz)
This PR was squashed before being merged into the 4.4 branch (closes #11857). Discussion ---------- Removed "experimental" notices in some components Fixes #11852. Commits ------- 6a9dc1b Removed \"experimental\" notices in some components
2 parents 6acf2b9 + 6a9dc1b commit 2232568

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

components/http_client.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ The HttpClient Component
1111

1212
.. versionadded:: 4.3
1313

14-
The HttpClient component was introduced in Symfony 4.3 and it's still
15-
considered an :doc:`experimental feature </contributing/code/experimental>`.
14+
The HttpClient component was introduced in Symfony 4.3.
1615

1716
Installation
1817
------------

components/mailer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ The Mailer Component
99

1010
.. versionadded:: 4.3
1111

12-
The Mailer component was introduced in Symfony 4.3 and it's still
13-
considered an :doc:`experimental feature </contributing/code/experimental>`.
12+
The Mailer component was introduced in Symfony 4.3.
1413

1514
Installation
1615
------------

components/mime.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ The Mime Component
1111

1212
.. versionadded:: 4.3
1313

14-
The Mime component was introduced in Symfony 4.3 and it's still
15-
considered an :doc:`experimental feature </contributing/code/experimental>`.
14+
The Mime component was introduced in Symfony 4.3.
1615

1716
Installation
1817
------------

mailer.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ Sending Emails with Mailer
33

44
.. versionadded:: 4.3
55

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>`.
6+
The Mailer component was introduced in Symfony 4.3. The previous solution,
7+
called Swift Mailer, is still valid: :doc:`Swift Mailer</email>`.
88

99
Installation
1010
------------
1111

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

0 commit comments

Comments
 (0)
0