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

Commit e8e1df0

Browse files
committed
Merge pull request #116 from symfony-cmf/update_readme_for_refactor
Added migration instructions to CHANGELOG
2 parents eb9466b + 8267785 commit e8e1df0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
1.0-beta1
5+
---------
6+
7+
* The RoutingAutoBundle has been almost completely rewritten and split into a component and a bundle package.
8+
9+
See the documentation for the full set of changes. To migrate from PHPCR Shell you need to migrate the RoutingAuto document:
10+
11+
UPDATE [nt:unstructured] SET phpcr:class="Symfony\Cmf\Bundle\RoutingAutoBundle\Model\AutoRoute" WHERE phpcr:class="Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute"
12+
13+
And regenerate the routes:
14+
15+
$ php app/console cmf:routing:auto:refresh
16+
417
* **2014-06-06**: Updated to PSR-4 autoloading
518

619
* **2013-01-25**: Upgraded to the CMF bundle standards.

0 commit comments

Comments
 (0)