We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab279b3 commit 239b20dCopy full SHA for 239b20d
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2023-12-09
2
+- Version update to 2.0.1
3
+
4
## 2023-12-07
5
- Changed composer namespace to "fullstackfreelancer/showcase" instead of "simonkoehler/showcase"
6
- Added composer information
composer.json
@@ -1,7 +1,7 @@
{
"name": "fullstackfreelancer/showcase",
"type": "typo3-cms-extension",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Create beautiful showcases and portfolios with the Bootstrap Package or other Themes",
"authors": [
7
ext_emconf.php
@@ -9,7 +9,7 @@
9
'uploadfolder' => 0,
10
'createDirs' => '',
11
'clearCacheOnLoad' => 0,
12
- 'version' => '2.0.0',
+ 'version' => '2.0.1',
13
'constraints' => [
14
'depends' => [
15
'typo3' => '10.4.0-12.4.99',
0 commit comments