Skip to content

Commit

Permalink
Merge pull request #151 from alma/release/v2.3.1
Browse files Browse the repository at this point in the history
Release v2.3.1
  • Loading branch information
Francois-Gomis authored Nov 14, 2024
2 parents ed624a7 + ce7b2cf commit 2ab21c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v2.3.1 - 2024-11-14

### Changes

- Change send configuration url endpoint (#150)

#### Contributors

@Benjamin-Freoua-Alma and @github-actions

## v2.3.0 - 2024-11-04

### Changes
Expand Down Expand Up @@ -181,6 +191,7 @@




```
* Add fields and docs to the Payment entity
* Add a Refund entity and extract refunds data within the Payment entity constructor
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alma/alma-php-client",
"description": "PHP API client for the Alma payments API",
"version": "2.3.0",
"version": "2.3.1",
"type": "library",
"require": {
"php": "^5.6 || ~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2 || ~8.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class Client
{
const VERSION = '2.3.0';
const VERSION = '2.3.1';

const LIVE_MODE = 'live';
const TEST_MODE = 'test';
Expand Down

0 comments on commit 2ab21c4

Please sign in to comment.