Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]


## [0.7.1] - 2026-07-22

### Changed
- Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release.

## [0.7.0] - 2026-06-29

### Changed
- ownCloud 11 compatible release (oc 11.0.0-rc1).

## [0.6.0] - 2019-11-28

## Fixed
Expand All @@ -22,6 +33,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Set max version to 10

[Unreleased]: https://github.com/owncloud/user_external/compare/v0.6.0...master
[Unreleased]: https://github.com/owncloud/user_external/compare/v0.7.1..master
[0.7.1]: https://github.com/owncloud/user_external/compare/v0.7.0..v0.7.1
[0.7.0]: https://github.com/owncloud/user_external/compare/v0.6.0..v0.7.0
[0.6.0]: https://github.com/owncloud/user_external/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/owncloud/user_external/compare/v0.4.1...v0.5.0
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<owncloud min-version="11" max-version="11" />
<php min-version="8.3" />
</dependencies>
<version>0.7.0</version>
<version>0.7.1</version>
<types>
<authentication/>
<prelogin/>
Expand Down