Skip to content

Commit 566679c

Browse files
committed
Bump version, edit changelog
1 parent 8e5213e commit 566679c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.2.0]
8+
9+
### Changed
10+
- Update dependencies - [#70](https://github.com/owncloud/files_external_dropbox/issues/70)
11+
- Composer dependency bumps 20190730 - [#62](https://github.com/owncloud/files_external_dropbox/issues/62)
12+
- Composer dependency bumps 20190529 - [#61](https://github.com/owncloud/files_external_dropbox/issues/61)
13+
- Drop PHP 5.6 - [#55](https://github.com/owncloud/files_external_dropbox/issues/55)
814

915
## [1.1.0] - 2018-12-18
1016

@@ -37,6 +43,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3743

3844
Initial release of the application
3945

40-
[Unreleased]: https://github.com/owncloud/files_external_dropbox/compare/v1.1.0...master
46+
[1.2.0]: https://github.com/owncloud/files_external_dropbox/compare/v1.1.0...v1.2.0
4147
[1.1.0]: https://github.com/owncloud/files_external_dropbox/compare/v1.0.1...v1.1.0
4248
[1.0.1]: https://github.com/owncloud/files_external_dropbox/compare/v1.0.0...v1.0.1

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Administrators and users (when enabled) can find external storage configuration
1616
<summary>Integrate Dropbox as an external storage</summary>
1717
<licence>GPLv2</licence>
1818
<author>Hemant Mann</author>
19-
<version>1.1.0</version>
19+
<version>1.2.0</version>
2020
<category>storage</category>
2121
<documentation>
2222
<user>https://doc.owncloud.com/server/latest/user_manual/external_storage/external_storage.html?highlight=dropbox</user>
@@ -28,7 +28,7 @@ Administrators and users (when enabled) can find external storage configuration
2828
</types>
2929

3030
<dependencies>
31-
<php min-version="5.6.4"/>
31+
<php min-version="7.0.0"/>
3232
<owncloud min-version="10.2" max-version="10"/>
3333
</dependencies>
3434
<website>https://github.com/owncloud/files_external_dropbox/</website>

0 commit comments

Comments
 (0)