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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhansen committed Apr 5, 2016
2 parents 183dcfd + 8fb6da4 commit a768be3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.1.16 (2016-04-05)

* Add support for PHP 5.5

### 0.1.15 (2016-04-01)

* Add support for PHP 7
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.15';
const APP_VERSION = '0.1.16';
}
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.15",
"version": "0.1.16",
"require": {
"magento/framework": "100.0.*",
"avalara/avatax": "^15.5.1.0"
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.15">
<module name="ClassyLlama_AvaTax" setup_version="0.1.16">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Customer"/>
Expand Down

0 comments on commit a768be3

Please sign in to comment.