diff --git a/CHANGELOG.md b/CHANGELOG.md index 543a6d2b..fc48c102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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] +## [0.8.0] - 2023-08-11 -- +### Changed + +- [#1233](https://github.com/owncloud/market/pull/1233) - Always return an int from Symfony Command execute method +- [#1230](https://github.com/owncloud/market/pull/1230) - Update suggested use for major update +- Minimum core version 10.11, minimum php version 7.4 +- Dependencies updated + +## [0.7.0] - 2022-07-05 + +### Changed + +- [#39387](https://github.com/owncloud/core/issues/39387) - Update guzzle major version to 7 +- This version requires ownCloud 10.11.0 or above ## [0.6.3] - 2022-02-16 @@ -176,7 +188,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Skip migrations when reinstalling missing code - [#76](https://github.com/owncloud/market/issues/76) - Reset overwritten core css styles - [#73](https://github.com/owncloud/market/issues/73) -[Unreleased]: https://github.com/owncloud/market/compare/v0.6.3...master +[Unreleased]: https://github.com/owncloud/market/compare/v0.8.0...master +[0.8.0]: https://github.com/owncloud/market/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/owncloud/market/compare/v0.6.3...v0.7.0 [0.6.3]: https://github.com/owncloud/market/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/owncloud/market/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/owncloud/market/compare/v0.6.0...v0.6.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 06fde638..4ea8c42f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,12 +9,13 @@ Please note: Since ownCloud X (10.0) every instance gets shipped with this app i To use this application click on "Files" in the top left corner and click on "Market" (cart icon) (Administrator privileges required) AGPL Thomas Müller, Felix Heidecke, Thomas Börger, Philipp Schaffrath, Viktar Dubiniuk - 0.6.3 + 0.8.0 tools https://raw.githubusercontent.com/owncloud/screenshots/master/market/ownCloud-market-app.jpg - + + OCA\Market\CheckUpdateBackgroundJob diff --git a/sonar-project.properties b/sonar-project.properties index a64049b4..5a066d13 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_market -sonar.projectVersion=0.6.3 +sonar.projectVersion=0.8.0 sonar.host.url=https://sonarcloud.io # =====================================================