diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index 678dbdb..80ec344 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -5,3 +5,7 @@ # 1.0.1 * Add help text for what3words field in address form + +# 1.0.2 + +* Prepare for packagist to facilitate install via composer \ No newline at end of file diff --git a/README.md b/README.md index 05ae8b5..932619a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ For more information on what3words please visit https://what3words.com/ This Shopware 6 plugin adds an extra field to customer and order address forms to allow customer to specify their what3words address. ## Installation -Copy or clone all sources into your custom/plugins folder. Install and activate. +Download the latest plugin zip file from https://github.com/vanWittlaer/VanWittlaerWhat3Words/releases. +Upload, install and activate following Shopware's docs https://docs.shopware.com/en/shopware-6-en/extensions/myextensions. + +To install with composer run `composer require vanwittlaer/what3words --no-scripts`. +Install and activate following Shopware's docs. To make use of what3words auto-completion feature, you will need to acquire an API key from https://developer.what3words.com/public-api. The use of the auto-completion feature is free, no paid plan required. diff --git a/composer.json b/composer.json index 8635410..19d9727 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "vanwittlaer/what-three-words", + "name": "vanwittlaer/what3words", "description": "Add a ///what.3.words address field to customer address data and forms", "type": "shopware-platform-plugin", - "version": "1.0.1", + "version": "1.0.2", "authors": [ { "name": "VanWittlaer GmbH"