From 1baa1b4e379dceb75b031e874f16b33b81d9e720 Mon Sep 17 00:00:00 2001 From: Daniel Gohlke Date: Thu, 29 Jan 2026 12:33:36 +0100 Subject: [PATCH] [BUGFIX] Prepare Release 11.7.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 712d2e01..9fc7b538 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 ff8456d7..76778a1a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Cart', 'description' => 'Shopping Cart(s) for TYPO3', 'category' => 'plugin', - 'version' => '11.7.0', + 'version' => '11.7.1', 'state' => 'stable', 'author' => 'Daniel Gohlke', 'author_email' => 'ext@extco.de',