From f141c1357b59948fa8fcf271cc94977f585716e6 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Tue, 30 Jan 2024 15:21:42 +0100 Subject: [PATCH] add Changelog --- CHANGELOG.md | 4 ++++ metadata.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e557a..022b006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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-??-?? + +- Fix onBording in OXID-Enterprise-Environment + ## [1.0.1] - 2024-01-16 ### Fixed diff --git a/metadata.php b/metadata.php index 0032058..8a467a2 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.1', + 'version' => '1.0.2-rc.1', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',