From 1d7a47c048e839ce4dfba45d5401955dc289051d Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 5 Jun 2024 08:43:27 +0200 Subject: [PATCH] align version information --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- metadata.php | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d69767..19026e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://git.d3data.de/D3Public/MyModule/compare/2.1.0.0...rel_2.x) +## [Unreleased](https://git.d3data.de/D3Public/MyModule/compare/3.0.0.0...rel_3.x) + +## [3.0.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.1.0.0...3.0.0.0) - 2024-06-05 +### Added +- OXID 7.x support +- Twig templates (alongside to Smarty) + +### Removed +- OXID 6.x support ## [2.1.0.0](https://git.d3data.de/D3Public/MailConfigChecker/compare/2.0.0.1...2.1.0.0) - 2024-06-05 ### Added diff --git a/README.md b/README.md index 97624f0..c646e28 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer in d ```bash -composer require d3/mailconfigchecker:^2.0 +composer require d3/mailconfigchecker:^3.0 ``` Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module". diff --git a/metadata.php b/metadata.php index a1f1833..9e7182d 100644 --- a/metadata.php +++ b/metadata.php @@ -40,7 +40,7 @@ $aModule = [ 'en' => '', ], 'thumbnail' => 'picture.svg', - 'version' => '2.1.0.0', + 'version' => '3.0.0.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',