From 8266a35319bbfc498efe00d44ecf4fe5f1a3b8de Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Mon, 10 Jul 2023 19:27:12 +0200 Subject: [PATCH 1/5] prepare release-8.0.0 cherry pick forgotten merge back of 0.7.0 --- CHANGELOG.md | 17 ++++++++++++++--- appinfo/info.xml | 4 ++-- sonar-project.properties | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543a6d2b..ab893e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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-07-10 -- +### Changed + +- + +## [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 +185,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..5c008461 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,12 +9,12 @@ 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 # ===================================================== From 33e5ddded3632174f27e1683cf69c1e3ba14f2e9 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Mon, 10 Jul 2023 19:37:36 +0200 Subject: [PATCH 2/5] update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab893e63..7e5db5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### 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 ## [0.7.0] - 2022-07-05 From 9eb41ed1d24ab087b9e74b94c77a10247a14e80e Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Fri, 14 Jul 2023 09:18:01 +0200 Subject: [PATCH 3/5] bump minimums: 10.11 & php 7.4 --- CHANGELOG.md | 1 + appinfo/info.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5db5b5..f20f1f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [#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 ## [0.7.0] - 2022-07-05 diff --git a/appinfo/info.xml b/appinfo/info.xml index 5c008461..4ea8c42f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,6 +15,7 @@ To use this application click on "Files" in the top left corner and click on "Ma https://raw.githubusercontent.com/owncloud/screenshots/master/market/ownCloud-market-app.jpg + OCA\Market\CheckUpdateBackgroundJob From 5021469324734a5b7d479976ea84a0bf685515c1 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Thu, 27 Jul 2023 20:37:00 +0200 Subject: [PATCH 4/5] bump CHANGELOG timestamp --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20f1f46..d61c5b8f 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.8.0] - 2023-07-10 +## [0.8.0] - 2023-07-27 ### Changed From 28f49394cb4b944642f1f5d78fe3092d34adbda5 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Fri, 11 Aug 2023 14:49:06 +0200 Subject: [PATCH 5/5] CHANGELOG up --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61c5b8f..fc48c102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ 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.8.0] - 2023-07-27 +## [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