From 20defe07d52182a54958a1a0006616f670d75511 Mon Sep 17 00:00:00 2001 From: Sebastian Klein Date: Sun, 7 Jul 2024 11:33:41 +0200 Subject: [PATCH] [TASK] Release 4.0.0 --- Documentation/ChangeLog/Index.rst | 3 +++ Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index d18341d..de02819 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -23,6 +23,9 @@ ChangeLog If a version contains new features or important changes, I'll write a blog post about it (available in English and German): + July 7, 2024: `"Speaking URL fragments" 4.0.0 (EXT:content_slug) `__ + New: Support of TYPO3 v13 and Site Sets. Migration from RequireJS to ES6 modules. + July 29, 2023: `"Speaking URL fragments" 3.1.0 and 2.2.0 (EXT:content_slug) `__ Bugfix: Correct translation of human-readable anchors in the RTE / Backend JavaScript adjustments. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 90e6334..0d004dd 100755 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -23,8 +23,8 @@ ; you can use in 'conf.py' project = Speaking URL fragments (anchors) -version = 3.1 -release = 3.1.1 +version = 4.0 +release = 4.0.0 t3author = Sebastian Klein copyright = since 2020 by Sebastian Klein diff --git a/ext_emconf.php b/ext_emconf.php index bcd357d..3903bff 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Sebastian Klein', 'author_email' => 'sebastian@sebkln.de', 'state' => 'stable', - 'version' => '3.1.1', + 'version' => '4.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.4.99',