File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v2.6.1 - 2025-09-18
4+
5+ ### Changes
6+
7+ #### Contributors
8+
9+ @Benjamin-Freoua-Alma and [ github-actions[ bot]] ( https://github.com/apps/github-actions )
10+
311## v2.6.0 - 2025-09-18
412
513### Changes
234242
235243
236244
245+
237246 ```
238247* Add fields and docs to the Payment entity
239248* Add a Refund entity and extract refunds data within the Payment entity constructor
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ tasks:
114114 dist :
115115 desc : Build zip dist package using Docker
116116 deps :
117- - php-compatibility :build
117+ - 8.3:docker :build
118118 cmds :
119119 - docker compose run --rm php ./scripts/build.sh
120120
Original file line number Diff line number Diff line change 11{
22 "name" : " alma/alma-php-client" ,
33 "description" : " PHP API client for the Alma payments API" ,
4- "version" : " 2.6.0 " ,
4+ "version" : " 2.6.1 " ,
55 "type" : " library" ,
66 "require" : {
77 "php" : " ^5.6 || ~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2 || ~8.3" ,
Original file line number Diff line number Diff line change 3030
3131class Client
3232{
33- const VERSION = '2.6.0 ' ;
33+ const VERSION = '2.6.1 ' ;
3434
3535 const LIVE_MODE = 'live ' ;
3636 const TEST_MODE = 'test ' ;
You can’t perform that action at this time.
0 commit comments