Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
boldsidney committed Jan 14, 2019
1 parent a9b8ff6 commit 5f40cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 5f40cd9

Please sign in to comment.