Skip to content

Commit f9d8326

Browse files
committed
Update version and release notes
1 parent e4c4c1d commit f9d8326

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.4.9] - 2025-04-22
8+
### Added
9+
- Provide `setCustomerCreatedDate` method to set `extra_merchant_data` for the `createPaymentRequest` callback config.
10+
- Include `AuthorisationExpiryDate` in `Transaction` class.
11+
712
## [3.4.8] - 2025-03-13
813
### Added
914
- Provide `setClientJavaEnabled` and `setClientColorDepth` methods to set `customer_info[client_java_enabled]` and `customer_info[client_color_depth]` for the customer object.

src/AbstractApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class AbstractApi
5555
/**
5656
* PHP API version
5757
*/
58-
const PHP_API_VERSION = '3.4.8';
58+
const PHP_API_VERSION = '3.4.9';
5959

6060
/**
6161
* Event dispatcher

0 commit comments

Comments
 (0)