From 703bf8d83775506e5d874ead16cee57ac81cb6d7 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Fri, 20 Sep 2024 13:20:16 +0200 Subject: [PATCH] Release v1.0.5 --- CHANGELOG.md | 2 +- metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e5314..6b9f0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.5] - 2024-??-?? +## [1.0.5] - 2024-09-20 ### Fixed diff --git a/metadata.php b/metadata.php index bbb9843..06d48fd 100644 --- a/metadata.php +++ b/metadata.php @@ -57,7 +57,7 @@ 'en' => 'This module integrates STRIPE as payment provider in your OXID Shop.', ], 'thumbnail' => 'stripe_logo.png', - 'version' => '1.0.5-rc.2', + 'version' => '1.0.5', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',