From 7a9ce88669750095bcacf2e248bdcf2a90a344d8 Mon Sep 17 00:00:00 2001 From: Aletschhorn <99950173+Aletschhorn@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:04:56 +0200 Subject: [PATCH] Update version number --- ext_emconf.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index e9c01a3..7f96e14 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ 'author_email' => 'daniel.widmer@fku.ch', 'state' => 'stable', 'clearCacheOnLoad' => 0, - 'version' => '3.1.0', + 'version' => '3.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0 - 10.4.99', @@ -127,4 +127,8 @@ * Get rid of swtichable actions in flexform * Use extension .typoscript for TypoScript files * + * Version 3.1.1 + * ------------- + * Correction of pagination links in template SearchAdmin.html + * **/ \ No newline at end of file