From 742fb579d32b0d51638b436068bf14b307bf7837 Mon Sep 17 00:00:00 2001 From: "dirk.persky" Date: Wed, 18 Oct 2023 09:33:44 +0200 Subject: [PATCH] update Version --- README.md | 3 ++- ext_emconf.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d213d..212fb72 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,8 @@ editor: ``` ## ToDo: -- FAPRO Support + +- FA-PRO Support ## Please give us feedback We would appreciate any kind of feedback or ideas for further developments to keep improving the extension for your needs. diff --git a/ext_emconf.php b/ext_emconf.php index 87b66bc..ec60fa5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => 0, 'author' => 'Dirk Persky', 'author_email' => 'dirk.persky@gmail.de', - 'version' => '12.0.1', + 'version' => '12.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.7-12.4.99',