-
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.
- Loading branch information
Showing
6 changed files
with
39 additions
and
3 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
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,24 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
|
||
.. _changelog: | ||
|
||
========= | ||
ChangeLog | ||
========= | ||
|
||
Version 3.2.0 | ||
============= | ||
|
||
* [TASK] Fixed Broken badge url | ||
* [TASK] Documentation ChangeLog page added | ||
* [BUGFIX] Prevent TypeError when returning public | ||
|
||
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
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", | ||
|
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,7 +12,7 @@ | |
'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' => '4.0.0', | ||
|