Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

mark packages as not stable, that we have not moved to RC stage yet #272

Merged
merged 2 commits into from
Sep 28, 2013
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
6 changes: 6 additions & 0 deletions bundles/_not-stable-caution.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. caution::

This Bundle is a Work In Progress, some aspects of this Bundle may change
without offering any backwards compatibility. Such changes and instructions
of how to deal with them will usually be mentioned in the ``CHANGELOG.md``
file shipped with the Bundle.
2 changes: 2 additions & 0 deletions bundles/blog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ BlogBundle

.. include:: _outdate-caution.rst.inc

.. include:: _not-stable-caution.rst.inc

This bundle aims to provide everything you need to create a full blog or
blog-like system. It also includes in-built support for the Sonata Admin
bundle to help you get up-and-running quickly.
Expand Down
2 changes: 2 additions & 0 deletions bundles/routing_auto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RoutingAutoBundle

.. include:: _outdate-caution.rst.inc

.. include:: _not-stable-caution.rst.inc

The RoutingAutoBundle allows you to define automatically created routes for
documents. This implies a separation of the ``Route`` and ``Content``
documents. If your needs are simple this bundle may not be for you and you
Expand Down