Files
ezdataflow-bundle/UPGRADE.md
jbcr ca37b2438d Add the ContentStructureFactory::transform() Mode. (#19)
* implement #18
* add an interface for factory
2019-11-13 10:36:37 +01:00

968 B

From v1.0 to v2.0

When you use Dataflow commands, use --siteaccess instead of --connection except for code-rhapsodie:dataflow:dump-schema.

[BC] The return of CodeRhapsodie\EzDataflowBundle\Gateway\JobGateway::findForScheduled and CodeRhapsodie\EzDataflowBundle\Gateway\ScheduledDataflowGateway::findAllOrderedByLabel has been changed. The iterable contains an associative array instead of an object.

[BC] In classes CodeRhapsodie\EzDataflowBundle\Gateway\JobGateway and CodeRhapsodie\EzDataflowBundle\Gateway\ScheduledDataflowGateway, all methods return Doctrine\ORM\Query object has changed to return now a Doctrine\DBAL\Query\QueryBuilder

[BC] The return type of CodeRhapsodie\EzDataflowBundle\Factory\ContentStructureFactory::transform has been changed from CodeRhapsodie\EzDataflowBundle\Model\ContentStructure to mixed. In fact only false or CodeRhapsodie\EzDataflowBundle\Model\ContentStructure object will be returned.