Skip to content

Releases: BitBagCommerce/SyliusWishlistPlugin

v4.1.6

11 Mar 08:26
a2fb2da
Compare
Choose a tag to compare

What's Changed

Fixes:

Full Changelog: v4.1.5...v4.1.6

v4.1.5

05 Mar 14:01
bddbabf
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v4.1.4...v4.1.5

v4.1.4

01 Mar 12:12
dc91b55
Compare
Choose a tag to compare

What's Changed

Fixes

  • Added prefix to shop routes to enable translations by @leszczuu in #242

Full Changelog: v4.1.3...v4.1.4

v4.1.3

18 Feb 16:14
e13ce1e
Compare
Choose a tag to compare

What's Changed

Maintenance

  • Removed conflict of Doctrine ORM in composer.json by @leszczuu in #241
  • Upgraded Behat Mink Selenium2 Driver to 1.6.0 by @leszczuu in #241

Fixes

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

14 Nov 08:11
0a664fa
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Fix issue with broken add to cart button submit on product page by @senghe in #235

Full Changelog: v4.1.1...v4.1.2

v4.1.1

10 Nov 10:52
51c4c60
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Fix issuse with broken 'bin/console debug:event-dispatcher' command by @senghe in #234

Full Changelog: v4.1.0...v4.1.1

v4.1.0

30 Oct 20:29
bff1a0a
Compare
Choose a tag to compare

What's Changed

New features:

Fixes:

  • Add database migration for adding token_idx and channel_shop_user_token_idx indexes to database by @senghe in #230

Maintenance:

  • Resolve issue of default async messenger transport configuration by @senghe in #229

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

25 Oct 06:37
4124f89
Compare
Choose a tag to compare

What's Changed

Fixes:

Full Changelog: v4.0.1...v4.0.2

v4.0.1

09 Sep 18:26
c34dd8b
Compare
Choose a tag to compare

What's Changed

Fixes:

Maintenance:

  • Adding a composite index on wishlist entity (channel,shopUser,token) … by @christopherhero in #221

Full Changelog: v4.0.0...v4.0.1

v4.0.0

09 Aug 06:48
bcbe29e
Compare
Choose a tag to compare

What's Changed

Breaking Change

Functionality change:

  • Don't create new token if user has wishlists by @Wojdylak in #198
  • Adjust wishlist creation logic to create only on first interaction instead of site visit by @arek31 in #214

Fixes:

  • Fix issue with visibility of other users wishlists by @MacBalc in #211
  • Fix wishlist product pricing on variant change by @pbalcerzak in #182
  • Fix wishlist display with long names by @bartek-sek in #203
  • Fix "Add to cart" & "Add to wishlist" buttons not ux optimised in mobile version by @rafalmal in #197
  • Fix 'add to cart' & 'add to wishlist' buttons by @DawidFrankiewicz in #209
  • Fix issue with wishlist allow to add to cart the product that does not have sufficient stock by @PiotrSzymanski2000 in #205
  • Fix issues with broken build on webpack and node 14 by @senghe in #208
  • Fix message wishlist has product by @Wojdylak in #218
  • Add sylius-messenger-transport-dns environment variables by @Wojdylak in #192
  • Add availabilityCheckerInterface to check sufficient variants in stock by @Wojdylak in #193
  • Add migration with missing fields and indexes by @klloz in #210
  • Add responsiveness to add-to-wishlist button by @MacBalc in #196
  • Update WishlistContextInterface.php by @tavy315 in #75
  • Update RemoveProductFromWishlistHandler.php by @MorsiBouhlel in #204
  • Correct typos by @MateuszDyla in #103
  • Git-action Upgrade Ubuntu by @Wojdylak in #200
  • Wishlist: add token index by @Wojdylak in #201

New Contributors

Full Changelog: v3.0.4...v4.0.0