/!\ This bundle is currently under development /!\
If you wish, you can contribute to the project :)
Package | Version |
---|---|
PHP | ^7.2 |
Symfony | ^4.2 |
JMS Serialier | ^2.4 or ^3.0 |
This bundle uses the Symfony Workflow bundle to track transitions in another table.
Once all transitions are complete, it merges the object into the original table.
If an old entity yet exists the same identifier, it will be replaced while keeping the same identifier.
This can be very useful for avoiding a loss of SEO from search engines.
- Replace SingleStateMarkingStore by MethodMarkingStore
- Replace setInitialPlace by setInitialPlaces