Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove the "experimental" flag from some components #15842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -928,8 +928,7 @@ Using PHP ConfigBuilders

.. versionadded:: 5.3

The "ConfigBuilders" feature was introduced in Symfony 5.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
The "ConfigBuilders" feature was introduced in Symfony 5.3.

Writing PHP config is sometimes difficult because you end up with large nested
arrays and you have no autocompletion help from your favorite IDE. A way to
Expand Down
3 changes: 1 addition & 2 deletions rate_limiter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Rate Limiter

.. versionadded:: 5.2

The RateLimiter component was introduced in Symfony 5.2 as an
:doc:`experimental feature </contributing/code/experimental>`.
The RateLimiter component was introduced in Symfony 5.2.

A "rate limiter" controls how frequently some event (e.g. an HTTP request or a
login attempt) is allowed to happen. Rate limiting is commonly used as a
Expand Down
3 changes: 1 addition & 2 deletions security/login_link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ This authentication method can help you eliminate most of the customer support
related to authentication (e.g. I forgot my password, how can I change or reset
my password, etc.)

Login links are supported by Symfony when using the experimental
authenticator system. You must
Login links are supported by Symfony when using the authenticator system. You must
:ref:`enable the authenticator system <security-enable-authenticator-manager>`
in your configuration to use this feature.

Expand Down
3 changes: 1 addition & 2 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ Translation Providers

.. versionadded:: 5.3

Translation providers were introduced in Symfony 5.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
Translation providers were introduced in Symfony 5.3.

When using external translators to translate your application, you must send
them the new contents to translate frequently and merge the results back in the
Expand Down