Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
[RELEASE] v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed May 12, 2020
1 parent b002dbf commit 4e37139
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.0.3

## TASK
- [TASK] Add Build folder to gitattributes 763a245
- [TASK] Add more test files 63eea9e
- [TASK] Fix invalid composer.json e2fea03
- [TASK] Update "enshrined/svg-sanitize" to version 0.13.3 9b18fe5
- [TASK] Add github action configuration 904354d
- [TASK] Add PHP Linter 5b9134b
- [TASK] Add PHP CS Fixer fbd1760
- [TASK] Cleanup Test-Setup 006e3b9

## BUGFIX
- [BUGFIX] Scan files with extension svg and other mime-types fa6a35b
- [BUGFIX] Fix test file 29dd7dc
- [BUGFIX] Fix github actions 75f7b3b

# 1.0.2

## TASK
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
'author' => 'Frank Nägler',
'author_email' => 'frank.naegler@typo3.com',
'author_company' => 'TYPO3 GmbH',
'version' => '1.0.2',
'version' => '1.0.3',
];

0 comments on commit 4e37139

Please sign in to comment.