Skip to content

Commit

Permalink
Modify min/max versions, reset app name to english
Browse files Browse the repository at this point in the history
  • Loading branch information
nursoda committed Apr 3, 2022
1 parent a45eaa0 commit e9553b5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
53 changes: 34 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,43 @@
# Changelog
Notable changes in [changelog format](https://keepachangelog.com/en/1.0.0/)
Project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
Notable changes in [changelog format](https://keepachangelog.com/en/1.0.0/), project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## Unreleased
- Don't show email address in challenge
- Localize info.xml
## 2.2.0 (2022-04-03)
### Added
- Support for NC 24 (tested against beta2)
- Support for PHP 8.1
- German app description
### Changed
- UI: re-add submit button
- UI: Don't show email address during 2FA
### Removed
- Support for NC ≤21
- Support for PHP ≤7.3
### Security
- Update libraries

## 2.1.1 - 2021-09-28
- Support NC 23 (tested against current master daily)
## 2.1.1 (2021-09-28)
### Added
- Support NC 23
### Changed
- UI: new app icon, rephrase strings
- App store: initial screenshots, update description
- Documentation: initial wiki on GitHub

## 2.1.0 - 2021-09-11
- Version 2.1.0 (store) = 2.0.1 (GitHub)
- Support NC 22 and PHP 8.0
## 2.1.0 (2021-09-11)
Note: Version 2.1.0 (store) = 2.0.1 (GitHub)
### Added
- Support for NC 22
- Support for PHP 8.0

## 2.0.0 - 2020-12-23
- Support NC 19/20/21, removed support for NC <19
- Added static code analysis and code standard checks
## 2.0.0 (2020-12-23)
### Added
- Support for NC ≤21
- Static code analysis and code standard checks
### Deprecated
- Support for NC <19

## 1.0.1 - 2020-02-10
- Support NC 18 and PHP 7.4
## 1.0.1 (2020-02-10)
### Added
- Support for NC 18 and PHP 7.4

## 1.0.0 - 2019-08-27
## 1.0.0 (2019-08-27)
### Changed
- Moved to vue and proper setup flow

11 changes: 5 additions & 6 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_email</id>
<version>2.1.1</version>
<version>2.2.0</version>
<dependencies>
<nextcloud min-version="19" max-version="23" />
<php min-version="7.2" max-version="8.0" />
<nextcloud min-version="22" max-version="24" />
<php min-version="7.4" max-version="8.1" />
</dependencies>
<repository type="git">https://github.com/nursoda/twofactor_email.git</repository>
<licence>agpl</licence>
Expand All @@ -25,10 +25,9 @@
<screenshot small-thumbnail="https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/select-auth_thumb.png">https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/challenge.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/settings-before.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/settings-after.png</screenshot>
<name lang="en">Two-Factor Email</name>
<name lang="de">Zwei-Faktor E-Mail</name>
<name>Two-Factor Email</name>
<summary lang="en">Two-Factor Email Provider</summary>
<summary lang="de">Zwei-Faktor E-Mail Anbieter</summary>
<summary lang="de">Zwei-Faktor E-Mail Provider</summary>
<description lang="en">This app allows users to set up email as a second factor for web logins. It requires that an email address is set in 'Personal info'. It currently cannot be used on first login when two-factor authentication is enforced (not implemented yet).</description>
<description lang="de">Diese App ermöglicht es Benutzern, E-Mail als zweiten Faktor für Webanmeldungen einzurichten. Sie setzt voraus, dass eine E-Mail-Adresse in den persönlichen Einstellungen hinterlegt ist. Sie kann derzeit nicht für die erste Anmeldung verwendet werden, wenn die Zwei-Faktor-Authentifizierung erzwungen wird.</description>
</info>

0 comments on commit e9553b5

Please sign in to comment.