Skip to content

Releases: BitBagCommerce/SyliusVueStorefront2Plugin

v1.5.0

13 Jul 18:29
90879bc
Compare
Choose a tag to compare

What's Changed

New Features:

  • Console command for bulk data generation by @klloz in #86 and #83

Fixes:

  • Fix issue for saved addresses, which had one less field than billing/shipping form by @klloz in #87
  • Fix issue with missing locale pass in thank-you page redirect response url by @klloz in #90

Full Changelog: v1.4.1...v1.5.0

v1.4.1

29 Jun 09:39
fe5f3df
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Fix password reminder functionality by @MacBalc in #85
  • Add missing migrations for refresh_token and product_attribute_value fields by @klloz in #82

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Jun 09:00
8bfa0b3
Compare
Choose a tag to compare

What's Changed

New Features:

Performance optimization:

  • Reorganization of category tree query structure by @klloz in #77

New Contributors

  • @klloz made their first contribution in #77

Full Changelog: v1.3.0...v1.4.0

v1.3.0

11 May 11:03
6ceac78
Compare
Choose a tag to compare

Changelog:

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

17 Apr 06:55
68a18fc
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Documentation update by @Karpiula in #65
  • Allow to login customers (fixtures) by default in test application by @senghe in #67

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Jan 08:26
d720fe5
Compare
Choose a tag to compare

Changelog:

  • Feature: Add support for passing locale in api_graphql_entrypoint route - #57
  • Fix: Issues with buying out-of-stock products - #58

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Dec 13:14
b343f51
Compare
Choose a tag to compare

Changelog:

  • Feature: Add PayPal support - #56
  • Fix: Disallow unverified users to login when channel denies it - #54
  • Refactor: ECS and PHPStan tidying - #55

Full Changelog: v1.0.1...v1.1.0

v1.0.1

18 Oct 20:55
41640cc
Compare
Choose a tag to compare

Changelog:

  • Changes in README.md and doc/installation.md files
  • Fixing issue with error when loading fixtures after clean installation

Full Changelog: v1.0.0...v1.0.1

v1.0.0

11 Oct 19:15
ed1581c
Compare
Choose a tag to compare

This plugin allows you to integrate Sylius backend with Vue Storefront 2 integration.

This plugin allows you to expose all critical models and operations as graphql queries and mutations
It unlocks graphql-based API on top of ApiPlatform and JWT.

The current release is compatible with Sylius ~1.11.0 and Symfony 5.2.

v1.0.0-beta.1

03 Nov 11:28
312293e
Compare
Choose a tag to compare

First public release