Skip to content

Commit a474549

Browse files
Merge pull request #673 from Adyen/promote/main
Release v19.0.0
2 parents d3ad1ad + 5ceb513 commit a474549

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is the officially supported PHP library for using Adyen's APIs.
66

7-
[![version](https://img.shields.io/badge/version-18.2.1-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
7+
[![version](https://img.shields.io/badge/version-19.0.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
88

99
## Supported API versions
1010
The library supports all APIs under the following services:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.2.1
1+
19.0.0

src/Adyen/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Client
99
{
10-
const LIB_VERSION = "18.2.1";
10+
const LIB_VERSION = "19.0.0";
1111
const LIB_NAME = "adyen-php-api-library";
1212
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
1313
const ENDPOINT_TEST = "https://pal-test.adyen.com";

0 commit comments

Comments
 (0)