From 9e9abaf5a9317490552a047a14426719721b5964 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Thu, 14 Nov 2024 13:11:49 +0100 Subject: [PATCH] changelog & Version --- CHANGELOG.md | 6 ++++++ metadata.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9f0ef..cf6aa2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.6] - 2024-11-15 + +### Fixed + +- [0007731](https://bugs.oxid-esales.com/view.php?id=7731): If a credit card is declined, the payment page throws now a error-message instead of only reload the page + ## [1.0.5] - 2024-09-20 ### Fixed diff --git a/metadata.php b/metadata.php index 06d48fd..36df01c 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', + 'version' => '1.0.6', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',