From 069c4e8729282724c6c099af5bc8467d9e7414cf Mon Sep 17 00:00:00 2001 From: Palo Sopko Date: Sun, 8 Mar 2020 21:25:12 +0100 Subject: [PATCH] Release v0.19.3 --- CHANGELOG.md | 2 +- README.md | 4 ++-- composer.json | 2 +- src/Chaching/Chaching.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6231f..27acf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### v0.19.3 +### v0.19.3: 2020/08/03 Force using HTTP 1.1 with PayPal IPN validation to conform to PayPal's [security guidelines and best practices](https://developer.paypal.com/docs/api/info-security-guidelines/) and removed duplicated `cancel_return` attribute when issuing PayPal payment request ([igor-kamil](https://github.com/igor-kamil)). diff --git a/README.md b/README.md index 39a453f..1414ec6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Simple and unified object-oriented library written in PHP for e-commerce service * [PayPal](http://www.paypal.com) -- PayPal (Europe) S.à r.l. et Cie, S.C.A. -The current version of the library is v0.19.2 and requires PHP 5.4 or PHP 7+ to work. Even though there are things to make better, it is already being used in production without any sort of problems. +The current version of the library is v0.19.3 and requires PHP 5.4 or PHP 7+ to work. Even though there are things to make better, it is already being used in production without any sort of problems. Chaching library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). @@ -28,7 +28,7 @@ The recommended way to install the library is to use [composer](http://getcompos { "require": { - "backbone/chaching": "0.19.2" + "backbone/chaching": "0.19.3" } } diff --git a/composer.json b/composer.json index 0ad8d31..398beff 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "backbone/chaching", "type": "library", - "version": "0.19.2", + "version": "0.19.3", "license": "MIT", "description": "Universal payment library for banking services in Slovakia", "keywords": [ diff --git a/src/Chaching/Chaching.php b/src/Chaching/Chaching.php index 428e241..7b45208 100644 --- a/src/Chaching/Chaching.php +++ b/src/Chaching/Chaching.php @@ -16,7 +16,7 @@ class Chaching { - const VERSION = '0.19.2'; + const VERSION = '0.19.3'; const CARDPAY = 'cardpay'; const SPOROPAY = 'sporopay';