diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index befbb9e..647b8b0 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -7,6 +7,15 @@ ChangeLog ========= +Version 2.0.2 +============= + +* Repair view of like_it backend module +* Rename `like-it` to `like_it` in documentation +* [TASK] typo in language label +* [DOC] Update Installation index.rst +* Use spaces as indents in fluid templates + Version 2.0.1 ============= diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 9b1b061..1361abe 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ [general] project = Like it -version = 2.0.1 +version = 2.0.2 release = 2.0 copyright = by jweiland.net diff --git a/ext_emconf.php b/ext_emconf.php index 21b53d0..0b4aaf1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author_email' => 'support@jweiland.net', 'author_company' => 'jweiland.net', 'state' => 'stable', - 'version' => '2.0.1', + 'version' => '2.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.36-11.5.99',