From 6506c4c22583c662f382c9535c22c9c609efe3f5 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Wed, 28 Jun 2023 18:31:14 +0200 Subject: [PATCH 1/4] Prepare 0.7.2 --- CHANGELOG.md | 20 ++++++++++++++++++-- appinfo/info.xml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c5b55f..9de2bf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] - XXXX-XX-XX +## [0.7.2] - 2023-06-27 + +### Changed + + - [#578](https://github.com/owncloud/customgroups/issues/578) - [full-ci] Adjust dispatch calls for Symfony 5 + - Dependencies updated + - Strings updated + + +## [0.7.1] - 2023-09-16 + +### Fixed + + - [#536](https://github.com/owncloud/customgroups/issues/536) - Fix 'Import as CSV'-button alignment on small screens + - Translation updates ## [0.7.0] - 2022-08-19 @@ -174,7 +188,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixes spinner issues - [#47](https://github.com/owncloud/customgroups/issues/47) -[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.7.0...master +[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.7.2...master +[0.7.2]: https://github.com/owncloud/customgroups/compare/v0.7.1...v0.7.2 +[0.7.1]: https://github.com/owncloud/customgroups/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/owncloud/customgroups/compare/v0.6.2...v0.7.0 [0.6.2]: https://github.com/owncloud/customgroups/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/owncloud/customgroups/compare/v0.6.0...v0.6.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index ef913f12..f6063d16 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh http://github.com/owncloud/customgroups.git AGPL Vincent Petry - 0.7.0 + 0.7.2 https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups From b29e0193a184fa44008d6506cebf9a559a46ff80 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Fri, 14 Jul 2023 09:18:01 +0200 Subject: [PATCH 2/4] bump minimums: 10.11 & php 7.4 --- CHANGELOG.md | 1 + appinfo/info.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de2bf1c..061ddd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed - [#578](https://github.com/owncloud/customgroups/issues/578) - [full-ci] Adjust dispatch calls for Symfony 5 + - Minimum core version 10.11, minimum php version 7.4 - Dependencies updated - Strings updated diff --git a/appinfo/info.xml b/appinfo/info.xml index f6063d16..f27e9512 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -37,7 +37,8 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh true - + + From e884d4715ada51ec52c128d0afb2cb6f44f37a08 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Thu, 27 Jul 2023 20:27:26 +0200 Subject: [PATCH 3/4] bump CHANGELOG timestamp --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061ddd99..578cd7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [0.7.2] - 2023-06-27 +## [0.7.2] - 2023-07-27 ### Changed From bd7443a6faa1d687fe92dfcc33ab3c88a8707a08 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Fri, 11 Aug 2023 14:30:34 +0200 Subject: [PATCH 4/4] changelog up --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578cd7e9..f9638788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [0.7.2] - 2023-07-27 +## [0.7.2] - 2023-08-11 ### Changed