File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased] - ...
7+ ## [ Unreleased]
8+
9+
10+ ## [ 0.12.4] - 2024-01-23
11+
12+ ### Fixed
13+
14+ - [ #600 ] ( https://github.com/owncloud/guests/pull/600 ) - fix: Update AppWhitelist.php add always enabled apps to core whitelist #600
15+ - [ #612 ] ( https://github.com/owncloud/guests/pull/612 ) - fix: respect the usewhitelist flag #612
16+ - [ #613 ] ( https://github.com/owncloud/guests/pull/613 ) - fix: respect default_language for guests invitation
17+ - [ #617 ] ( https://github.com/owncloud/guests/pull/617 ) - fix: harden apis
818
919
1020## [ 0.12.3] - 2023-09-05
@@ -239,7 +249,8 @@ This release consists mostly of internal changes to adapt the guest app to ownCl
239249
240250- Core functionality
241251
242- [ Unreleased ] : https://github.com/owncloud/guests/compare/v0.12.3...master
252+ [ Unreleased ] : https://github.com/owncloud/guests/compare/v0.12.4...master
253+ [ 0.12.4 ] : https://github.com/owncloud/guests/compare/v0.12.3...v0.12.4
243254[ 0.12.3 ] : https://github.com/owncloud/guests/compare/v0.12.2...v0.12.3
244255[ 0.12.2 ] : https://github.com/owncloud/guests/compare/v0.12.1...v0.12.2
245256[ 0.12.1 ] : https://github.com/owncloud/guests/compare/v0.12.0...v0.12.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Furthermore guests are fully auditable with the [ownCloud Auditing application](
1919- Video: [ownCloud X Insights: Guest Users](https://www.youtube.com/watch?v=L42PBHgqKVI)
2020 </description >
2121 <namespace >Guests</namespace >
22- <version >0.12.3 </version >
22+ <version >0.12.4 </version >
2323 <documentation >
2424 <user >https://doc.owncloud.com/server/latest/user_manual/files/webgui/sharing.html?highlight=guest#sharing-files-with-guest-users</user >
2525 </documentation >
Original file line number Diff line number Diff line change 11# Organization and project keys are displayed in the right sidebar of the project homepage
22sonar.organization =owncloud-1
33sonar.projectKey =owncloud_guests
4- sonar.projectVersion =0.12.3
4+ sonar.projectVersion =0.12.4
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments