From 6242226b7260bfa8306534fda1e639a1a3eec3ca Mon Sep 17 00:00:00 2001 From: Anton Fedurtsya Date: Wed, 23 Oct 2024 16:33:05 +0300 Subject: [PATCH] Release v2.1.1 patch Signed-off-by: Anton Fedurtsya --- CHANGELOG.md | 6 ++++++ metadata.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674becf..4f9478b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.1] - 2024-10-23 + +### Fixed +- Merged the fixes from v2.0.1 + ## [2.1.0] - 2024-10-14 ### Changed @@ -56,6 +61,7 @@ Module extracted from wysiwyg module, and used by it now - Thumbnails are generated on demand and the type of thumbnail file is matching the original image type - Alternative image directory setting renamed to fit its functionality: Alternative image URL +[2.1.1]: https://github.com/OXID-eSales/media-library-module/compare/v2.1.0..v2.1.1 [2.1.0]: https://github.com/OXID-eSales/media-library-module/compare/v2.0.0..v2.1.0 [2.0.1]: https://github.com/OXID-eSales/media-library-module/compare/v2.0.0..v2.0.1 [2.0.0]: https://github.com/OXID-eSales/media-library-module/compare/v1.0.0..v2.0.0 diff --git a/metadata.php b/metadata.php index 0cd3ccf..0cf51d5 100755 --- a/metadata.php +++ b/metadata.php @@ -22,7 +22,7 @@ 'en' => '', ], 'thumbnail' => 'logo.png', - 'version' => '2.1.0', + 'version' => '2.1.1', 'author' => 'OXID eSales AG & digidesk - media solutions', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',