Skip to content

Commit

Permalink
1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dyd committed Dec 5, 2023
1 parent 480611a commit 02e28ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
1.23.1
1.24.1
-----
**Features**:

* Added the following attributes support to the Google Pay transaction request:
* Notification Url
* Return Success Url
* Return Failure Url
* Synchronize GitHub tag with Packagist

1.23.0
1.24.0
-----
**Features**:

* Added the following attributes support to the Google Pay transaction request:
* Notification Url
* Return Success Url
* Return Failure Url
* Removed Recurring Type attribute support from the Web Payment Form transaction request
* Recurring Type is available for a definition like a Custom Attribute via addTransactionType('sale3d', ['recurring_type' => 'initial'])
* Removed Bank Payout Parameter constants

1.22.0
-----
**Features**:

* Added new required customer_id parameter to the Paysafecard transaction request.
* Updated Online Banking Payin transaction request bank codes for THB currency.
* Added support of new optional Return Success and Failure URL parameters to Sepa Direct Debit (SDD Sale) transaction request.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.1
1.24.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genesisgateway/genesis_php",
"description": "PHP Client for Genesis Payment Processing Gateway",
"version": "1.23.1",
"version": "1.24.1",
"license": "MIT",
"keywords": [
"3ds_v2",
Expand Down
2 changes: 1 addition & 1 deletion src/Genesis/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class Config
/**
* Library Version
*/
const VERSION = '1.23.1';
const VERSION = '1.24.1';

/**
* Core configuration settings
Expand Down

0 comments on commit 02e28ee

Please sign in to comment.