Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Change extension version to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhansen committed Mar 30, 2016
1 parent 8c1c71e commit 3b66a8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.14 (2016-03-30)

* Fix issue where tax_amount is incorrectly calculated when multiple rates are in use
* Fix issue where saving customer address on frontend resulted in error

### 0.1.13 (2016-03-25)

* Add AvaTax Code to Gift Card products on Magento Enterprise
Expand Down
2 changes: 1 addition & 1 deletion Framework/AppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ interface AppInterface
/**
* If this is updated it must also be updated in etc/module.xml in the config->module@setup_version attribute and and composer.json
*/
const APP_VERSION = '0.1.13';
const APP_VERSION = '0.1.14';
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "classyllama/module-avatax",
"type": "magento2-module",
"version": "0.1.13",
"version": "0.1.14",
"require": {
"magento/framework": "100.0.*",
"avalara/avatax": "^14.4.4"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<!-- If the setup_version attribute is updated it must also be updated in the ClassyLlama\AvaTax\Framework\AppInterface::APP_VERSION constant and composer.json -->
<module name="ClassyLlama_AvaTax" setup_version="0.1.13">
<module name="ClassyLlama_AvaTax" setup_version="0.1.14">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Customer"/>
Expand Down

0 comments on commit 3b66a8a

Please sign in to comment.