Skip to content

Commit

Permalink
Merge pull request #47 from jweiland-net/release/3.2.0
Browse files Browse the repository at this point in the history
Release/3.2.0
  • Loading branch information
hojalatheef authored Oct 21, 2024
2 parents 62ce0a4 + 3addce5 commit ba222e3
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,16 @@ nbproject
.sass-cache
.session
*.log

# Ignore composer stuff
/composer.lock
bin/*
vendor/*
.build
.Build
.php_cs.cache
composer.lock

# Ignore testing stuff
/.Build
/composer.json.orig
/composer.json.testing
22 changes: 22 additions & 0 deletions Documentation/ChangeLog/Index.rst
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!!!

1 change: 1 addition & 0 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This extension provides more privacy when embedding videos in frontend.
Installation/Index
Configuration/Index
Update/Index
ChangeLog/Index
Links

.. Meta Menu
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[general]

project = Video Shariff
version = 3.1.0
release = 3.1
version = 3.2.0
release = 3.2
copyright = by jweiland.net

[html_theme_options]
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],
Expand Down

0 comments on commit ba222e3

Please sign in to comment.