File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ 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
+ ## [ 2.0.0] - 2022-07-05
8
+
9
+ ### Changed
10
+
11
+ - [ #39387 ] ( https://github.com/owncloud/core/issues/39387 ) - Update guzzle major version to 7
12
+ - This version requires ownCloud 10.11.0 or above
8
13
9
14
## 1.0.0 - 2019-09-25
10
15
11
16
- Moved from core into a separate app - [ #2 ] ( https://github.com/owncloud/files_external_s3/pull/2 )
12
17
- Updated AWS SDK library to 3.110.3
13
18
14
- [ Unreleased ] : https://github.com/owncloud/files_external_s3/compare/1.0.0...master
19
+ [ Unreleased ] : https://github.com/owncloud/files_external_s3/compare/v2.0.0...master
20
+ [ 2.0.0 ] : https://github.com/owncloud/files_external_s3/compare/v1.0.0...v2.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Administrators and users (when enabled) can find external storage configuration
12
12
<summary >Integrate S3 object storages as external storages</summary >
13
13
<licence >GPLv2</licence >
14
14
<author >Robin McCorkell, Vincent Petry, Thomas Müller and many more</author >
15
- <version >1 .0.0</version >
15
+ <version >2 .0.0</version >
16
16
<category >storage</category >
17
17
<documentation >
18
18
<user >https://doc.owncloud.com/server/latest/user_manual/external_storage/external_storage.html</user >
Original file line number Diff line number Diff line change 1
1
# Organization and project keys are displayed in the right sidebar of the project homepage
2
2
sonar.organization =owncloud-1
3
3
sonar.projectKey =owncloud_files_external_s3
4
- sonar.projectVersion =1 .0
4
+ sonar.projectVersion =2.0 .0
5
5
sonar.host.url =https://sonarcloud.io
6
6
7
7
# =====================================================
You can’t perform that action at this time.
0 commit comments