From 837125b683f42d3f1defc56d2d7536bf2dac9858 Mon Sep 17 00:00:00 2001 From: Marc Troesken Date: Thu, 13 Sep 2018 11:24:42 +0200 Subject: [PATCH] Change version --- README.md | 11 +++++++---- plugin.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c816f7f..6de3b25e 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ |------|---------- |Author | Annegret Seufert |Shop Version | `5.0.x` `5.1.x` `5.2.x` `5.3.x` -|Version | `5.2.3` +|Version | `5.2.4` |Link | http://www.ratepay.com |Mail | integration@ratepay.com |Installation | see below @@ -24,6 +24,9 @@ ## Changelog +### Version 5.2.4 - Released 2018-09-13 + + ### Version 5.2.3 - Released 2018-08-28 * Fix tax on shipping item in backend orders * Improve compatibility with other (payment) modules @@ -42,20 +45,20 @@ * add system-wide support for customer groups with net prices ### Version 5.1.1 - Released 2018-08-08 -* hotfix plugin update function +* hotfix plugin update function ### Version 5.1.0 - Released 2018-08-02 * add compatibility to PHP-7.2 * frontend changes on checkout/payment pages * add setting to handle shipping-item with older API * manage custom attributes via CrudService -* add common getter to identify installment-elv +* add common getter to identify installment-elv ### Version 5.0.7 - Released 2018-07-03 * add complete bidirectionally * add batch processing * refactor Bootstrap -* fix alternative address option +* fix alternative address option ### Version 5.0.6 - Released 2018-05-07 * remove special company name field diff --git a/plugin.json b/plugin.json index 1b138f9b..8928d405 100644 --- a/plugin.json +++ b/plugin.json @@ -10,7 +10,7 @@ "author": "RatePAY GmbH", "supplier": "RatePAY GmbH", "description": "

RatePAY Payment plugin for Shopware Community Edition Version 5

", - "currentVersion": "5.2.3", + "currentVersion": "5.2.4", "payment_confirm": true, "compatibility": { "minimumVersion": "5.0.0",