diff --git a/README.md b/README.md index eecb08d..b0c7d93 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,4 @@ Installing via a composer (NOTE: These steps are only necessary when installing ##### 1.0.3 - Fixed observer ##### 1.0.4 - Fixed PHP version in composer require dependencies ##### 1.0.5 - Fixed adding products from wish list +##### 1.0.6 - Fixed adding products from recently ordered items diff --git a/composer.json b/composer.json index ad71ee0..70d0912 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "fastwhitecat/sarehub", "description": "SAREhub integration for Magento2", "type": "magento2-module", - "version": "1.0.5", + "version": "1.0.6", "license": [ "OSL-3.0" ], diff --git a/view/frontend/templates/require.js.phtml b/view/frontend/templates/require.js.phtml index 6bc4cbc..eb5201f 100644 --- a/view/frontend/templates/require.js.phtml +++ b/view/frontend/templates/require.js.phtml @@ -1,8 +1,9 @@