Skip to content

Commit c0d8d08

Browse files
chore: update version
1 parent a502e3d commit c0d8d08

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## v2.6.0 - 2025-09-18
4+
5+
### Changes
6+
7+
### 🚀 New Features
8+
9+
- feat: Add payment methods list in cms_feature (#200)
10+
- Add DataExports endpoints (#137)
11+
12+
#### Contributors
13+
14+
@Benjamin-Freoua-Alma, @Francois-Gomis, @alma-renovate-bot[bot], @carine-bonnafous, @joyet-simon, @martinfobian, @remi-zuffinetti, @webaaz, [alma-renovate-bot[bot]](https://github.com/apps/alma-renovate-bot) and [github-actions[bot]](https://github.com/apps/github-actions)
15+
316
## v2.5.0 - 2025-01-30
417

518
### Changes
@@ -220,6 +233,7 @@
220233

221234

222235

236+
223237
```
224238
* Add fields and docs to the Payment entity
225239
* Add a Refund entity and extract refunds data within the Payment entity constructor

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.5.0",
4+
"version": "2.6.0",
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.5.0';
33+
const VERSION = '2.6.0';
3434

3535
const LIVE_MODE = 'live';
3636
const TEST_MODE = 'test';

0 commit comments

Comments
 (0)