Skip to content

Commit

Permalink
Merge pull request #2015 from owncloud/adjusted-changelog-for-0-2-3
Browse files Browse the repository at this point in the history
Adjusted changelog and version for 0.2.3
  • Loading branch information
Vincent Petry authored Sep 19, 2019
2 parents 58b0233 + c6cc5f3 commit ee3b72e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.2.3]
### Added
- Acceptance tests for public links https://github.com/owncloud/phoenix/pull/1886
- Set X-Requested-With header - required ownCloud 10.3 https://github.com/owncloud/phoenix/pull/1984
- Use 2 spaces instead of tab for feature files https://github.com/owncloud/phoenix/pull/2004
- Test sharing a file via public link https://github.com/owncloud/phoenix/pull/1981
- Handle OAuth/OpenIdConnect error in callback request query string https://github.com/owncloud/phoenix/pull/2011
- Enable loading apps from external sites https://github.com/owncloud/phoenix/pull/1986
- Add default client side sort https://github.com/owncloud/phoenix/pull/1972

### Fixed
- Public link permissions mix up https://github.com/owncloud/phoenix/pull/1985
- Downgrade vuex-persist to 2.0.1 to fix IE11 issues https://github.com/owncloud/phoenix/pull/2007

## [0.2.2]
### Added
- Show error message when user tries to upload a folder in IE11 https://github.com/owncloud/phoenix/pull/1956
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an early release with known limitations and missing features.
Please report and findings in https://talk.owncloud.com/channel/phoenix </description>
<licence>AGPLv3</licence>
<author>Felix Heidecke, Oshan Mudannayake, Thomas Müller, Lukáš Hirt, Julian Müller</author>
<version>0.2.2</version>
<version>0.2.3</version>
<category>tools</category>
<dependencies>
<owncloud min-version="10.2.1" max-version="10" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owncloud_phoenix",
"title": "ownCloud Phoenix",
"icon": "folder",
"version": "0.2.2",
"version": "0.2.3",
"description": "A safe home for all your data",
"main": "core/core.bundle.js",
"scripts": {
Expand Down

0 comments on commit ee3b72e

Please sign in to comment.