Skip to content

Commit 239b20d

Browse files
committed
Update to 2.0.1
1 parent ab279b3 commit 239b20d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2023-12-09
2+
- Version update to 2.0.1
3+
14
## 2023-12-07
25
- Changed composer namespace to "fullstackfreelancer/showcase" instead of "simonkoehler/showcase"
36
- Added composer information

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fullstackfreelancer/showcase",
33
"type": "typo3-cms-extension",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Create beautiful showcases and portfolios with the Bootstrap Package or other Themes",
66
"authors": [
77
{

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'uploadfolder' => 0,
1010
'createDirs' => '',
1111
'clearCacheOnLoad' => 0,
12-
'version' => '2.0.0',
12+
'version' => '2.0.1',
1313
'constraints' => [
1414
'depends' => [
1515
'typo3' => '10.4.0-12.4.99',

0 commit comments

Comments
 (0)