diff --git a/LICENSE b/LICENSE index aada8b4..be530ca 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Picqer +Copyright (c) 2019 Picqer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f3ee090..538fe84 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This project can easily be installed through Composer. ``` ## Activate Plugin -1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer Order Pusher. -2. Install and activate the Picqer Order Pusher. +1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer. +2. Install and activate the Picqer plugin. 3. Fill out the general configuration information: + Connection Key: can be found in Picqer > Settings > Webshops > Shopware shop. Copy and paste this field. + Subdomain: is the prefix of your domain name. If your log on to 'my-shop.picqer.com', then fill in 'my-shop'. @@ -18,7 +18,7 @@ This project can easily be installed through Composer. Orders will now be pushed to Picqer immediately. ## Uninstall -1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer Order Pusher. -2. Deactivate Picqer Order Pusher. +1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer. +2. Deactivate the Picqer plugin. 3. ``` composer remove picqer/shopware-plugin ``` -4. Uninstall Picqer Order Pusher. +4. Uninstall Picqer. diff --git a/composer.json b/composer.json index fde2750..fe2f04d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "picqer/shopware-plugin", "description": "Picqer Extended Integration for Shopware", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "type": "shopware-plugin", "extra": { diff --git a/plugin.xml b/plugin.xml index b29da6c..182716a 100755 --- a/plugin.xml +++ b/plugin.xml @@ -3,9 +3,9 @@ - - - + + + 1.0.0 (c) Picqer