Skip to content

Commit

Permalink
minor #4479 remove versionadded directives for old versions (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.6 branch.

Discussion
----------

remove versionadded directives for old versions

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.6+
| Fixed tickets |

Commits
-------

7f40f23 remove versionadded directives for old versions
  • Loading branch information
weaverryan committed Nov 24, 2014
2 parents 9a22865 + 7f40f23 commit 43809b1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 deletions.
3 changes: 0 additions & 3 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1546,9 +1546,6 @@ do the following:
),
));
.. versionadded:: 2.2
The BCrypt encoder was introduced in Symfony 2.2.

You can now calculate the hashed password either programmatically
(e.g. ``password_hash('ryanpass', PASSWORD_BCRYPT, array('cost' => 12));``)
or via some online tool.
Expand Down
5 changes: 0 additions & 5 deletions components/filesystem/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The Filesystem Component

The Filesystem component provides basic utilities for the filesystem.

.. versionadded:: 2.1
The Filesystem component was introduced in Symfony 2.1. Previously, the
``Filesystem`` class was located in the HttpKernel component.


.. tip::

A lock handler feature was introduce in symfony 2.6.
Expand Down
4 changes: 0 additions & 4 deletions cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,3 @@ then instead of these properties being checked, your ``isEqualTo`` method
is simply called, and you can check whatever properties you want. Unless
you understand this, you probably *won't* need to implement this interface
or worry about it.

.. versionadded:: 2.1
In Symfony 2.1, the ``equals`` method was removed from ``UserInterface``
and the ``EquatableInterface`` was introduced in its place.
3 changes: 0 additions & 3 deletions reference/forms/types/options/with_minutes.rst.inc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
with_minutes
~~~~~~~~~~~~

.. versionadded:: 2.2
The ``with_minutes`` option was introduced in Symfony 2.2.

**type**: ``Boolean`` **default**: ``true``

Whether or not to include minutes in the input. This will result in an additional
Expand Down
11 changes: 2 additions & 9 deletions reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Functions
render
~~~~~~

.. versionadded:: 2.2
The ``render()`` function was introduced in Symfony 2.2. Prior, the
``{% render %}`` tag was used and had a different signature.

.. code-block:: jinja
{{ render(uri, options) }}
Expand All @@ -40,7 +36,7 @@ render
Renders the fragment for the given controller (using the `controller`_ function)
or URI. For more information, see :ref:`templating-embedding-controller`.

The render strategy can be specified in the ``strategy`` key of the options.
The render strategy can be specified in the ``strategy`` key of the options.

.. tip::

Expand All @@ -65,7 +61,7 @@ Generates an ESI tag when possible or falls back to the behaviour of
.. tip::

The URI can be generated by other functions, like `path`_ and `url`_.

.. tip::

The ``render_esi()`` function is an example of the shortcut functions
Expand All @@ -76,9 +72,6 @@ Generates an ESI tag when possible or falls back to the behaviour of
controller
~~~~~~~~~~

.. versionadded:: 2.2
The ``controller()`` function was introduced in Symfony 2.2.

.. code-block:: jinja
{{ controller(controller, attributes, query) }}
Expand Down

0 comments on commit 43809b1

Please sign in to comment.