From 591f80d93144007205cf362bb748f9ccefafe520 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Sat, 9 Dec 2023 10:45:02 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ metadata.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2129c7a..71987cbd4 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/). +## [2.3.4] - 2023-??-?? + +- PayPal-Log consider Shop-ErrorLogLevel + ## [2.3.3] - 2023-11-16 - [0007549](https://bugs.oxid-esales.com/view.php?id=7549): Optional field in shop admin -> refund "Note to buyer" is transmitted to PayPal diff --git a/metadata.php b/metadata.php index 2f1b91442..1dbe46ea8 100644 --- a/metadata.php +++ b/metadata.php @@ -56,7 +56,7 @@ 'en' => 'Use of the online payment service from PayPal. Documentation: PayPal Checkout' ], 'thumbnail' => 'out/img/paypal.png', - 'version' => '2.3.3', + 'version' => '2.3.4-rc.1', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',