Skip to content

Commit 015705c

Browse files
authored
Merge pull request #620 from owncloud/release-0.12.4
release: 0.12.4
2 parents acb98ca + b0657cb commit 015705c

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The 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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_guests
4-
sonar.projectVersion=0.12.3
4+
sonar.projectVersion=0.12.4
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)