diff --git a/Helper/Data.php b/Helper/Data.php index 1eb2df5..a71d322 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -34,7 +34,7 @@ class Data extends AbstractHelper /** * @var API_URL */ - const API_URL = 'http://api.zaius.com/v2'; + const API_URL = 'https://api.zaius.com/v2'; /** * @var VUID_LENGTH */ diff --git a/README.md b/README.md index 62b68a1..94ffc09 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Finally, ask Zaius Support to reimport your product feed to ensure the new field ## Versioning -We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ZaiusInc/zaius-magento-2/tags). +We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ZaiusInc/zaius-magento-2/tags). ### Release Notes diff --git a/composer.json b/composer.json index d33cc07..6d95dd8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "magento2-module", "description": "The Zaius Engage Connector for Magento 2.", "license": "MIT", - "version": "1.0.7", + "version": "1.0.8", "require": { "php": ">=5.5", "zaius/zaius-php-sdk": "^1.0"