Versioning for 2.1.8

This commit is contained in:
System Administrator 2015-07-08 14:47:35 -04:00
parent 14fb6302c0
commit d649fdd7ca
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -8,7 +8,7 @@
<config>
<modules>
<Bitpay_Core>
<version>2.1.7</version>
<version>2.1.8</version>
</Bitpay_Core>
</modules>

View File

@ -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.