Skip to content

Commit

Permalink
[TASK] Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkln committed Jul 7, 2024
1 parent 91c8aa2 commit 20defe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <https://www.sebkln.de/en/news/content-slug-4-0-0/>`__
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) <https://www.sebkln.de/en/news/content-slug-v3-1-0/>`__
Bugfix: Correct translation of human-readable anchors in the RTE / Backend JavaScript adjustments.

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'author' => 'Sebastian Klein',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '3.1.1',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99',
Expand Down

0 comments on commit 20defe0

Please sign in to comment.