Releases: h4cc/AliceFixturesBundle
Releases · h4cc/AliceFixturesBundle
Alice compatibility bugfix.
Referencing between fixture sets and made them sortable.
Changes
There have been changes in the interfaces, encouraging a version bump.
This release contains the following changes:
Fixed Bug: Multiple Alice Provider
Bugfix: FixtureManager::addProvider() Fixed #29
Added Warning for removed configuration option "object_manager"
Merge pull request #27 from h4cc/feature/config-warning Feature: Config warning
Multiple Fixture Managers and Doctrine ManagerRegistry.
Attention:
This release is using Doctrine RegistryManagers instead of EntityManagers. This results in recreating the schema for all configured EntityMangers, not just the configured one.
Changes
This release contains the following changes:
Fix for "local" Entities.
This release contains a fix for issue #11
Automatic FixtureSet Loading and full MongoDB Support.
Mentioned the AliceDemo Application in README. Removed hhvm from travis, because the ext-mongo is not available for hhvm.
Made object_manager service configureable.
Made the used doctrine object_manager service configureable.
With this change it is possible to use the MongoDB ObjectManager and persist your fixtures to MongoDB.
Fix for incorrect services definition.
There has been a mistake in the services.xml file that has been resolved.
Thanks for the Feedback so far.
Initial Feedback Release
First release, mainly as a source for feedback.