From 9ee778da388d20adb7647106ff5d60202eda79ca Mon Sep 17 00:00:00 2001 From: Oleksii Didkovskyi Date: Mon, 19 Aug 2019 13:20:47 +0300 Subject: [PATCH] fix/AVASUP-366 - Updated version to 2.1.0-alpha4; - Updated link to the documentation in the admin configuration; --- Framework/AppInterface.php | 2 +- composer.json | 2 +- etc/adminhtml/system.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index 40573ae7..e07430d4 100644 --- a/Framework/AppInterface.php +++ b/Framework/AppInterface.php @@ -20,5 +20,5 @@ interface AppInterface /** * If this is updated it must also be updated in composer.json */ - const APP_VERSION = '2.1.0-alpha2'; + const APP_VERSION = '2.1.0-alpha4'; } diff --git a/composer.json b/composer.json index c34ba48e..6f28502d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.1.0-alpha3", + "version": "2.1.0-alpha4", "license": "OSL-3.0", "description": "Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.", "require": { diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index b47588e1..04fca5fd 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -19,7 +19,7 @@
- www.classyllama.com/documentation/extensions/avatax-magento-2-module.

+ github.com/avadev/Avalara-AvaTax-for-Magento2/blob/master/docs/getting-started.md.

]]>