From ceaa9daf90619255fa8644d3aea9bc104b1e243b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sat, 21 Sep 2024 23:49:32 +0200 Subject: [PATCH] adjust documentation --- CHANGELOG.md | 13 +++++++++++-- README.en.md | 7 +++---- README.md | 7 +++---- metadata.php | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feec5fc..275a180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,22 @@ 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/oxtotp/compare/2.1.1.0...rel_2.x) +## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/3.0.0.0...rel_3.x) + +## [3.0.0.0](https://git.d3data.de/D3Public/oxtotp/compare/2.1.1.0...3.0.0.0) - 2024-09-23 +### Added +- installable in OXID eShop 7.0 + 7.1 +### Removed +- support for OXID eShop < 7 ## [2.1.1.0](https://git.d3data.de/D3Public/oxtotp/compare/2.1.0.0...2.1.1.0) - 2023-09-07 -- add product logo +### Added - installable in OXID 6.5.2 + 6.5.3 +### Changed +- product logo ## [2.1.0.0](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.1...2.1.0.0) - 2023-02-18 +### Added - add compatibility to D3 Webauthn plugin - installable in OXID 6.5.1 diff --git a/README.en.md b/README.en.md index 5b5930c..8857b03 100644 --- a/README.en.md +++ b/README.en.md @@ -27,13 +27,12 @@ This module provides a 2-factor authentication (time-dependent one-time password This package requires an OXID eShop installed with Composer in one of the following versions: -- 6.3.x -- 6.4.x -- 6.5.x +- 7.0.x +- 7.1.x and its requirements. -The Flow and Wave themes are supported by default. Other themes may require customisation. +The Apex (Twig based) and Wave (Smarty based) themes are supported by default. Other themes may require customisation. ## Getting Started diff --git a/README.md b/README.md index cc06b4e..9bb8eac 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,12 @@ Dieses Modul stellt eine 2-Faktor-Authentisierung (zeitabhängiges Einmalpasswor Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer der folgenden Versionen: -- 6.3.x -- 6.4.x -- 6.5.x +- 7.0.x +- 7.1.x und dessen Anforderungen. -Im Standard wird das Flow- und Wave-Theme unterstützt. Andere Themes können Anpassungen erfordern. +Im Standard wird das Apex- (Twig) und Wave- (Smarty) Theme unterstützt. Andere Themes können Anpassungen erfordern. ## Erste Schritte diff --git a/metadata.php b/metadata.php index ec901f8..cdfb295 100644 --- a/metadata.php +++ b/metadata.php @@ -49,7 +49,7 @@ $aModule = [ 'de' => 'Einmalpasswort (TOTP) als zweiter Faktor bei der Anmeldung im OXID eSales Shop', 'en' => 'One-time password (TOTP) as second factor for login in OXID eSales shop', ], - 'version' => '2.1.1.0', + 'version' => '3.0.0.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',