Skip to content

Commit

Permalink
prepare release-0.7.0 (for guzzle)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Jul 6, 2022
1 parent 3051447 commit 69dd706
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,12 @@ 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.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 +179,8 @@ 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.7.0...master
[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
4 changes: 2 additions & 2 deletions appinfo/info.xml
Expand Up @@ -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) </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.7.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" />
</dependencies>
<background-jobs>
<job>OCA\Market\CheckUpdateBackgroundJob</job>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0
sonar.host.url=https://sonarcloud.io

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

0 comments on commit 69dd706

Please sign in to comment.