Skip to content

Commit

Permalink
Merge pull request #608 from owncloud/release-0.7.2
Browse files Browse the repository at this point in the history
merge back Release 0.7.2
  • Loading branch information
DeepDiver1975 authored Oct 25, 2023
2 parents c1960d1 + bd7443a commit bd324ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ 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-08-11

### 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


## [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
Expand Down Expand Up @@ -174,7 +189,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
Expand Down
5 changes: 3 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
<repository type="git">http://github.com/owncloud/customgroups.git</repository>
<licence>AGPL</licence>
<author>Vincent Petry</author>
<version>0.7.0</version>
<version>0.7.2</version>
<documentation>
<user>https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html</user>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups</admin>
Expand All @@ -37,7 +37,8 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
</types>
<use-migrations>true</use-migrations>
<dependencies>
<owncloud min-version="10.4" max-version="10" />
<owncloud min-version="10.11" max-version="10" />
<php min-version="7.4" />
</dependencies>
<sabre>
<plugins>
Expand Down

0 comments on commit bd324ad

Please sign in to comment.