Releases: Adyen/php-webhook-module
Releases · Adyen/php-webhook-module
Adyen PHP Webhook Module 1.1.0
What's Changed
Features
- [ECP-9704] Implement new event processors and deprecate RECURRING_CONTRACT event by @candemiralp in #65
Others
- Replace the SonarCloud integration action by @candemiralp in #66
- Update squizlabs/php_codesniffer requirement from ~3.8.0 to ~3.13.1 by @dependabot in #67
- Configure Renovate by @renovate in #45
Full Changelog: 1.0.0...1.1.0
Adyen PHP Webhook Module 1.0.0
What's Changed
- [ECP-8368] Implement isAutoCapture flag to ProcessorFactory by @candemiralp in #58
- [ECP-9037] - Support Dispute webhooks on webhook module by @raoulritter in #57
- Version bump for Release V1.0.0 by @khushboo-singhvi in #60
- Release 1.0.0 by @candemiralp in #59
New Contributors
- @raoulritter made their first contribution in #57
- @khushboo-singhvi made their first contribution in #60
Full Changelog: 0.8.0...1.0.0
Adyen PHP Webhook Module 0.8.0
What's Changed
- [ECP-8563] Remove PSR dependency and logging functionality by @candemiralp in #55
Full Changelog: 0.7.0...0.8.0
Adyen PHP Webhook Module 0.7.0
What's Changed
- [PW-6474] Replace monolog with psr/log by @AlexandrosMor in #31
- [PW-5251] Update notification validation message by @AlexandrosMor in #32
- [PW-6949] Remove AUTHORISED and CANCELLED by @AlexandrosMor in #37
- Bump squizlabs/php_codesniffer from 3.6.2 to 3.7.1 by @dependabot in #35
- Bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #34
- Bump phpunit/phpunit from 9.5.21 to 9.5.25 by @dependabot in #41
- [PW-7209]Add new event codes by @AlexandrosMor in #42
- Composer: update psr/log dependency by @pveiga2 in #53
New Contributors
- @candemiralp made their first contribution in #54
Full Changelog: 0.6.0...0.7.0
Adyen PHP Webhook Module 0.6.0
What's Changed
- Bump phpunit/phpunit from 9.5.11 to 9.5.14 by @dependabot in #20
- [PW-6463] Remove adyen-php-api-library from dependencies and classes by @AlexandrosMor in #26
- Require lower versions of Monolog by @michaelpaul in #28
- Release 0.6.0 by @AlexandrosMor in #27
New Contributors
- @michaelpaul made their first contribution in #28
Full Changelog: 0.5.0...0.6.0
Adyen PHP Webhook Module 0.5.0
Features
- #14 Add support for the following webhook event codes
- AUTHORISATION
- PENDING
- AUTHORISED
- CANCELLED
- REFUND
- REFUND_FAILED
- CANCEL_OR_REFUND
- CAPTURE
- CAPTURE_FAILED
- CANCELLATION
- HANDLED_EXTERNALLY
- MANUAL_REVIEW_ACCEPT
- MANUAL_REVIEW_REJECT
- RECURRING_CONTRACT
- REPORT_AVAILABLE
- ORDER_CLOSED
- OFFER_CLOSED
Adyen PHP Webhook Module 0.4.0
Features
Bump adyen/php-api-library from 10.1.0 to 11.0.0 (#12)
Fixes
Notification method isSuccess() always returns true (#7)
pspReference Null coalescing and String check (#6)
Other
Bump phpunit/phpunit from 9.5.8 to 9.5.9 (#9)
Bump phpunit/phpunit from 9.5.9 to 9.5.10 (#10)
Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.1 (#11)
Adyen PHP Webhook Module 0.3.0
Features:
- Add support for REFUND_FAILED notification
Adyen PHP Webhook Module 0.2.0
Added receivers for notification validation
Added payment states and processor for Authorised, Offer closed and refund notifications.
Updated readme