adjust version information
This commit is contained in:
parent
24d1cd6688
commit
957d1cfc7c
@ -4,7 +4,9 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.1...rel_2.x)
|
## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/2.1.0.0...rel_2.x)
|
||||||
|
|
||||||
|
## [2.1.0.0](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.1...2.1.0.0) - 2023-02-18
|
||||||
- add compatibility to D3 Webauthn plugin
|
- add compatibility to D3 Webauthn plugin
|
||||||
- installable in OXID 6.5.1
|
- installable in OXID 6.5.1
|
||||||
|
|
||||||
|
2
src/metadata.php
Normal file → Executable file
2
src/metadata.php
Normal file → Executable file
@ -57,7 +57,7 @@ $aModule = [
|
|||||||
'de' => 'Einmalpasswort (TOTP) als zweiter Faktor bei der Anmeldung im OXID eSales Shop',
|
'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',
|
'en' => 'One-time password (TOTP) as second factor for login in OXID eSales shop',
|
||||||
],
|
],
|
||||||
'version' => '2.0.0.1',
|
'version' => '2.1.0.0',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Loading…
Reference in New Issue
Block a user