diff --git a/CHANGELOG.md b/CHANGELOG.md index dc95e6c..2b994bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.10] 2018-12-20 + +### Corrections +- Code : Correction d'une erreur d'exception dans onIPNError() +- Branding : Correction d'une classe nom colorisée + ## [1.0.9] 2017-12-20 ### Modifications diff --git a/composer.json b/composer.json index 4bbe8fb..02b38e2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "paybox/epayment", "description": "Epayment payment module for Magento 2 ", "type": "magento2-module", - "version": "1.0.9", + "version": "1.0.10", "license": [ "OSL-3.0", "AFL-3.0" @@ -16,4 +16,4 @@ "Paybox\\Epayment\\": "" } } -} \ No newline at end of file +} diff --git a/etc/module.xml b/etc/module.xml index c4f5f5e..15a70d0 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -13,7 +13,7 @@ * to obtain it through the web, please send a note to * support@paybox.com so we can mail you a copy immediately. * - * @version 1.0.9 + * @version 1.0.10 * @author BM Services * @copyright 2012-2017 Verifone e-commerce * @license http://opensource.org/licenses/OSL-3.0 @@ -21,7 +21,7 @@ */ --> - +