Releases: Setono/SyliusGiftCardPlugin
Releases · Setono/SyliusGiftCardPlugin
v0.8.4: Merge pull request #71 from Roshyo/master
Changing to JQuery AJAX method
Added translations
v0.8.3 French translation (#68)
Fix bug in configuration provider
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)
Without this, Symbols such as € does not display well
PDF gift card generation
[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 <[email protected]>
Repository interface compatible with AdminOrderCreation plugin
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
v0.6.5 Always add a code to the gift card when it is created
Fixed bug in priority of order processor
v0.6.4 Fixed bug: Added priority that is higher than the payments processor …
Removed serializer config for Customer resource
v0.6.3 Remove travis config