Skip to content

Commit

Permalink
minor #6303 Tweaked the Symfony Releases page (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Tweaked the Symfony Releases page

I'd like to display the table of Symfony versions in its own `Version History` section. This change will allow me to add a link to this section from this other page: http://symfony.com/roadmap

Commits
-------

bdfbfa7 Fixed everything suggested by reviewers
4132c7e Tweaked the Symfony Releases page
  • Loading branch information
weaverryan committed Mar 17, 2016
2 parents 10d19ba + bdfbfa7 commit ff86429
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions contributing/community/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,19 @@ Below is the schedule for the first few versions that use this release model:
* **Blue** represents the Stabilization phase
* **Green** represents the Maintenance period

This results in very predictable dates and maintenance periods:
.. tip::

If you want to learn more about the timeline of any given Symfony version,
use the online `timeline calculator`_.

.. tip::

Whenever an important event related to Symfony versions happens (a version
reaches end of maintenance or a new patch version is released for
instance), you can automatically receive an email notification if you
subscribed on the `roadmap notification`_ page.

.. _version-history:

======= ============== ======= ======================== ===========
Version Feature Freeze Release End of Maintenance End of Life
Expand Down Expand Up @@ -123,19 +135,6 @@ Version Feature Freeze Release End of Maintenance End of Life
.. [2] Symfony 2.8 is the last version of the Symfony 2.x branch.
.. [3] Symfony 3.0 is the first version to use the new release process based on five minor releases.
.. tip::

If you want to learn more about the timeline of any given Symfony version,
use the online `timeline calculator`_. You can also get all data as a JSON
string via a URL like `https://symfony.com/roadmap.json?version=2.x`.

.. tip::

Whenever an important event related to Symfony versions happens (a version
reaches end of maintenance or a new patch version is released for
instance), you can automatically receive an email notification if you
subscribed on the `roadmap notification`_ page.

Backwards Compatibility
-----------------------

Expand Down

0 comments on commit ff86429

Please sign in to comment.