diff --git a/.ddev/commands/host/docs b/.ddev/commands/host/docs index 51ea330..275ea18 100755 --- a/.ddev/commands/host/docs +++ b/.ddev/commands/host/docs @@ -1,3 +1,3 @@ #!/bin/bash -docker-compose -f .ddev/docker-compose.docs.yaml up docs +docker compose -f .ddev/docker-compose.docs.yaml up docs diff --git a/.gitignore b/.gitignore index 6885282..30841ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /.idea -/.Build +/Build /composer.lock /Documentation-GENERATED-temp /log diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index bfc129b..55f0315 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -23,7 +23,7 @@ pointsize = 10pt [general] project = PwComments -release = 6.0.0 +release = 6.0.1 version = 6.0 copyright = 2023 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 6e7c572..483b321 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2023 project: PwComments version: 6.0 - release: 6.0.0 + release: 6.0.1 latex_documents: - - Index - pwcomments.tex diff --git a/composer.json b/composer.json index 70842e0..bf2550c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["TYPO3", "extension", "comment", "voting"], "homepage": "https://team-neusta.de/", "license": "GPL-2.0+", - "version": "6.0.0", + "version": "6.0.1", "authors": [ { "name": "Armin Vieweg", diff --git a/ext_emconf.php b/ext_emconf.php index 7480dd4..f7c8465 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,17 +6,18 @@ * | (c) 2011-2022 Armin Vieweg * | 2015 Dennis Roemmich * | 2016-2017 Christian Wolfram + * | 2023-2024 Malek Olabi */ $EM_CONF[$_EXTKEY] = [ 'title' => 'Comments for TYPO3 CMS', 'description' => 'Powerful extension for providing comments, including replies on comments and voting.', 'category' => 'plugin', - 'author' => 'Armin Vieweg', - 'author_email' => 'armin@v.ieweg.de', + 'author' => 'Malek Olabi', + 'author_email' => 'm.olabi@neusta.de', 'author_company' => '', 'state' => 'stable', - 'version' => '6.0.0', + 'version' => '6.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.99.99'