Skip to content

Releases: Setono/SyliusGiftCardPlugin

Fix bug in configuration provider

14 Apr 18:38
21057ff
Compare
Choose a tag to compare
Fix the DefaultConfiguration provider (#64)

* Fix the DefaultConfiguration provider

Related to #60

* Fix the DefaultConfiguration provider

Related to #60

* Fix spec

v0.8.1: Adding UTF8 tag to allow symbols (#58)

05 Mar 14:02
cc7af95
Compare
Choose a tag to compare
Without this, Symbols such as € does not display well

PDF gift card generation

05 Mar 10:22
bca6a4e
Compare
Choose a tag to compare
[WIP] Adding a PDF generation (#56)

* Adding a display of gift cards in customer account

* Removing commented code

* WIP: Adding Configuration for GiftCard

* Fix style

* Removing Channel Override
Reworking the relation between Channel and Configuration

* Adding unique constraint on ChannelConfiguration

* Renaming ChannelConfiguration

* Adding Validator
Fixing Doctrine unique key

* Adding Validators

* Allowing a configuration to be the default one
Creating a Configuration provider
Making tests pass

* Making tests pass

* Associate GiftCard to Configuration when creating it

* Rendering PDF
Adding a way to download from Admin panel
Using voter to grant or deny access

* Fix style

* Adding route to download from account
Translation

* Integrating review changes

* Remove relation between giftCard and Configuration

* Adding notNull assertion
Adding tests

*  Sylius 1.7 compatibility  (#57)

* Sylius 1.7 compatibility

* Allowing Sylius 1.7

* Using 1.7 template and structure

* Update build.yaml

* WIP: Adding Configuration for GiftCard

* Fix style

* Removing Channel Override
Reworking the relation between Channel and Configuration

* Adding unique constraint on ChannelConfiguration

* Renaming ChannelConfiguration

* Adding Validator
Fixing Doctrine unique key

* Adding Validators

* Allowing a configuration to be the default one
Creating a Configuration provider
Making tests pass

* Making tests pass

* Associate GiftCard to Configuration when creating it

* Rendering PDF
Adding a way to download from Admin panel
Using voter to grant or deny access

* Fix style

* Adding route to download from account
Translation

* Integrating review changes

* Remove relation between giftCard and Configuration

* Adding notNull assertion
Adding tests

* Adding CSS to display Price and Code inside the boxes in default image
Reviewing changes

* Removing unused import

Co-authored-by: Joachim Løvgaard <joachim@loevgaard.dk>

Repository interface compatible with AdminOrderCreation plugin

27 Feb 11:38
8ee0bd8
Compare
Choose a tag to compare
Merge pull request #54 from Setono/fix-aoc-plugin-compatibility

Fixed: Compatibility with AdminOrderCreationPlugin

Always create a code when creating a gift card in the factory

28 Jan 08:47
Compare
Choose a tag to compare
v0.6.5

Always add a code to the gift card when it is created

Fixed bug in priority of order processor

21 Jan 09:26
Compare
Choose a tag to compare
Fixed bug: Added priority that is higher than the payments processor …

…so that payment amounts are the correct amount

Removed serializer config for Customer resource

15 Jan 20:06
Compare
Choose a tag to compare

v0.6.2

14 Jan 13:46
Compare
Choose a tag to compare
Added routes file for apps with no locale

v0.6.1

14 Jan 13:34
Compare
Choose a tag to compare
Fixed unused service and added missing config info in readme

Added customer relation and API endpoints

14 Jan 13:09
Compare
Choose a tag to compare