From f3ab62d07acdb7a548731ba0ee9db6d460f8d4d8 Mon Sep 17 00:00:00 2001 From: Florian Nari Date: Mon, 8 Jul 2024 18:11:10 +0200 Subject: [PATCH] Tag v1.3.0 --- README.md | 8 +++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee2055c..f510c9c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ Manager for the esup-otp-api. Allow users to edit theirs preferences and admins to administrate ;) ### Version -1.2 -- validate TOTP and random_code(_mail) transport before activation -- update some dependencies (requires "npm install") +1.3 **Require "npm install"** +- support Webauthn (**require esup-otp-api v1.5.0**) +- update dependency versions +- fix some accessibility problems (**may break custom CSS**) +- allow international phone number (To authorize only certain numbers. Modify the [regex in the app.js file](https://github.com/EsupPortail/esup-otp-manager/blob/master/public/javascripts/app.js#L446) ) ### Requirements - [esup-otp-api](https://github.com/EsupPortail/esup-otp-api) diff --git a/package-lock.json b/package-lock.json index 5631f5a..697ded4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esup-otp-manager", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "esup-otp-manager", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "body-parser": "~1.20.2", diff --git a/package.json b/package.json index cc1f790..571ce19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esup-otp-manager", - "version": "1.2.1", + "version": "1.3.0", "private": true, "repository": { "type": "git",