Skip to content

Commit

Permalink
[chore] update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BobMali committed May 28, 2024
1 parent b711ae1 commit 2d0f146
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ddev/commands/host/docs
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.idea
/.Build
/Build
/composer.lock
/Documentation-GENERATED-temp
/log
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pointsize = 10pt

[general]
project = PwComments
release = 6.0.0
release = 6.0.1
version = 6.0

copyright = 2023
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
* | (c) 2011-2022 Armin Vieweg <[email protected]>
* | 2015 Dennis Roemmich <[email protected]>
* | 2016-2017 Christian Wolfram <[email protected]>
* | 2023-2024 Malek Olabi <[email protected]>
*/

$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' => '[email protected].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'
Expand Down

0 comments on commit 2d0f146

Please sign in to comment.