Skip to content

Commit f63c7fd

Browse files
Merge pull request #206 from alma/release/v2.6.1
Release v2.6.1
2 parents e56ae80 + 37a29b0 commit f63c7fd

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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
@@ -234,6 +242,7 @@
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

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
class 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';

0 commit comments

Comments
 (0)