Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c85b944e00 | |||
6dc3c82fa3 | |||
ec4e86c5f8 |
@ -4,7 +4,11 @@ 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.1.0.0...rel_2.x)
|
## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/2.1.1.0...rel_2.x)
|
||||||
|
|
||||||
|
## [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
|
||||||
|
- installable in OXID 6.5.2 + 6.5.3
|
||||||
|
|
||||||
## [2.1.0.0](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.1...2.1.0.0) - 2023-02-18
|
## [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
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"ext-xmlwriter": "*",
|
"ext-xmlwriter": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"oxid-esales/oxideshop-ce": "6.8.0 - 6.13",
|
"oxid-esales/oxideshop-ce": "6.8.0 - 6.14",
|
||||||
"spomky-labs/otphp": "^10.0 || ^11.0",
|
"spomky-labs/otphp": "^10.0 || ^11.0",
|
||||||
"bacon/bacon-qr-code": "^2.0",
|
"bacon/bacon-qr-code": "^2.0",
|
||||||
"laminas/laminas-math": "^3.2",
|
"laminas/laminas-math": "^3.2",
|
||||||
|
BIN
src/logo.png
Normal file
BIN
src/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -57,10 +57,11 @@ $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.1.0.0',
|
'version' => '2.1.1.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/',
|
||||||
|
'thumbnail' => 'logo.png',
|
||||||
'extend' => [
|
'extend' => [
|
||||||
UserController::class => d3_totp_UserController::class,
|
UserController::class => d3_totp_UserController::class,
|
||||||
PaymentController::class => d3_totp_PaymentController::class,
|
PaymentController::class => d3_totp_PaymentController::class,
|
||||||
|
Loading…
Reference in New Issue
Block a user