File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55
66
7- ## [ Unreleased] -
7+ ## [ 0.9.1] - 2024-04-11
8+
9+ - [ #626 ] ( https://github.com/owncloud/customgroups/pull/626 ) - fix: implement hooks to properly cleanup users upon complete removal
810
911
1012## [ 0.9.0] - 2024-02-21
@@ -210,7 +212,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
210212
211213- Fixes spinner issues - [ #47 ] ( https://github.com/owncloud/customgroups/issues/47 )
212214
213- [ Unreleased ] : https://github.com/owncloud/customgroups/compare/v0.9.0...master
215+ [ Unreleased ] : https://github.com/owncloud/customgroups/compare/v0.9.1...master
216+ [ 0.9.1 ] : https://github.com/owncloud/customgroups/compare/v0.9.0...v0.9.1
214217[ 0.9.0 ] : https://github.com/owncloud/customgroups/compare/v0.8.0...v0.9.0
215218[ 0.8.0 ] : https://github.com/owncloud/customgroups/compare/v0.7.2...v0.8.0
216219[ 0.7.2 ] : https://github.com/owncloud/customgroups/compare/v0.7.1...v0.7.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
2424 <repository type =" git" >http://github.com/owncloud/customgroups.git</repository >
2525 <licence >AGPL</licence >
2626 <author >Vincent Petry</author >
27- <version >0.9.0 </version >
27+ <version >0.9.1 </version >
2828 <documentation >
2929 <user >https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html</user >
3030 <admin >https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups</admin >
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_customgroups
4- sonar.projectVersion =0.9.0
4+ sonar.projectVersion =0.9.1
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments