Skip to content

Tags: Sylius/RefundPlugin

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v2.0.0

- [#369](#369) [Resources] move resources definition to php ([@SirDomin](https://github.com/SirDomin))
- [#445](#445) Regenerate migrations ([@TheMilek](https://github.com/TheMilek))
- [#448](#448) Replace deprecated services' names and parameters + minor clean up ([@GSadee](https://github.com/GSadee))
- [#443](#443) Assets reorganization ([@kulczy](https://github.com/kulczy))
- [#437](#437) [Maintenance] Bump plugin to Sylius 2.0 ([@mpysiak](https://github.com/mpysiak))
- [#451](#451) [Maintenance] Refactor directory structure ([@mpysiak](https://github.com/mpysiak))
- [#452](#452) [Maintenance] Refactor after bump to Sylius 2.0 ([@mpysiak](https://github.com/mpysiak))
- [#453](#453) Update legacy installation instructions ([@mpysiak](https://github.com/mpysiak))
- [#455](#455) Improve installation guide + hide refund button next to the payment ([@GSadee](https://github.com/GSadee))
- [#456](#456) Rename assets import files ([@mpysiak](https://github.com/mpysiak))
- [#457](#457) SYL-4167: UI cleanup ([@bartek-sek](https://github.com/bartek-sek))
- [#454](#454) Add changes to UPGRADE file ([@mpysiak](https://github.com/mpysiak))
- [#458](#458) Remove partials, add twig components ([@mpysiak](https://github.com/mpysiak))
- [#461](#461) SYL-4167: Final hooks ([@bartek-sek](https://github.com/bartek-sek))
- [#460](#460) [Maintenance] Configuration Files Reorganization and Changing Their Extensions ([@Rafikooo](https://github.com/Rafikooo))
- [#466](#466) [Maintenance] Bump wkhtmltopdf version ([@Wojdylak](https://github.com/Wojdylak))
- [#468](#468) SYL-4225: UI improvements ([@bartek-sek](https://github.com/bartek-sek))
- [#469](#469) Change charset in regenerated migrations to be compatible with Sylius ([@GSadee](https://github.com/GSadee))

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.6.0

- [#428](#428) Update supported branches in README file and PR template ([@GSadee](https://github.com/GSadee))
- [#434](#434) [CI] Update Actions Checkout Version ([@Rafikooo](https://github.com/Rafikooo))
- [#435](#435) Drop Sylius ~1.12.0, Update CI Definition & Fix Build ([@Rafikooo](https://github.com/Rafikooo))
- [#433](#433) [Maintenance] Support Sylius v1.14.0-beta.1 ([@Rafikooo](https://github.com/Rafikooo))
- [#438](#438) Add LICENSE_OF_TRADEMARK_AND_LOGO ([@GSadee](https://github.com/GSadee))
- [#436](#436) [Maintenance] Update legacy package.json in test Application ([@mpysiak](https://github.com/mpysiak))
- [#440](#440) [Behat] Remove unneeded context ([@GSadee](https://github.com/GSadee))
- [#439](#439) Use StateMachine Abstraction instead of hardcoded Winzou ([@GSadee](https://github.com/GSadee))
- [#432](#432) Add German Translations for Sylius Refund Plugin ([@curler7](https://github.com/curler7))
- [#441](#441) [CI] Update builds' matrix ([@GSadee](https://github.com/GSadee))
- [#442](#442) [Behat] Use Chrome instead of Selenium driver ([@GSadee](https://github.com/GSadee))
- [#444](#444) Separate migrations for mySQL and add PostgreSQL support ([@TheMilek](https://github.com/TheMilek))
- [#446](#446) Refactor services' ids according to the new convention ([@GSadee](https://github.com/GSadee))
- [#447](#447) Rename and deprecate parameters ([@GSadee](https://github.com/GSadee))
- [#449](#449) [CI] Remove unneeded build + minor improvements ([@GSadee](https://github.com/GSadee))
- [#450](#450) Move StateMachineAbstraction config to the proper directory in the test application ([@GSadee](https://github.com/GSadee))
- [#459](#459) Upmerge pr ([@mpysiak](https://github.com/mpysiak))
- [#463](#463) Installation Guide Routes Importing Step Correction ([@Rafikooo](https://github.com/Rafikooo))
- [#464](#464) Improve Installation Guide ([@Rafikooo](https://github.com/Rafikooo))
- [#465](#465) Add note about Sylius 1.14 in the UPGRADE file ([@GSadee](https://github.com/GSadee))

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.5.0

- [#413](#413) Adjust supported versions in README file ([@GSadee](https://github.com/GSadee))
- [#414](#414) [RefundUnitsConverter] Change interface method signature ([@Rafikooo](https://github.com/Rafikooo))
- [#419](#419) [Maintenance][CI] Disable php 8.0 with symfony 6 pipes ([@NoResponseMate](https://github.com/NoResponseMate))
- [#420](#420) [Maintenance] Add missing deprecations to CreditMemoEmailSender ([@NoResponseMate](https://github.com/NoResponseMate))
- [#421](#421) [Maintenance] Update License ([@NoResponseMate](https://github.com/NoResponseMate))
- [#423](#423) Add missing factory for line items ([@NoResponseMate](https://github.com/NoResponseMate))
- [#424](#424) Update plugin to sylius 1.13. ([@BartoszWojdalowicz](https://github.com/BartoszWojdalowicz))
- [#427](#427) Bump Sylius 1.13 to stable v1.13.0 version ([@GSadee](https://github.com/GSadee))

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.4.0

- [#395](#395) [Config] Move SyliusTemplateEvents to the separate configuration file ([@Rafikooo](https://github.com/Rafikooo))
- [#401](#401) [Maintenance] Adjust Messenger env variables ([@GSadee](https://github.com/GSadee))
- [#396](#396) `SyliusTemplateEvents` introduced on the `Refund` view ([@Rafikooo](https://github.com/Rafikooo))
- [#405](#405) [Maintenance] Bump up Sylius Coding Standard ([@coldic3](https://github.com/coldic3))
- [#406](#406) Make UnitRefundedEventListener listen for all events implementing UnitRefundedInterface ([@coldic3](https://github.com/coldic3))
- [#404](#404) Units refunded flow improvements ([@coldic3](https://github.com/coldic3))
- [#407](#407) Validate if refunded units belong to an order ([@coldic3](https://github.com/coldic3))
- [#408](#408) Introduce tags autoconfiguration ([@coldic3](https://github.com/coldic3))
- [#409](#409) Improve extendibility of OrderRefundsListAction ([@coldic3](https://github.com/coldic3))

v1.3.1

Toggle v1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.3.1

- [#393](#393) [Maintenance] Update README and PR template ([@GSadee](https://github.com/GSadee))
- [#394](#394) [Maintenance] Remove wkhtmltopdf binary ([@coldic3](https://github.com/coldic3))
- [#402](#402) [UI] Remove import with redundant macro ([@coldic3](https://github.com/coldic3))
- [#403](#403) Use sylius_admin.path_name for route prefix ([@mneuville](https://github.com/mneuville))
- [#412](#412) [Composer] Require php-http/message-factory package ([@GSadee](https://github.com/GSadee))
- [#214](#214) [DX] Easier tests for RefundUnits message ([@Nek-](https://github.com/Nek-), [@GSadee](https://github.com/GSadee))

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.3.0

- [#373](#373) Save credit memos on server during generation ([@GSadee](https://github.com/GSadee))
- [#378](#378) Drop support for Sylius 1.10 ([@GSadee](https://github.com/GSadee))
- [#381](#381) [Maintenance] Remove redundant configuration ([@coldic3](https://github.com/coldic3))
- [#384](#384) [Maintenance] Drop support for Symfony 4.4 ([@coldic3](https://github.com/coldic3))
- [#387](#387) [Behat] Move scenario from Plus ([@TheMilek](https://github.com/TheMilek))
- [#385](#385) [Maintenance] Add support for Sylius 1.12 with Symfony 5.4 ([@coldic3](https://github.com/coldic3))
- [#386](#386) Add Symfony 6 support ([@coldic3](https://github.com/coldic3), [@GSadee](https://github.com/GSadee))
- [#388](#388) [Templates] Adjust to the new Sylius shop UI styles ([@coldic3](https://github.com/coldic3))

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.2.1

- [#371](#371) [Maintenance] Update README and PR template ([@GSadee](https://github.com/GSadee))
- [#374](#374) [Behat] Split suites into separate files + remove whitespaces from tags ([@GSadee](https://github.com/GSadee))
- [#375](#375) [Maintenance] Allow flex plugin during plugin installation ([@lchrusciel](https://github.com/lchrusciel))
- [#379](#379) [GitHub Actions] Configure global flex to fix the build ([@GSadee](https://github.com/GSadee))
- [#391](#391) Add missing csrf_token field ([@jakubtobiasz](https://github.com/jakubtobiasz))

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.2.0

- [#362](#362) [Maintenance] Add TwigToPdfGenerator ([@coldic3](https://github.com/coldic3))
- [#365](#365) [Templates][Admin] Replace templates overriding with events ([@coldic3](https://github.com/coldic3))
- [#367](#367) [Maintenance] Optional pdf generator ([@Rafikooo](https://github.com/Rafikooo), [@GSadee](https://github.com/GSadee))
- [#370](#370) [GitHub Actions] Include build with PDF generation disabled to the main workflow ([@GSadee](https://github.com/GSadee))

v1.1.2

Toggle v1.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.1.2

- [#363](#363) Use mapped superclasses for entities ([@aleho](https://github.com/aleho))
- [#364](#364) [Maintenance] Support PHP 8.1 ([@GSadee](https://github.com/GSadee))
- [#366](#366) [Templates] Remove redundant template overriding ([@coldic3](https://github.com/coldic3))
- [#368](#368) Update supported branches in README file ([@GSadee](https://github.com/GSadee))

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GSadee Grzegorz Sadowski
v1.1.1

- [#350](#350) [Maintenance] Add information about supported branches ([@GSadee](https://github.com/GSadee))
- [#354](#354) [Maintenance] Fix header of information about supported branches ([@GSadee](https://github.com/GSadee))
- [#358](#358) [Maintenance] Bump up Sylius versions to fix the build ([@GSadee](https://github.com/GSadee))
- [#355](#355) [GitHub Actions] Configure workflow to run on the workflow_dispatch event ([@GSadee](https://github.com/GSadee))
- [#359](#359) [Credit Memo] Sorting credit memos by order numbers ([@ernestWarwas](https://github.com/ernestWarwas))
- [#361](#361) Enable local file access in CreditMemoPdfFileGenerator ([@coldic3](https://github.com/coldic3))