File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
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 )
8
14
9
15
## [ 1.1.0] - 2018-12-18
10
16
@@ -37,6 +43,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
37
43
38
44
Initial release of the application
39
45
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
41
47
[ 1.1.0 ] : https://github.com/owncloud/files_external_dropbox/compare/v1.0.1...v1.1.0
42
48
[ 1.0.1 ] : https://github.com/owncloud/files_external_dropbox/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Administrators and users (when enabled) can find external storage configuration
16
16
<summary >Integrate Dropbox as an external storage</summary >
17
17
<licence >GPLv2</licence >
18
18
<author >Hemant Mann</author >
19
- <version >1.1 .0</version >
19
+ <version >1.2 .0</version >
20
20
<category >storage</category >
21
21
<documentation >
22
22
<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
28
28
</types >
29
29
30
30
<dependencies >
31
- <php min-version =" 5.6.4 " />
31
+ <php min-version =" 7.0.0 " />
32
32
<owncloud min-version =" 10.2" max-version =" 10" />
33
33
</dependencies >
34
34
<website >https://github.com/owncloud/files_external_dropbox/</website >
You can’t perform that action at this time.
0 commit comments