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

Commit 743ce27

Browse files
committed
Updated versions
1 parent f5ce614 commit 743ce27

File tree

9 files changed

+19
-20
lines changed

9 files changed

+19
-20
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and then get the Symfony CMF code with it (this may take a while):
6060

6161
.. code-block:: bash
6262
63-
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install> ~1.1
63+
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install> ~1.2
6464
$ cd <path-to-install>
6565
6666
.. note::

bundles/core/dependency_injection_tags.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ cmf_request_aware
1313
in CoreBundle 1.2. Since Symfony 2.3, you can profit from the fact
1414
that the request is a `synchronized service`_.
1515

16-
When working with the 1.0 version of the CMF in Symfony 2.2 and you have
17-
services that need the request (e.g. for the publishing workflow or current
18-
menu item voters), you can tag services with ``cmf_request_aware`` to have a
19-
kernel listener inject the request. Any class used in such a tagged service
20-
must have the ``setRequest`` method or you will get a fatal error::
16+
When working with the CMF in Symfony 2.2 and you have services that need the
17+
request (e.g. for the publishing workflow or current menu item voters), you can
18+
tag services with ``cmf_request_aware`` to have a kernel listener inject the
19+
request. Any class used in such a tagged service must have the ``setRequest``
20+
method or you will get a fatal error::
2121

2222
use Symfony\Component\HttpFoundation\Request;
2323

bundles/create/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Mapping Requests to Domain Objects
506506
One last piece is the mapping between CreatePHP data and the application
507507
domain objects. Data needs to be stored back into the database.
508508

509-
In version 1.0, the CreateBundle only provides a service to map to Doctrine
509+
Currently, the CreateBundle only provides a service to map to Doctrine
510510
PHPCR-ODM. If you do not enable the phpcr persistence layer, you need to
511511
configure the ``cmf_create.object_mapper_service_id``.
512512

bundles/menu/introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ features:
1111
* Render menus stored in the persistence layer;
1212
* Generate menu node URLs from linked Content or Route.
1313

14-
Note that only the Doctrine PHPCR-ODM persistence layer is supported in the
15-
1.0 release.
14+
Note that only the Doctrine PHPCR-ODM persistence layer is currently supported.
1615

1716
.. caution::
1817

cookbook/database/create_new_project_phpcr_odm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ content repository.
3636
...
3737
"require": {
3838
...
39-
"doctrine/phpcr-bundle": "1.1.*",
40-
"doctrine/phpcr-odm": "1.0.*",
41-
"jackalope/jackalope-doctrine-dbal": "1.0.0"
39+
"doctrine/phpcr-bundle": "1.2.*",
40+
"doctrine/phpcr-odm": "1.2.*",
41+
"jackalope/jackalope-doctrine-dbal": "1.2.*"
4242
}
4343
}
4444

cookbook/editions/cmf_core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the following to your ``composer.json`` file:
3737
3838
"require": {
3939
...
40-
"symfony-cmf/symfony-cmf": "1.1.*"
40+
"symfony-cmf/symfony-cmf": "1.2.*"
4141
}
4242
4343
And then run:

cookbook/editions/cmf_sandbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and then get the Symfony CMF code with it (this may take a while):
4848

4949
.. code-block:: bash
5050
51-
$ php composer.phar create-project --no-install symfony-cmf/sandbox <path-to-install> ~1.1
51+
$ php composer.phar create-project --no-install symfony-cmf/sandbox <path-to-install> ~1.2
5252
$ cd <path-to-install>
5353
$ mv ../composer.phar .
5454

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The best way to download the Symfony CMF Standard Edition is using Composer_:
4545

4646
.. code-block:: bash
4747
48-
$ php composer.phar create-project symfony-cmf/standard-edition cmf ~1.1
48+
$ php composer.phar create-project symfony-cmf/standard-edition cmf ~1.2
4949
5050
Setting up the Database
5151
~~~~~~~~~~~~~~~~~~~~~~~

tutorial/getting-started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ file in the previous step.
4040
...
4141
require: {
4242
...
43-
"doctrine/phpcr-bundle": "1.1.*",
44-
"jackalope/jackalope-doctrine-dbal": "1.1.0",
43+
"doctrine/phpcr-bundle": "1.2.*",
44+
"jackalope/jackalope-doctrine-dbal": "1.2.0",
4545
"symfony-cmf/routing-auto-bundle": "dev-master",
4646
"symfony-cmf/menu-bundle": "1.2.*",
47-
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
48-
"symfony-cmf/tree-browser-bundle": "1.1.x-dev as 1.0",
47+
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
48+
"symfony-cmf/tree-browser-bundle": "1.2.x-dev as 1.0",
4949
"doctrine/data-fixtures": "1.0.*",
50-
"phpcr/phpcr-utils": "1.1.*",
50+
"phpcr/phpcr-utils": "1.2.*",
5151
"symfony-cmf/routing-bundle": "1.2.*",
5252
"symfony-cmf/routing": "1.2.*"
5353
},

0 commit comments

Comments
 (0)