Skip to content

Commit

Permalink
[RELEASE] Release of version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flossels committed Aug 10, 2020
1 parent 9e1a067 commit c47b36f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
71 changes: 71 additions & 0 deletions Documentation/About/Changelog/5-0-0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
.. include:: ../../Includes.txt

==========================
Version 5.0.0 - 2020/08/10
==========================

This release is a major release. It contains several breaking changes and some refactoring of outdated source code.

.. important::

Please make sure to execute the upgrade wizard provided by this release.

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.0.0>`__.

Added
=====

* Accessibility of HTML templates has been improved

Changed
=======

* The vendor name has been changed from `bitmotion` to `leuchtfeuer`
* The plugin structure has been changed as formerly used SwitchableControllerActions are marked as deprecated
* Content structure of the documentation

Removed
=======

* TYPO3 v9 support
* TypoScript settings and HTML markup for lightboxes

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

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

2020-08-10 [DOC][BUGFIX] Use proper count (Commit 9e1a067 by Florian Wessels)
2020-08-10 [DOC][BUGFIX] Do not break line (Commit f1395dd by Florian Wessels)
2020-08-10 [DOC] Move changelog files (Commit 81eb2cc by Florian Wessels)
2020-08-10 [DOC] Update readme file (Commit d07ce56 by Florian Wessels)
2020-08-10 [DOC] Update images (Commit 24dd320 by Florian Wessels)
2020-08-10 [DOC] Add sitemap file (Commit d5dc3f3 by Florian Wessels)
2020-08-10 [DOC] Improve installation documentation (Commit 5c1bb3c by Florian Wessels)
2020-08-10 [BUGFIX] Do not use red as default color (Commit 01c7c0d by Florian Wessels)
2020-08-10 [DOC] Add documentation for lightboxes (Commit 39d41d8 by Florian Wessels)
2020-08-10 [DOC] Restructure documentation (Commit 40af1bc by Florian Wessels)
2020-08-10 [TASK] Raise dependencies (Commit 5c42a44 by Florian Wessels)
2020-08-10 [TASK] Add further examples to route enhancer config (Commit 06284e8 by Florian Wessels)
2020-08-10 [TASK] Apply CS (Commit f9555f4 by Florian Wessels)
2020-08-10 [BUGFIX] Do not break when collections are empty (Commit e03ea61 by Florian Wessels)
2020-08-10 [TASK] Improve accessibility of templates (Commit ad78163 by Florian Wessels)
2020-08-10 [BREAKING] Split plugins (Commit 7631b98 by Florian Wessels)
2020-06-17 [TASK] Add default values (Commit 062cc91 by Florian Wessels)
2020-06-17 [TASK] Use constants (Commit 14afa9e by Florian Wessels)
2020-06-17 [TASK] Add return types (Commit 396f1a5 by Florian Wessels)
2020-06-17 [TASK] Introduce constants for sorting order (Commit c91732b by Florian Wessels)
2020-06-17 [TASK] Mainstream php CS (Commit 55de94b by Florian Wessels)
2020-06-17 [TASK] Add ClassAliasMap (Commit cd99d14 by Florian Wessels)
2020-06-17 [BREAKING] Rename vendor (Commit a625449 by Florian Wessels)
2020-06-17 [TASK] Set version to 5.0.0-dev (Commit df1a99c by Florian Wessels)
2020-06-17 [BREAKING] Drop TYPO3 v9 support (Commit cef372d by Florian Wessels)
2020-06-17 [TASK] Add void return types (Commit 3f8507c by Florian Wessels)
2020-06-17 [TASK] Drop obsolete condition (Commit c44d89e by Florian Wessels)
2020-06-17 [TASK] Use LoggerAwareTrait (Commit b58b58a by Florian Wessels)
2020-06-17 [TASK] Update funding file (Commit 241d97c by Florian Wessels)
2020-06-17 [TASK] Set version to 4.3.0-dev (Commit 5f97d8f by Florian Wessels)
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$EM_CONF['bm_image_gallery'] = [
'title' => 'Simple Image Gallery',
'description' => 'Simple gallery using file collections.',
'version' => '5.0.0-dev',
'version' => '5.0.0',
'category' => 'plugin',
'author' => 'Florian Wessels',
'author_email' => 'dev@Leuchtfeuer.com',
Expand Down

0 comments on commit c47b36f

Please sign in to comment.