Releases: Setono/SyliusFeedPlugin
Releases · Setono/SyliusFeedPlugin
v0.6.2
Fixed: Google feed product type generation from taxon
Added: TaxonPathAwareInterface for Product to be able to generate product type on app side
v0.6.0
v0.5.1
Add channel aware routes
v0.5.0 Fixes https://github.com/Setono/SyliusFeedPlugin/issues/19
Updated dependencies
v0.4.2 Updated deps
v0.4.1
Added better violation summary and index
Notice the doctrine type mapping for the field violation.data
changed from array
to text
which means that if you have serialized content in that field you need to either truncate the violations table or unserialize the content and json encode it for example. The default now is that the content of data is serialized into json with Symfonys serializer
Fixed: Flush of feed violations in the batch generator
v0.3.1 Added a flush call because the violations weren't added
v0.3.0: Merge pull request #12 from mmenozzi/issue-11
Do not generate separate items for parent products (#11)