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

Commit 90a2d56

Browse files
author
Richard Sisco
committed
Merge remote-tracking branch 'origin/develop' into feature/AVS-421_67-revise-for-magento-2.2-compatibility
2 parents 2b5e841 + 8f0cf69 commit 90a2d56

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.2.3 (2017-11-27)
2+
3+
* Refactor code for compatibility with Magento 2.2 [#85](https://github.com/classyllama/ClassyLlama_AvaTax/issues/85)
4+
5+
### 1.2.2 (2017-11-27)
6+
7+
* Refactor code to display verbose tax summary [#70](https://github.com/classyllama/ClassyLlama_AvaTax/issues/70)
8+
19
### 1.2.1 (2017-10-15)
210

311
* Refactor code to exclude configurable products from Avalara submission [#78](https://github.com/classyllama/ClassyLlama_AvaTax/issues/78)

Framework/AppInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ interface AppInterface
2020
/**
2121
* If this is updated it must also be updated in composer.json
2222
*/
23-
const APP_VERSION = '1.2.1';
23+
const APP_VERSION = '1.2.3';
2424
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "classyllama/module-avatax",
33
"type": "magento2-module",
4-
"version": "1.2.1",
4+
"version": "1.2.3",
55
"license": "OSL-3.0",
66
"require": {
77
"magento/framework": "^100.1.0|101.0.*",

0 commit comments

Comments
 (0)