-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from jweiland-net/release/3.2.0
Release/3.2.0
- Loading branch information
Showing
6 changed files
with
48 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
|
||
.. _changelog: | ||
|
||
========= | ||
ChangeLog | ||
========= | ||
|
||
Version 3.2.0 | ||
============= | ||
|
||
* [BUGFIX] | ||
|
||
Version 3.1.0 | ||
============= | ||
|
||
* [FEATURE] Add VH argument fallbackThumbnailFile | ||
* [TASK] Remove TypoScript access from VH | ||
* [BUGFIX] Prevent duplicate EXT: parsing | ||
* [DOCS] Please read update instructions before updating. Maybe you have to update your templates!!! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,12 @@ | |
{ | ||
"name": "Stefan Froemken", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
"role": "Lead TYPO3 Developer" | ||
}, | ||
{ | ||
"name": "Hoja Mustaffa Abdul Latheef", | ||
"email": "[email protected]", | ||
"role": "Senior TYPO3 Developer" | ||
} | ||
], | ||
"homepage": "https://jweiland.net", | ||
|
@@ -25,7 +30,7 @@ | |
"source": "https://github.com/jweiland-net/video_shariff" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "^11.5.23 || ^12.3.0" | ||
"typo3/cms-core": "^11.5.41 || ^12.4.22" | ||
}, | ||
"require-dev": { | ||
"ergebnis/composer-normalize": "~2.42.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ | |
'description' => 'This extension provides more privacy when embedding videos in frontend.', | ||
'category' => 'plugin', | ||
'state' => 'stable', | ||
'author' => 'Stefan Froemken', | ||
'author' => 'Stefan Froemken, Hoja Mustaffa Abdul Latheef', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'jweiland.net', | ||
'version' => '3.1.0', | ||
'version' => '3.2.0', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.23-12.4.99', | ||
'fluid_styled_content' => '11.5.23-0.0.0', | ||
'typo3' => '11.5.41-12.4.99', | ||
'fluid_styled_content' => '11.5.41-0.0.0', | ||
], | ||
'conflicts' => [], | ||
'suggests' => [], | ||
|