init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
17
vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md
vendored
Normal file
17
vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Upgrading from 1.0 to 1.1
|
||||
=========================
|
||||
|
||||
This file describes the needed changes when upgrading from 1.0 to 1.1
|
||||
|
||||
### Bumped the requirements
|
||||
|
||||
The bundle now requires Symfony 2.1 and the 2.3 version of the Gedmo extensions
|
||||
(which is the master branch at the time of this writing)
|
||||
|
||||
### Removed the duplicated entities.
|
||||
|
||||
The bundle no longer duplicates the entities provided by the extensions
|
||||
to make the maintenance easier. You need to configure the mapping explicitly
|
||||
for the extensions as DoctrineBundle cannot guess it.
|
||||
See the updated documentation about registering the mapping for the way to
|
||||
register them.
|
||||
Loading…
Add table
Add a link
Reference in a new issue