Skip to content

Commit

Permalink
new 13 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
svewap committed Sep 25, 2024
1 parent dfa2643 commit 055d6cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"homepage": "https://wappler.systems",
"require": {
"typo3/cms-core": "^12",
"typo3/cms-filemetadata": "^12"
"typo3/cms-core": "^13",
"typo3/cms-filemetadata": "^13"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'author_company' => 'WapplerSystems',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '12.0.9',
'version' => '13.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'filemetadata' => ''
'typo3' => '13.0.0-13.4.99',
'filemetadata' => '13.0.0'
],
'conflicts' => [
],
Expand Down
10 changes: 5 additions & 5 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ CREATE TABLE sys_file_metadata

CREATE TABLE sys_file_reference
(
track_language int(11) DEFAULT '0' NOT NULL,
track_type varchar(30) DEFAULT '' NOT NULL,
'loop' TINYINT(4) DEFAULT '0' NOT NULL,
muted TINYINT(4) DEFAULT '0' NOT NULL,
show_related_videos TINYINT(4) DEFAULT '0' NOT NULL
track_language int(11) DEFAULT '0' NOT NULL,
track_type varchar(30) DEFAULT '' NOT NULL,
'loop' TINYINT(4) DEFAULT '0' NOT NULL,
muted TINYINT(4) DEFAULT '0' NOT NULL,
show_related_videos TINYINT(4) DEFAULT '0' NOT NULL
);

CREATE TABLE sys_file_metadata
Expand Down

0 comments on commit 055d6cb

Please sign in to comment.