Skip to content

remove versionadded directives for old versions #4479

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
Nov 24, 2014
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: 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