Comparer les révisions
3 Révisions
Auteur | 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/),
|
||||
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
|
||||
- add compatibility to D3 Webauthn plugin
|
||||
|
@ -46,7 +46,7 @@
|
||||
"php": ">=7.2",
|
||||
"ext-xmlwriter": "*",
|
||||
"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",
|
||||
"bacon/bacon-qr-code": "^2.0",
|
||||
"laminas/laminas-math": "^3.2",
|
||||
|
BIN
src/logo.png
Fichier normal
BIN
src/logo.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 4.4 KiB |
@ -57,10 +57,11 @@ $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.0.0',
|
||||
'version' => '2.1.1.0',
|
||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||
'email' => 'support@shopmodule.com',
|
||||
'url' => 'https://www.oxidmodule.com/',
|
||||
'thumbnail' => 'logo.png',
|
||||
'extend' => [
|
||||
UserController::class => d3_totp_UserController::class,
|
||||
PaymentController::class => d3_totp_PaymentController::class,
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user