Skip to content

Commit

Permalink
Rename package to vanwittlaer/what3words
Browse files Browse the repository at this point in the history
- Update README.md
  • Loading branch information
vanWittlaer committed Mar 3, 2023
1 parent bf6882f commit cca8bd9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cca8bd9

Please sign in to comment.