From 6c15e9425e1a27202dc0bb3a3adcc28fcd989799 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Fri, 9 Feb 2024 09:55:05 +0100 Subject: [PATCH] add CHANGELOG --- CHANGELOG.md | 2 +- metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 022b006..28b345c 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.2] - 2024-??-?? +## [1.0.2] - 2024-02-09 - Fix onBording in OXID-Enterprise-Environment diff --git a/metadata.php b/metadata.php index 8a467a2..07c2cd0 100644 --- a/metadata.php +++ b/metadata.php @@ -24,7 +24,7 @@ 'en' => 'This module integrates STRIPE as payment provider in your OXID Shop.', ], 'thumbnail' => 'stripe_logo.png', - 'version' => '1.0.2-rc.1', + 'version' => '1.0.2', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',