Skip to content

Commit

Permalink
Merge pull request #1301 from owncloud/release-0.8.0
Browse files Browse the repository at this point in the history
merge back Release 0.8.0
  • Loading branch information
jnweiger authored Nov 1, 2023
2 parents e22a92e + 93eae8f commit 7deb0d4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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) </description>
<licence>AGPL</licence>
<author>Thomas Müller, Felix Heidecke, Thomas Börger, Philipp Schaffrath, Viktar Dubiniuk</author>
<version>0.6.3</version>
<version>0.8.0</version>
<default_enable/>
<category>tools</category>
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/master/market/ownCloud-market-app.jpg</screenshot>
<dependencies>
<owncloud min-version="10.5" max-version="10" />
<owncloud min-version="10.11" max-version="10" />
<php min-version="7.4" />
</dependencies>
<background-jobs>
<job>OCA\Market\CheckUpdateBackgroundJob</job>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

# =====================================================
Expand Down

0 comments on commit 7deb0d4

Please sign in to comment.