Skip to content

Commit

Permalink
Merge pull request #57 from sitegeist/bugfix/89899/arrayToStringConve…
Browse files Browse the repository at this point in the history
…rsion

Bugfix/89899/array to string conversion
  • Loading branch information
galoppi authored Jun 6, 2024
2 parents bccc760 + 286bd8b commit 434a976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"scripts": {
"prepare-release": [
"sed -i'' -e \"s/'version' => ''/'version' => '$(echo ${GITHUB_REF#refs/tags/} | sed 's/v//')'/\" ext_emconf.php",
"rm -r .github Tests"
"rm -r Tests",
"rm .editorconfig",
"rm .gitignore"
]
}
}
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' => 'Alexander Bohndorf',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '2.3.7',
'version' => '2.3.8',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99',
Expand Down

0 comments on commit 434a976

Please sign in to comment.