From 2483acccb227cb09600b9674fa26d435395bac1d Mon Sep 17 00:00:00 2001 From: Daniel Gohlke Date: Thu, 29 Jan 2026 12:32:56 +0100 Subject: [PATCH] [BUGFIX] Prepare Release 10.3.1 --- Documentation/guides.xml | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 2b15ffec..5113c4c9 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -11,7 +11,7 @@ interlink-shortcode="extcode/cart" /> diff --git a/ext_emconf.php b/ext_emconf.php index 9baa6caa..14256f74 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Cart', 'description' => 'Shopping Cart(s) for TYPO3', 'category' => 'plugin', - 'version' => '10.3.0', + 'version' => '10.3.1', 'state' => 'stable', 'author' => 'Daniel Gohlke', 'author_email' => 'ext@extco.de',