From d649fdd7caff9efddb852ad160704cd5203846cb Mon Sep 17 00:00:00 2001 From: System Administrator Date: Wed, 8 Jul 2015 14:47:35 -0400 Subject: [PATCH] Versioning for 2.1.8 --- CHANGELOG | 3 +++ app/code/community/Bitpay/Core/etc/config.xml | 2 +- scripts/package | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4ac9be4..9c2fe77 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Unreleased + +2.1.8 Customer info now logged for invoice + Added direct checkout feature 2.1.7 MagentoStorage::load returns KeyInterface instance or throws an exception. diff --git a/app/code/community/Bitpay/Core/etc/config.xml b/app/code/community/Bitpay/Core/etc/config.xml index e27b6f3..a84aa6f 100644 --- a/app/code/community/Bitpay/Core/etc/config.xml +++ b/app/code/community/Bitpay/Core/etc/config.xml @@ -8,7 +8,7 @@ - 2.1.7 + 2.1.8 diff --git a/scripts/package b/scripts/package index 8c7659a..68e3e9a 100755 --- a/scripts/package +++ b/scripts/package @@ -11,7 +11,7 @@ date_default_timezone_set('America/New_York'); // Main Office is in Eastern Time /** * Various Configuration Settings */ -$version = '2.1.7'; +$version = '2.1.8'; $vendorDir = __DIR__ . '/../vendor'; $distDir = __DIR__ . '/../build/dist'; $tmpDistDir = $distDir . '/tmp'; // Files will be placed here temporarly so we can zip/tar them.