Skip to content

Releases: vitalybaev/php-google-merchant-feed

v2.6.0

23 Dec 16:19
b0bcb72
Compare
Choose a tag to compare

What's Changed

  • Added support for shipping dimensions by @jakeday in #29 (big thanks!)

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

14 Feb 21:16
1fe34c2
Compare
Choose a tag to compare

What's Changed

  • feat: modified availability props to respect google contract by @toniop99 in #25

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

24 Jan 16:50
465a1f1
Compare
Choose a tag to compare

What's Changed

  • Add missing availability backorder check by @Samuell1 in #22

Full Changelog: v2.4.0...v2.4.1

v2.4.0

22 Dec 17:12
4799c1f
Compare
Choose a tag to compare
  • Added ->setShippingLabel(), ->setShippingWeight() and ->setCustomLabel() methods. Thanks to @tegansnyder

v2.3.0

12 Sep 10:53
b1e199d
Compare
Choose a tag to compare
  • Product now has method addShipping to add multiple shipping options to a product. Huge thanks to @Samuell1

v2.2.0

20 Aug 11:16
1c3df47
Compare
Choose a tag to compare
  • Added missing backorder in Availability - huge thanks to @Samuell1

v2.1.0

01 Mar 14:56
fd5e5a0
Compare
Choose a tag to compare
  • Added ability to specify RSS version attribute. Thanks to @ololower

v2.0.0

27 Jul 07:20
Compare
Choose a tag to compare

This new release consists of:

  1. Availability to define shipping information.
  2. Fixed using constant Availability::NEW

v1.2.0

13 May 03:22
Compare
Choose a tag to compare
  • Using ^1.5 OR ^2.0 of sabre/xml
  • Added PHP 7.3 to Travis-CI test targets
  • Using PHPUnit 6.5.14 when testing in Travis

v1.1.1

20 Feb 12:29
Compare
Choose a tag to compare
  • Do not use NEW class constant to avoid errors on PHP < 7 (thanks @hermans)