Skip to content

Commit

Permalink
Updated version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
rpWelschlau committed Aug 31, 2016
1 parent fd48c54 commit 95731ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public function getInfo()
'supplier' => 'RatePAY GmbH',
'support' => 'https://www.ratepay.com/service-center-haendler',
'link' => 'https://www.ratepay.com/',
'copyright' => 'Copyright (c) 2014, RatePAY GmbH',
'copyright' => 'Copyright (c) 2016, RatePAY GmbH',
'label' => 'RatePAY Payment',
'description' =>
'<h2>RatePAY Payment plugin for Shopware Community Edition Version 5.0.0</h2>'
'<h2>RatePAY Payment plugin for Shopware Community Edition Version 5</h2>'
. '<ul>'
. '<li style="list-style: inherit;">RatePAY Payment Module</li>'
. '<li style="list-style: inherit;">Payment means: Invoice, Direct Debit (ELV), Rate</li>'
Expand Down Expand Up @@ -85,7 +85,7 @@ public function getLabel()
*/
public function getVersion()
{
return "4.2.0";
return "4.2.1";
}

/**
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|------|----------
|Author | Aarne Welschlau
|Shop Version | `5.0.x` `5.1.x` `5.2.x`
|Version | `4.2.0`
|Version | `4.2.1`
|Link | http://www.ratepay.com
|Mail | [email protected]
|Installation | see below
Expand All @@ -24,6 +24,11 @@

## Changelog

### Version Version 4.2.1 - Released 2016-08-31
* Date of payment is now set automatically (cleareddate)
* Improved detection of divergent shipping address (Shopware >=5.2.0)
* Remove deprecated RatePAY additional order attributes on update

### Version Version 4.2.0 - Released 2016-08-29
* Mapping of new SWAG address management (Compatibility with Shopware 5.2.x)
* CSRF protection implemented (Compatibility with Shopware 5.2.x)
Expand Down

0 comments on commit 95731ef

Please sign in to comment.