Skip to content

Commit

Permalink
Release version 1.2.2
Browse files Browse the repository at this point in the history
CS-6332
  • Loading branch information
MarijaIv committed Dec 17, 2024
1 parent 49728a1 commit 3c7519e
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 166 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased](,https://github.com/Adyen/adyen-php-plugin-core/compare/main...dev)

## [1.2.1 - 1.2.2](https://github.com/Adyen/adyen-php-plugin-core/compare/1.2.1...1.2.2) - 2024-12-17
- Update PHP webhook module dependency
- Add chargeback webhook handling

## [1.2.0 - 1.2.1](https://github.com/Adyen/adyen-php-plugin-core/compare/1.2.0...1.2.1) - 2024-11-28
- Add amount to update payment details response

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"adyen/php-webhook-module": "dev-develop",
"adyen/php-webhook-module": "0.4.0",
"ext-ctype": "*"
},
"autoload": {
Expand Down
Loading

0 comments on commit 3c7519e

Please sign in to comment.