Skip to content

Commit 3add485

Browse files
authored
Merge pull request #24 from jweiland-net/excludeCrowdinYml
Exclude crowdin yml
2 parents 945ec73 + c24378b commit 3add485

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.github/ export-ignore
22
/Build/ export-ignore
33
/Tests/ export-ignore
4+
/.crowdin.yml export-ignore
45
/.editorconfig export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore

Documentation/ChangeLog/Index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@
77
ChangeLog
88
=========
99

10+
Version 4.0.1
11+
=============
12+
13+
* Exclude .crowdin.yml while packaging
14+
1015
Version 4.0.0
1116
=============
1217

1318
* Add TYPO3 12 compatibility
1419
* Remove TYPO3 10 compatibility
1520
* Remove TYPO3 11 compatibility
21+
* Change ext icon
22+
* BUGFIX: Do not upload files on validation error in EXT:form
1623

1724
Version 3.0.4
1825
=============

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[general]
55

66
project = Check FAL Uploads
7-
version = 4.0.0
7+
version = 4.0.1
88
release = 4.0
99
copyright = by jweiland.net
1010

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'projects@jweiland.net',
99
'author_company' => 'jweiland.net',
1010
'state' => 'stable',
11-
'version' => '4.0.0',
11+
'version' => '4.0.1',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.4-12.4.99',

0 commit comments

Comments
 (0)