Skip to content

Commit

Permalink
[RELEASE] 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Apr 27, 2023
1 parent ece9c71 commit a54ffca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@
* 2.3.0
- [TASK] Load CSS and JS on demand with embedassets
- [TASK] (!BREAKING!) Rename CSS file location constant
* 2.4.0
- [FEATURE] Force image file format TS constant
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
],
"require": {
"typo3/cms-core": "^11.5 || ^12.0",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.0",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4",
"t3brightside/embedassets": "^1.2"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
'title' => 'YouTube Video',
'description' => 'YouTube videos with custom cover images, gallery layout, pagination, GDPR options and backend previews.',
'category' => 'fe',
'version' => '2.3.0',
'version' => '2.4.0',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tanel Põld',
'author_email' => '[email protected]',
'author_company' => 'Brightside OÜ / t3brightside.com',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.99.99',
'fluid_styled_content' => '',
'typo3' => '11.5.0-12.4.99',
'fluid_styled_content' => '11.5.0-12.4.99',
'embedassets' => '1.2.0-1.99.99',
],
],
Expand Down

0 comments on commit a54ffca

Please sign in to comment.