From c08735911477785ab700686f1806227a808b264b Mon Sep 17 00:00:00 2001 From: Vincent Boulanger Date: Thu, 8 Feb 2024 15:33:33 +0100 Subject: [PATCH] OX-68: Version bump for release --- README.md | 4 ++-- composer.json | 2 +- metadata.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b68456..aa9a2c5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ |Author | `Fatchip GmbH` |Prefix | `pi` |Shop Version | `CE/PE` `CE/PE/EE` `7.0.x` -|Version | `7.0.0` +|Version | `1.0.0` |Link | http://www.ratepay.com |Mail | integration@ratepay.com |Full Documentation | [click here](https://docs.ratepay.com/docs/developer/shop_modules/oxid/ratepay_payment_plugin_for_oxid/)| @@ -14,5 +14,5 @@ ## Changelog -### Version 1.0.0 - Released tbd +### Version 1.0.0 - Released 2024-02-08 * Initial release of standalone OXID 7 plugin diff --git a/composer.json b/composer.json index 15e5f3d..7543f4d 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "payment" ], "homepage": "https://www.ratepay.com/", - "version": "7.0.0", + "version": "1.0.0", "license": "MIT", "extra": { "oxideshop": { diff --git a/metadata.php b/metadata.php index 527a87a..4189094 100644 --- a/metadata.php +++ b/metadata.php @@ -25,7 +25,7 @@ ], 'thumbnail' => 'ratepay_logo.png', 'lang' => 'en', - 'version' => '7.0.0', + 'version' => '1.0.0', 'author' => 'Ratepay GmbH', 'email' => 'integration@ratepay.com', 'url' => 'https://www.ratepay.com/',