Skip to content

Commit

Permalink
Beautify changelog, change version in package.json also, update depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
nursoda committed Apr 6, 2022
1 parent e9553b5 commit 8f4fcd1
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 113 deletions.
33 changes: 15 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
# 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)

## 2.2.0 (2022-04-03)
## 2.2.0 (2022-04-05)
### Added
- Support for NC 24 (tested against beta2)
- Support for Nextcloud 24 (tested against beta 2)
- Support for PHP 8.1
- German app description
### Changed
- UI: re-add submit button
- UI: Don't show email address during 2FA
- Don't show email address in 2FA
- Re-add submit button in 2FA
### Removed
- Support for NC ≤21
- Support for PHP ≤7.3
- Support for Nextcloud 19 and 20
- Support for PHP 7.2
### Security
- Update libraries

## 2.1.1 (2021-09-28)
### Added
- Support NC 23
- Support for Nextcloud 23
### Changed
- UI: new app icon, rephrase strings

## 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
- Support for Nextcloud 22

## 2.0.0 (2020-12-23)

### Added
- Support for NC ≤21

- Support for Nextcloud 21
- Support for PHP 8.0
- Static code analysis and code standard checks
### Deprecated
- Support for NC <19

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

## 1.0.0 (2019-08-27)
### Changed
- Moved to vue and proper setup flow
- Support for Nextcloud 18
- Support for PHP 7.1
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<id>twofactor_email</id>
<version>2.2.0</version>
<dependencies>
<nextcloud min-version="22" max-version="24" />
<php min-version="7.4" max-version="8.1" />
<nextcloud min-version="21" max-version="24" />
<php min-version="7.3" max-version="8.1" />
</dependencies>
<repository type="git">https://github.com/nursoda/twofactor_email.git</repository>
<licence>agpl</licence>
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"require-dev": {
"nextcloud/coding-standard": ">=0.5.0",
"psalm/phar": ">=4.9.2"
},
"require": {
"php": ">=7.3 <8.2"
}
}
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f4fcd1

Please sign in to comment.