Skip to content

Commit

Permalink
Merge pull request #32 from freshworkx/feature/new-maintainer
Browse files Browse the repository at this point in the history
Feature/new maintainer
  • Loading branch information
freshworkx committed Mar 13, 2024
2 parents 2eb40d9 + c2f48c0 commit 665bb39
Show file tree
Hide file tree
Showing 39 changed files with 131 additions and 97 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .php_cs
Expand Up @@ -12,7 +12,7 @@ This file is part of the "Image Gallery" extension for TYPO3 CMS.
For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.
Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
Jens Neumann <info@freshworkx.de>
COMMENT;


Expand Down
8 changes: 4 additions & 4 deletions Classes/Controller/ListController.php
Expand Up @@ -8,13 +8,13 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

namespace Leuchtfeuer\BmImageGallery\Controller;
namespace Freshworkx\BmImageGallery\Controller;

use Leuchtfeuer\BmImageGallery\Domain\Repository\FileCollectionRepository;
use Leuchtfeuer\BmImageGallery\Domain\Transfer\CollectionInfo;
use Freshworkx\BmImageGallery\Domain\Repository\FileCollectionRepository;
use Freshworkx\BmImageGallery\Domain\Transfer\CollectionInfo;
use Psr\Http\Message\ResponseInterface;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
Expand Down
8 changes: 4 additions & 4 deletions Classes/Domain/Repository/FileCollectionRepository.php
Expand Up @@ -8,13 +8,13 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

namespace Leuchtfeuer\BmImageGallery\Domain\Repository;
namespace Freshworkx\BmImageGallery\Domain\Repository;

use Leuchtfeuer\BmImageGallery\Domain\Transfer\CollectionInfo;
use Leuchtfeuer\BmImageGallery\Factory\FileFactory;
use Freshworkx\BmImageGallery\Domain\Transfer\CollectionInfo;
use Freshworkx\BmImageGallery\Factory\FileFactory;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
use TYPO3\CMS\Backend\Utility\BackendUtility;
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Transfer/CollectionInfo.php
Expand Up @@ -8,10 +8,10 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

namespace Leuchtfeuer\BmImageGallery\Domain\Transfer;
namespace Freshworkx\BmImageGallery\Domain\Transfer;

use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection;
Expand Down
4 changes: 2 additions & 2 deletions Classes/Factory/FileFactory.php
Expand Up @@ -8,10 +8,10 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

namespace Leuchtfeuer\BmImageGallery\Factory;
namespace Freshworkx\BmImageGallery\Factory;

use TYPO3\CMS\Core\Resource\AbstractFile;
use TYPO3\CMS\Core\Resource\File;
Expand Down
4 changes: 2 additions & 2 deletions Classes/Updates/PluginUpdateWizard.php
Expand Up @@ -6,10 +6,10 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

namespace Leuchtfeuer\BmImageGallery\Updates;
namespace Freshworkx\BmImageGallery\Updates;

use Symfony\Component\Console\Output\OutputInterface;
use TYPO3\CMS\Core\Configuration\FlexForm\FlexFormTools;
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Services.yaml
Expand Up @@ -4,6 +4,6 @@ services:
autoconfigure: true
public: false

Leuchtfeuer\BmImageGallery\:
Freshworkx\BmImageGallery\:
resource: '../Classes/*'
exclude: '../Classes/Domain/Model/*'
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/1-0-0.rst
Expand Up @@ -10,7 +10,7 @@ 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/1.0.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/1.0.0>`__.

All Changes
===========
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/2-0-0.rst
Expand Up @@ -10,7 +10,7 @@ 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/2.0.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/2.0.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/2-0-1.rst
Expand Up @@ -10,7 +10,7 @@ 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/2.0.1>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/2.0.1>`__.

Changed
=======
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/2-0-2.rst
Expand Up @@ -10,7 +10,7 @@ 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/2.0.2>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/2.0.2>`__.

Added
=====
Expand Down
6 changes: 3 additions & 3 deletions Documentation/About/Changelog/3-0-0.rst
Expand Up @@ -11,7 +11,7 @@ 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/3.0.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/3.0.0>`__.

Added
=====
Expand All @@ -27,8 +27,8 @@ Changed
Removed
=======

* Class :php:`\Leuchtfeuer\BmImageGallery\ViewHelpers\ImageViewHelper`
* Class :php:`\Leuchtfeuer\BmImageGallery\ViewHelpers\PropertyViewHelper`
* Class :php:`\Freshworkx\BmImageGallery\ViewHelpers\ImageViewHelper`
* Class :php:`\Freshworkx\BmImageGallery\ViewHelpers\PropertyViewHelper`

All Changes
===========
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/3-1-0.rst
Expand Up @@ -10,7 +10,7 @@ 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/3.1.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/3.1.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-0-0.rst
Expand Up @@ -11,7 +11,7 @@ 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/4.0.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/4.0.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-1-0.rst
Expand Up @@ -11,7 +11,7 @@ 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/v4.1.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v4.1.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-1-1.rst
Expand Up @@ -10,7 +10,7 @@ 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/v4.1.1>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v4.1.1>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-1-2.rst
Expand Up @@ -10,7 +10,7 @@ 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/v4.1.2>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v4.1.2>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-2-0.rst
Expand Up @@ -11,7 +11,7 @@ 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/v4.2.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v4.2.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/4-2-1.rst
Expand Up @@ -10,7 +10,7 @@ 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/v4.2.1>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v4.2.1>`__.

Changed
=======
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/5-0-0.rst
Expand Up @@ -14,7 +14,7 @@ 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>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v5.0.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/5-1-0.rst
Expand Up @@ -11,7 +11,7 @@ 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.1.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v5.1.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/5-1-1.rst
Expand Up @@ -10,7 +10,7 @@ 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.1.1>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v5.1.1>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/5-2-0.rst
Expand Up @@ -10,7 +10,7 @@ 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>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v5.2.0>`__.

Added
=====
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/6-0-0.rst
Expand Up @@ -10,7 +10,7 @@ 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/v6.0.0>`__.
`GitHub <https://github.com/freshworkx/typo3-image-gallery/releases/tag/v6.0.0>`__.

Added
=====
Expand Down
32 changes: 32 additions & 0 deletions Documentation/About/Changelog/6-1-0.rst
@@ -0,0 +1,32 @@
.. include:: ../../Includes.txt

==========================
Version 6.1.0 - 2024/03/15
==========================

This release is a maintenance release. With this version a new maintainer is introduced and the repository was moved from `Leuchtfeuer` to `freshworkx`.

Download
========

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

Changed
=======

* The git repository was moved from `Leuchtfeuer` to `freshworkx`
* The vendor name has been changed from `leuchtfeuer` to `freshworkx`
* The composer package name was renamed from `leuchtfeuer/bm-image-gallery` to `freshworkx/bm-image-gallery`.

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

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

2024-03-12 [TASK] update author and company information (Commit 5f346ab by Jens Neumann)
2024-03-11 [TASK] remove funding file (Commit d38cc6f by Jens Neumann)
2024-03-11 [!!!][TASK] rename composer package (Commit fff3801 by Jens Neumann)
2024-03-11 [TASK] adapt links to git repository (Commit b59d538 by Jens Neumann)
2024-03-11 [!!!][TASK] rename vendor (Commit fa8f984 by Jens Neumann)

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

6-1-0
6-0-0
5-2-0
5-1-1
Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Index.rst
Expand Up @@ -16,7 +16,7 @@ Features
* List, detail and single view for File Collections
* Sorting, Limit of files
* Extends TYPO3 'File Collections' by RTE field 'Gallery Description'
* TYPO3 9 or later: Route Enhancer example for speaking URLs, see `example file <https://github.com/Leuchtfeuer/typo3-image-gallery/blob/master/Resources/Private/Examples/RouteEnhancer.yml>`__
* TYPO3 9 or later: Route Enhancer example for speaking URLs, see `example file <https://github.com/freshworkx/typo3-image-gallery/blob/master/Resources/Private/Examples/RouteEnhancer.yml>`__

.. _about-compatibility:

Expand Down
2 changes: 1 addition & 1 deletion Documentation/About/Links/Index.rst
Expand Up @@ -10,4 +10,4 @@ Links
https://extensions.typo3.org/extension/bm_image_gallery/

:Source Code and Git Repository:
https://github.com/Leuchtfeuer/typo3-image-gallery
https://github.com/freshworkx/typo3-image-gallery
2 changes: 1 addition & 1 deletion Documentation/Admin/Index.rst
Expand Up @@ -23,7 +23,7 @@ If your TYPO3 instance is running in composer mode, you can simply require the e

.. code-block:: bash
composer req leuchtfeuer/bm-image-gallery
composer req freshworkx/bm-image-gallery
.. _admin-installation-extensionManager:

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Index.rst
Expand Up @@ -22,10 +22,10 @@ Simple Image Gallery
since 2016 by the authors

:Author:
Leuchtfeuer Digital Marketing
Jens Neumann

:Email:
dev@Leuchtfeuer.com
info@freshworkx.de

:License:
This extension documentation is published under the
Expand All @@ -44,7 +44,7 @@ Simple Image Gallery
It is maintained as part of this third party extension.

If you find an error or something is missing, please:
`Report a problem <https://github.com/Leuchtfeuer/typo3-image-gallery/issues/new/choose>`__
`Report a problem <https://github.com/freshworkx/typo3-image-gallery/issues/new/choose>`__

**Extension Manual**

Expand Down
12 changes: 6 additions & 6 deletions Documentation/Settings.cfg
Expand Up @@ -2,7 +2,7 @@
project = bm_image_gallery
version = 6.0
release = 6.0.0
t3author = Leuchtfeuer Digital Marketing
t3author = Jens Neumann
copyright = since 2016 by the authors

description = Simple gallery using file collections.
Expand All @@ -12,9 +12,9 @@ about_new_builds = no

[html_theme_options]
github_branch = master
github_repository = leuchtfeuer/bm-image-gallery
github_repository = freshworkx/bm-image-gallery

project_contact = mailto:dev@Leuchtfeuer.com
project_home = https://github.com/Leuchtfeuer/typo3-image-gallery
project_issues = https://github.com/Leuchtfeuer/typo3-image-gallery/issues
project_repository = https://github.com/Leuchtfeuer/typo3-image-gallery
project_contact = mailto:info@freshworkx.de
project_home = https://github.com/freshworkx/typo3-image-gallery
project_issues = https://github.com/freshworkx/typo3-image-gallery/issues
project_repository = https://github.com/freshworkx/typo3-image-gallery
15 changes: 10 additions & 5 deletions Migrations/Code/ClassAliasMap.php
Expand Up @@ -6,12 +6,17 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* Dev <dev@Leuchtfeuer.com>, Leuchtfeuer Digital Marketing
* Jens Neumann <info@freshworkx.de>
*/

use Freshworkx\BmImageGallery\Controller\ListController;
use Freshworkx\BmImageGallery\Domain\Repository\FileCollectionRepository;
use Freshworkx\BmImageGallery\Domain\Transfer\CollectionInfo;
use Freshworkx\BmImageGallery\Factory\FileFactory;

return [
'\Bitmotion\BmImageGallery\Controller\ListController' => \Leuchtfeuer\BmImageGallery\Controller\ListController::class,
'\Bitmotion\BmImageGallery\Domain\Repository\FileCollectionRepository' => \Leuchtfeuer\BmImageGallery\Domain\Repository\FileCollectionRepository::class,
'\Bitmotion\BmImageGallery\Domain\Transfer\CollectionInfo' => \Leuchtfeuer\BmImageGallery\Domain\Transfer\CollectionInfo::class,
'\Bitmotion\BmImageGallery\Factory\FileFactory' => \Leuchtfeuer\BmImageGallery\Factory\FileFactory::class,
'\Leuchtfeuer\BmImageGallery\Controller\ListController' => ListController::class,
'\Leuchtfeuer\BmImageGallery\Domain\Repository\FileCollectionRepository' => FileCollectionRepository::class,
'\Leuchtfeuer\BmImageGallery\Domain\Transfer\CollectionInfo' => CollectionInfo::class,
'\Leuchtfeuer\BmImageGallery\Factory\FileFactory' => FileFactory::class,
];

0 comments on commit 665bb39

Please sign in to comment.