From db2cd484445d38c4868f56d9d23cba7a713810f4 Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Wed, 18 Dec 2024 16:00:46 +0100 Subject: [PATCH] Version 12.2.5 --- README.md | 1 + ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c15e528..bfb872b 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 +- 12.2.5: Fix sorting of copied tt_content elements - 12.2.4: Fix storage of long alt texts, update documentation, update coding style - 12.2.3: Fix JS error in BE module - 12.2.2: Correct bugfix which prevented deletion of pages diff --git a/ext_emconf.php b/ext_emconf.php index 2314d34..bc5fd77 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' => '12.2.4', + 'version' => '12.2.5', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',