We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dba954 commit cc23336Copy full SHA for cc23336
README.md
@@ -33,7 +33,10 @@ php bin/magento setup:upgrade
33
```
34
35
## Changelog
36
-##
+1.8.2
37
+=============
38
+* Third party contribution: Bengali translations [#65](https://github.com/boldcommerce/magento2-ordercomments/pull/65)
39
+
40
1.8.1
41
=============
42
* fix bug introduced with 1.8.0 in checkout `Cannot read property 'length' of null`
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "boldcommerce/magento2-ordercomments",
3
"description": "Magento 2 Module to add a comment field above the place order button in the checkout",
4
- "version": "1.8.1",
+ "version": "1.8.2",
5
"require": {
6
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
7
},
0 commit comments