Releases: CommerceWeavers/SyliusSaferpayPlugin
Releases · CommerceWeavers/SyliusSaferpayPlugin
v1.2.0
TL;DR
Sylius 1.13 support + various fixes 🎉
Details
- Update vimeo/psalm requirement from 5.22.2 to 5.23.1 by @dependabot in #140
- Update phpstan/phpstan-doctrine requirement from 1.3.62 to 1.3.65 by @dependabot in #143
- Allow installing Sylius 1.13 by @NoResponseMate in #169
- add some error handling to prevent 500 error in frontend by @revoltek-daniel in #150
- Remove Psalm by @Zales0123 in #170
- Update phpstan/phpstan-doctrine requirement from 1.3.65 to 1.4.7 by @dependabot in #168
- Minimise dependabot activity by @Zales0123 in #171
- Run contract tests if they're changed by @Zales0123 in #175
- Run contract tests on push by @Zales0123 in #178
- Change deprecated PHPStan config by @Zales0123 in #177
- Update phpstan/phpstan-doctrine requirement from 1.4.7 to 1.4.8 by @dependabot in #180
- Fix GitHub Actions build by @coldic3 in #191
- adjust response contract for get terminal by @JakubCzech-pl in #192
- Fix/contract tests get terminal - postfinance name by @JakubCzech-pl in #193
- adjust pipeline - schedule on saturday, on push/pull_request by @JakubCzech-pl in #194
- Update phpstan/phpstan-doctrine requirement from 1.4.8 to 1.5.3 by @dependabot in #184
New Contributors
- @NoResponseMate made their first contribution in #169
- @coldic3 made their first contribution in #191
- @JakubCzech-pl made their first contribution in #192
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Details
- [GitHub Actions] Fix test application setup by @GSadee in #102
- [Payum] Save payment means during assert action by @lchrusciel in #99
- Update phpstan/phpstan-doctrine requirement from 1.3.45 to 1.3.53 by @dependabot in #109
- Update vimeo/psalm requirement from 5.15.0 to 5.17.0 by @dependabot in #111
- Add link to order details for faster access of order by @moveDaniel in #112
- Add FIlter for Ordernumber by @revoltek-daniel in #113
- Update phpstan/phpstan-doctrine requirement from 1.3.53 to 1.3.59 by @dependabot in #120
- Update vimeo/psalm requirement from 5.17.0 to 5.20.0 by @dependabot in #121
- [CI] Fix and update builds by @GSadee in #123
- Remove unnecessary step from contract tests by @GSadee in #124
- [Payum] Provide easier way to extend assert action by @lchrusciel in #100
- [CI] Fix contract tests by @GSadee in #138
- Update phpstan/phpstan-doctrine requirement from 1.3.59 to 1.3.62 by @dependabot in #129
- Update vimeo/psalm requirement from 5.20.0 to 5.22.2 by @dependabot in #133
New Contributors
- @moveDaniel made their first contribution in #112
- @revoltek-daniel made their first contribution in #113
Full Changelog: v1.0.0...v1.1.0
v1.0.0
TL;DR
Plugin stable release 🎉
Details
- Add migration to fix the type of context field in transaction logs by @GSadee in #92
- [Maintenance] Use newest test app setup by @lchrusciel in #91
- [Docs] Add missing note about composer update by @lchrusciel in #93
- Fix composer.json to allow Sylius 1.12 after composer updater by @Zales0123 in #90
- README improvements by @Zales0123 in #94
- [Documentation] Remove link to unexistent page + minor README improvement by @GSadee in #95
- Handle non-JSON error response by @Zales0123 in #96
- Improve Saferpay menu by @Zales0123 in #97
- Update README.md by @zamaskowany-szachista in #104
- Revert "[Maintenance] Use newest test app setup" by @GSadee in #103
- Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.45 by @dependabot in #101
New Contributors
- @lchrusciel made their first contribution in #91
- @zamaskowany-szachista made their first contribution in #104
Full Changelog: v1.0.0-RC.4...v1.0.0
v1.0.0-RC.4
Details
- Fix cancelling payments by @GSadee in #86
- Update phpstan/phpstan-doctrine requirement from 1.3.40 to 1.3.43 by @dependabot in #85
- Update vimeo/psalm requirement from 5.13.1 to 5.15.0 by @dependabot in #84
Full Changelog: v1.0.0-RC.3...v1.0.0-RC.4
v1.0.0-RC.3
Details
Full Changelog: v1.0.0-RC.2...v1.0.0-RC.3
v1.0.0-RC.2
Details
- Change default value of API base URL by @GSadee in #77
- Update vimeo/psalm requirement from 5.12.0 to 5.13.1 by @dependabot in #76
Full Changelog: v1.0.0-RC.1...v1.0.0-RC.2
v1.0.0-RC.1
Details
Full Changelog: v1.0.0-BETA.2...v1.0.0-RC.1
v1.0.0-BETA.2
Details
- Improve the mapping of authorize and capture responses arguments in VOs by @GSadee in #69
- Improve installation documentation by @Zales0123 in #70
- Saferpay configuration in the documentation by @Zales0123 in #71
- README improvements + LICENSE file by @Zales0123 in #72
- Webhooks final fix by @Zales0123 in #73
Full Changelog: v1.0.0-BETA.1...v1.0.0-BETA.2
v1.0.0-BETA.1
Details
- Add missing failure logging for authorization and capture payment events by @jakubtobiasz in #61
- Fix paying and refunding with PayPal payment method by @GSadee in #59
- Improve the mapping of response arguments in VOs by @GSadee in #60
- Check factory name instead of gateway name by @GSadee in #62
- Set proper capture id in payment details during refund by @GSadee in #63
- Fix route path for configuring Saferpay payment methods by @GSadee in #64
- Fix configuring allowed payment methods if the list is empty by @GSadee in #66
- Add url to payment methods index in configuration breadcrumb by @GSadee in #67
- Extraction of explicit ErrorResponse by @Zales0123 in #65
Full Changelog: v1.0.0-ALPHA.1...v1.0.0-BETA.1
v1.0.0-ALPHA.1
Details
- Saferpay's Transaction Logs in Admin Panel by @jakubtobiasz in #46
- Replace Guzzle with Symfony HTTP Client by @jakubtobiasz in #49
- Add a section about Mockoon to the docs by @jakubtobiasz in #50
- [Admin] Configure available Saferpay payment methods retrieved by the API by @GSadee in #51
- Handle Webhook notifications from Saferpay by @jakubtobiasz in #38
- Use template events instead of overriding templates + remove unneeded templates by @GSadee in #57
- Display available payment methods in checkout by @GSadee in #58
Full Changelog: v0.4.0...v1.0.0-ALPHA.1