From 037ccbf413e3017005bf94d887962a05d13def31 Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Wed, 18 Dec 2024 16:00:08 +0100 Subject: [PATCH] Version 13.0.6 --- README.md | 1 + ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b4b45..0ebc394 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ These settings can be adjusted according to your preferences and needs. It's imp ## Changelog +- 13.0.6: Fix sorting of copied tt_content elements - 13.0.5: Fix storage of long alt texts, update documentation, update coding style - 13.0.4: Fix JS error in BE module - 13.0.3: Fix phpstan findings diff --git a/ext_emconf.php b/ext_emconf.php index ed4ea99..dce69a4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'author' => 'DMK E-BUSINESS GmbH', 'author_email' => 'dev@dmk-ebusiness.de', 'author_company' => 'DMK E-BUSINESS GmbH', - 'version' => '13.0.5', + 'version' => '13.0.6', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',