From 5f40cd975f29edd6b7cc2980810d2bd0c171169e Mon Sep 17 00:00:00 2001 From: sidney Date: Mon, 14 Jan 2019 17:48:51 +0100 Subject: [PATCH] version update --- README.md | 7 ++++++- composer.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 358ac24..f468a6c 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,17 @@ Store owners can then see these comments in the backend on the order grid and on ## Installation ``` -composer require "boldcommerce/magento2-ordercomments":"~1.6.1" +composer require "boldcommerce/magento2-ordercomments":"~1.6.2" php bin/magento module:enable Bold_OrderComment php bin/magento setup:upgrade ``` ## Changelog +1.6.2 +============= +* Third party contribution: fix duplicate comment field on admin sales invoice view [#31](https://github.com/boldcommerce/magento2-ordercomments/pull/31) +* Third party contribution: fix typo and added some code improvements to the install script [#30](https://github.com/boldcommerce/magento2-ordercomments/pull/30) + 1.6.1 ============= * Third party contribution: Enabled PHP 7.2 support [#29](https://github.com/boldcommerce/magento2-ordercomments/pull/29) diff --git a/composer.json b/composer.json index 698fed9..4d0abab 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "boldcommerce/magento2-ordercomments", "description": "Magento 2 Module to add a comment field above the place order button in the checkout", - "version": "1.6.1", + "version": "1.6.2", "require": { "php": "~7.0.0|~7.1.0|~7.2.0" },