Skip to content

Commit eb4a088

Browse files
committed
Added version numbers to versionadded directives
1 parent a94de59 commit eb4a088

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,9 @@ For more details on expressions and security, see :ref:`expressions-security`.
969969
Access Control Lists (ACLs): Securing individual Database Objects
970970
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
971971

972-
.. versionadded::
972+
.. versionadded:: 3.4
973973
ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
974-
the `Symfony ACL bundle`_ if you wan to keep using ACL.
974+
the `Symfony ACL bundle`_ if you want to keep using ACL.
975975

976976
Imagine you are designing a blog where users can comment on your posts. You
977977
also want a user to be able to edit their own comments, but not those of

security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to Use Access Control Lists (ACLs)
55
======================================
66

7-
.. versionadded::
7+
.. versionadded:: 3.4
88
ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
99
the `Symfony ACL bundle`_ if you wan to keep using ACL.
1010

security/acl_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to Use advanced ACL Concepts
55
================================
66

7-
.. versionadded::
7+
.. versionadded:: 3.4
88
ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
99
the `Symfony ACL bundle`_ if you wan to keep using ACL.
1010

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to Use Voters to Check User Permissions
55
===========================================
66

77
Security voters are the most granular way of checking permissions (e.g. "can this
8-
specific user edit ta given item?"). This article explains voters in detail.
8+
specific user edit the given item?"). This article explains voters in detail.
99

1010
.. tip::
1111

0 commit comments

Comments
 (0)