Skip to content

Commit fc0e5fd

Browse files
authored
Merge pull request #854 from nextcloud/release/v2.3.0
Release v2.3.0
2 parents ea74c0a + 47693ba commit fc0e5fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

4+
5+
## 2.3.0 – 2023-09-01
6+
### Fixed
7+
- Add title attr to main button
8+
49
## 2.2.0 – 2023-05-15
510
### Changed
611
- Added Nextcloud 27 compatibility

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description><![CDATA[Requires users to accept the terms of service before accessing data.
88
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
99

10-
<version>2.2.0</version>
10+
<version>2.3.0</version>
1111
<licence>agpl</licence>
1212
<author>Joas Schilling</author>
1313

@@ -29,7 +29,7 @@ This product includes GeoLite2 data created by MaxMind, available from [maxmind.
2929
<screenshot>https://github.com/nextcloud/terms_of_service/raw/master/docs/notification-and-settings.png</screenshot>
3030

3131
<dependencies>
32-
<nextcloud min-version="25" max-version="27" />
32+
<nextcloud min-version="26" max-version="28" />
3333
</dependencies>
3434

3535
<repair-steps>

0 commit comments

Comments
 (0)