Skip to content

Releases: Setono/SyliusFeedPlugin

v0.6.2

24 Mar 08:22
7e5956c
Compare
Choose a tag to compare
Merge pull request #43 from lruozzi9/master

Update SyliusBundle dot notation

Fixed: Google feed product type generation from taxon

10 Feb 09:56
93c876e
Compare
Choose a tag to compare

Added: TaxonPathAwareInterface for Product to be able to generate product type on app side

v0.6.0

29 Jan 11:42
eaa2030
Compare
Choose a tag to compare

Some things were simplified. If you use this plugin as is without extending anything, you should be able to upgrade without a problem.

v0.5.1

21 Jan 14:46
Compare
Choose a tag to compare

Changed the description requirement from error to warning because in reality the description is not required

Add channel aware routes

01 Sep 11:45
Compare
Choose a tag to compare
v0.5.0

Fixes https://github.com/Setono/SyliusFeedPlugin/issues/19

Updated dependencies

03 Jan 13:20
Compare
Choose a tag to compare
v0.4.2

Updated deps

v0.4.1

13 Dec 12:01
Compare
Choose a tag to compare
Added in stock filter

Added better violation summary and index

13 Dec 09:21
f0f2c2b
Compare
Choose a tag to compare

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

11 Dec 09:17
Compare
Choose a tag to compare
v0.3.1

Added a flush call because the violations weren't added

v0.3.0: Merge pull request #12 from mmenozzi/issue-11

09 Dec 11:14
78745c3
Compare
Choose a tag to compare
Do not generate separate items for parent products (#11)