From 9f52dadc1fc76eb8705ab1329144e2f401c20e0c Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Tue, 25 Jan 2022 22:04:19 +0100 Subject: [PATCH] [RELEASE] Minor maintenance release incl. bugfixes and improvements. See upgrade guide in documentation. Changelog: https://github.com/fnagel/generic-gallery/compare/4.2.3...4.3.0 --- Documentation/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index ba692b2..a74a8a1 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -27,7 +27,7 @@ EXT: Generic Gallery forEditors, forAdmins, forBeginners, fal, gallery, picture, image, collection, slideshow, slider, exif, iptc :Copyright: - 2011-2020 + 2011-2022 :Author: Felix Nagel diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 54f6380..963720e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,5 +1,5 @@ [general] -copyright = 2021 +copyright = 2022 project = Generic Gallery release = latest diff --git a/ext_emconf.php b/ext_emconf.php index 2d446a2..fa0555d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ 'author_email' => 'info@felixnagel.com', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '4.2.4-dev', + 'version' => '4.3.0', 'constraints' => [ 'depends' => [ 'php' => '7.2.0-7.4.99',