We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2828a4b commit 9c6822fCopy full SHA for 9c6822f
1 file changed
CHANGELOG.md
@@ -3,6 +3,20 @@ This file is a running track of new features and fixes to each version of the pa
3
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
6
+## [Unreleased]
7
+### Changed
8
+* Changed minimum PHP version is now 8.0 instead of `7.4`.
9
+* Upgraded from Laravel 8 to Laravel 9.
10
+
11
+## v1.10.4
12
+### Fixed
13
+* Fixed an issue where subusers could be given permissions that are not actually registered or used.
14
+* Fixed an issue where node FQDNs could not just be IP addresses.
15
16
17
+* Change maximum number of API keys per user from `10` to `25`.
18
+* Change byte unit prefix from `B` to `iB` to better reflect our usage of base 2 (multiples of 1024).
19
20
## v1.10.3
21
### Fixed
22
* S3 Backup driver now supports Cloudflare R2.
0 commit comments