Skip to content

Commit 30e0d9f

Browse files
committed
release v4.3.0
Signed-off-by: greta <[email protected]>
1 parent 04e08a2 commit 30e0d9f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 4.3.0
9+
### Fixed
10+
- Show ToS on non-files public pages (calendar/collectives/talk)
11+
- Accept ToS during login flow
12+
813
## 4.2.0
914
### Added
1015
- Return 403 TermsNotSignedException on propfinds

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[Requires users to accept the terms of service before accessing data.
1212
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
1313

14-
<version>4.2.0</version>
14+
<version>4.3.0</version>
1515
<licence>agpl</licence>
1616
<author>Joas Schilling</author>
1717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terms_of_service",
33
"description": "Requires users to accept the terms of service before accessing data.",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"author": "Joas Schilling <[email protected]>",
66
"license": "AGPL-3.0-or-later",
77
"private": true,

0 commit comments

Comments
 (0)