-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SHPWR-147] Payment information additionally saved in order additiona…
…l fields
- Loading branch information
1 parent
1d7e910
commit b6ed274
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ public function getLabel() | |
*/ | ||
public function getVersion() | ||
{ | ||
return "4.1.3"; | ||
return "4.1.4"; | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|------|---------- | ||
|Author | Aarne Welschlau | ||
|Shop Version | `5.0.x` `5.1.x` | ||
|Version | `4.1.3` | ||
|Version | `4.1.4` | ||
|Link | http://www.ratepay.com | ||
|Mail | [email protected] | ||
|Installation | see below | ||
|
@@ -24,6 +24,9 @@ | |
|
||
## Changelog | ||
|
||
### Version Version 4.1.4 - Released 2016-04-26 | ||
* Payment information additionally saved in order additional fields | ||
|
||
### Version Version 4.1.3 - Released 2016-04-25 | ||
* Compatibility with deactivated conditions checkbox | ||
|
||
|