From 0491e444fd358ffb784ebf022ee86f734faab0e4 Mon Sep 17 00:00:00 2001 From: Markus Hofmann Date: Wed, 3 Jun 2026 14:43:08 +0200 Subject: [PATCH] [TASK] Prepare release 1.0.1 --- .gitattributes | 38 ++++++++++++++++++++++++++++++++++++++ .gitignore | 1 + ext_emconf.php | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d0c1999 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,38 @@ +# Folders +/.ddev export-ignore +/.github export-ignore +/.vscode export-ignore +/.Build export-ignore +/Build/ export-ignore +/Tests/ export-ignore +/packages/ export-ignore + +# Files +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore +.phplint.yml export-ignore +.stylelintrc export-ignore +docker-compose.yaml export-ignore + +# Enforce checkout with linux lf consistent over all plattforms +*.xml text eol=lf +*.html text eol=lf +*.css text eol=lf +*.scss text eol=lf +*.svg text eol=lf +*.tmpl text eol=lf +*.js text eol=lf +*.json text eol=lf +*.php text eol=lf +*.rst text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.ts text eol=lf +*.xlf text eol=lf +*.sql text eol=lf +*.t3s text eol=lf +*.txt text eol=lf +*.typoscript text eol=lf +*.tsconfig text eol=lf diff --git a/.gitignore b/.gitignore index 1777294..bcd8ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ fabric.properties /composer.json.testing /.cache/ /Build/testing-docker/.env +/Build/.cache diff --git a/ext_emconf.php b/ext_emconf.php index f0edead..b823fd6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'author' => 'Frank Berger', 'author_email' => 'fberger@b-factor.de', 'author_company' => 'Sudhaus 7', - 'version' => '1.0.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '13.4.0-13.4.99',