Skip to content

Commit

Permalink
Merge pull request #30 from Leuchtfeuer/feature/v11
Browse files Browse the repository at this point in the history
Feature/v11
  • Loading branch information
bmgrieger committed Mar 1, 2024
2 parents 7a80451 + 2ee16aa commit 8881ee6
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 19 deletions.
28 changes: 28 additions & 0 deletions Documentation/About/Changelog/5-2-0.rst
@@ -0,0 +1,28 @@
.. include:: ../../Includes.txt

==========================
Version 5.2.0 - 2024/03/01
==========================

This release is a feature release. It introduces support for TYPO3 v11 LTS.

Download
========

Download this version from the `TYPO3 extension repository <https://extensions.typo3.org/extension/bm_image_gallery/>`__ or from
`GitHub <https://github.com/Leuchtfeuer/typo3-image-gallery/releases/tag/v5.2.0>`__.

Added
=====

* Support for TYPO3 v11 LTS

All Changes
===========

This is a list of all changes in this release::

2024-03-01 [TASK] Add missing plugin name to action link viewhelper when switching plugin (Commit 6732100 by Niklas Grieger)
2021-08-30 [TASK] Update TER release script (Commit 7a80451 by Max Rösch)
2021-08-30 [TASK] Add release script for TER releases (Commit 5f674d5 by Max Rösch)

1 change: 1 addition & 0 deletions Documentation/About/Changelog/Index.rst
Expand Up @@ -17,6 +17,7 @@ List of versions
:titlesonly:
:glob:

5-2-0
5-1-1
5-1-0
5-0-0
Expand Down
13 changes: 7 additions & 6 deletions Documentation/About/Index.rst
Expand Up @@ -24,14 +24,15 @@ Compatibility
=============

.. csv-table:: Version Matrix
:header: "Extension Version", "TYPO3 v10 Support", "TYPO3 v9 Support", "TYPO3 v8 Support"
:header: "Extension Version", "TYPO3 v11 Support", "TYPO3 v10 Support", "TYPO3 v9 Support", "TYPO3 v8 Support"
:align: center

"5.0.x", "🙋‍♂️", "🙅‍♀️", "🙅‍♀️"
"4.2.x", "🙋‍♂️", "🙋‍♂️", "🙅‍♀️"
"4.1.x", "🙅‍♀️", "🙋‍♂️", "🙋‍♂️"
"4.0.x", "🙅‍♀️", "🙋‍♂️", "🙋‍♂️"
"3.1.x", "🙅‍♀️", "🙋‍♂️", "🙋‍♂️"
"5.2.x", "X", "X", "-", "-"
"5.0.x", "-", "X", "-", "-"
"4.2.x", "-", "X", "X", "-"
"4.1.x", "-", "-", "X", "X"
"4.0.x", "-", "-", "X", "X"
"3.1.x", "-", "-", "X", "X"

There are legacy versions of this extension supporting TYPO3 versions from 6.2 LTS on.

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Expand Up @@ -19,10 +19,10 @@ Simple Image Gallery
en

:Copyright:
2016-2020
since 2016 by the authors

:Author:
Florian Wessels, Leuchtfeuer Digital Marketing
Leuchtfeuer Digital Marketing

:Email:
dev@Leuchtfeuer.com
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
@@ -1,8 +1,8 @@
[general]
project = bm_image_gallery
version = 5.0
release = 5.0.0
t3author = Leuchtfeuer Digital Marketing, Florian Wessels
release = 5.2.0
t3author = Leuchtfeuer Digital Marketing
copyright = since 2016 by the authors

description = Simple gallery using file collections.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Private/Templates/List/List.html
Expand Up @@ -55,7 +55,7 @@

<f:section name="externalPage">
<f:link.action arguments="{show : item.identifier}" action="gallery" class="c-gallery__list-link"
pageUid="{settings.galleryPage}" title="{item.title}">
pluginName="GalleryDetail" pageUid="{settings.galleryPage}" title="{item.title}">
<f:image image="{item.preview}" class="c-gallery__image figure-img img-fluid"
width="{settings.images.width}" alt="{item.description}"
height="{settings.images.height}" maxWidth="{settings.images.maxWidth}"
Expand All @@ -64,7 +64,7 @@

<figcaption class="c-gallery__figure-caption figure-caption" id="bmimagegallery-caption-{item.identifier}">
<f:link.action arguments="{show : item.identifier}" action="gallery" class="c-gallery__list-link"
pageUid="{settings.galleryPage}" title="{item.title}">
pluginName="GalleryDetail" pageUid="{settings.galleryPage}" title="{item.title}">
{item.title}
</f:link.action>
</figcaption>
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -27,10 +27,10 @@
}
],
"require": {
"typo3/cms-backend": "^10.4.14 || ^11.2",
"typo3/cms-core": "^10.4.14 || ^11.2",
"typo3/cms-extbase": "^10.4.14 || ^11.2",
"typo3/cms-frontend": "^10.4.14 || ^11.2"
"typo3/cms-backend": "^10.4.14 || ^11.5",
"typo3/cms-core": "^10.4.14 || ^11.5",
"typo3/cms-extbase": "^10.4.14 || ^11.5",
"typo3/cms-frontend": "^10.4.14 || ^11.5"
},
"suggest": {
"typo3/cms-fluid-styled-content": ""
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Expand Up @@ -2,17 +2,17 @@
$EM_CONF['bm_image_gallery'] = [
'title' => 'Simple Image Gallery',
'description' => 'Simple gallery using file collections.',
'version' => '5.1.1',
'version' => '5.2.0',
'category' => 'plugin',
'author' => 'Florian Wessels',
'author' => 'Dev Leuchtfeuer',
'author_email' => 'dev@Leuchtfeuer.com',
'author_company' => 'Leuchtfeuer Digital Marketing',
'state' => 'stable',
'uploadfolder' => false,
'clearCacheOnLoad' => false,
'constraints' => [
'depends' => [
'typo3' => '10.4.14-11.2.99',
'typo3' => '10.4.14-11.5.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 8881ee6

Please sign in to comment.