Skip to content

Commit 9bf1a07

Browse files
committed
Release v0.3.0:
- Fixing broken legacy mode, broken save action and database update schema, thx to @mkrappitz for reporting in #14 - Refactor property parent path structure - Fix close handling after upload - Update Content Blocks dependency
1 parent be6f9d9 commit 9bf1a07

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Visual backend module for creating and editing Content Blocks definitions.",
55
"homepage": "https://github.com/FriendsOfTYPO3/content-blocks-gui",
66
"license": ["GPL-2.0-or-later"],
7-
"version": "0.2.0",
7+
"version": "0.3.0",
88
"minimum-stability": "alpha",
99
"authors": [{
1010
"name": "TYPO3 Content Types Team",
@@ -26,12 +26,13 @@
2626
}
2727
],
2828
"require": {
29-
"friendsoftypo3/content-blocks": "^1.3.17",
29+
"friendsoftypo3/content-blocks": "^1.4.6",
3030
"typo3/cms-backend": "^13.4.19",
3131
"typo3/cms-core": "^13.4.19"
3232
},
3333
"require-dev": {
3434
"contentblocks/examples": "@dev",
35+
"contentblocks/local-test": "@dev",
3536
"friendsofphp/php-cs-fixer": "^3.94",
3637
"helhum/typo3-console": "^8.3",
3738
"phpstan/phpstan": "^2.1",

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author' => 'TYPO3 Content Types Team',
99
'author_email' => '',
1010
'author_company' => '',
11-
'version' => '0.2.0',
11+
'version' => '0.3.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '13.4.19-13.99.99',
15-
'content_blocks' => '1.3.17-1.99.99',
15+
'content_blocks' => '1.4.6-1.99.99',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)