#19317 Just to include the storagehub-client-wrapper at 1.0.0 version

task_23225
Francesco Mangiacrapa 4 years ago
parent d5c979fe26
commit 0f04c1e4bb

@ -1,27 +1,34 @@
# Changelog for workspace-uploader
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.0.6] - 2020-07-15
## [v2-0-5] [r4-23-0] - [2020-05-14]
[#19317] Just to include the storagehub-client-wrapper at 1.0.0 version
**Fixes**
#### Fixes
[#19243] upload archive facility does not work properly with Windows OS
[#19232] manage file names that use special characters
## [v2.0.5] - 2020-05-14
#### Fixes
[#19243] upload archive facility does not work properly with Windows OS
[#19232] manage file names that use special characters
## [2-0-4] - [2019-12-19]
Ported to Git and Jenkins
## [v2.0.4] - 2019-12-19
Updated to Git and Jenkins
## [2-0-3] - [2019-09-15]
## [v2.0.3] - 2019-09-15
[Task #17152] Workspace uploader: avoid . (dot) char added as suffix when the filename does not contain an extension
@ -30,22 +37,19 @@ Ported to Git and Jenkins
[Bug #17450] Workspace: Notifications about file updated (New versions) is never generated
## [2-0-2] - [2019-04-01]
## [v2.0.2] - 2019-04-01
[Incident #16285] Bug fixing
[Feature #13327] Checking permission before uploading
## [2-0-1] - [2019-01-30]
## [v2.0.1] - 2019-01-30
[Bug #13232] Fixing it
## [2-0-0] - [2018-09-19]
## [v2.0.0] - 2018-09-19
[Feature #11722] Workspace Uploader - Update to StorageHUB
@ -54,8 +58,7 @@ In case of 100% added the message "Finalising the upload of [filename]"
[Task #12470] Check uploading of files in the Workpace by the drag and drop facility on Windows Operating System
## [1-8-0] - [2017-03-27]
## [v1.8.0] - 2017-03-27
[Task #7820] DaD and Browse: create new version of existing items added
@ -64,8 +67,7 @@ Removed currUserId parameter from client-side
Updated message displaying also version of file after upload completed
## [1-7-0] - [2017-02-23]
## [v1.7.0] - 2017-02-23
Removed currUserId parameter from client-side
@ -74,46 +76,38 @@ Removed currUserId parameter from client-side
Integrated with file versioning
## [1-6-0] - [2016-12-01]
## [v1.6.0] - 2016-12-01
Feature #5901 Remove ASL Dependency from workspace-uploader Widget
Bug #6096 Fixed
## [1-4-0] - [2016-05-31]
## [v1.4.0] - 2016-05-31
[Feature #4128] Migration to Liferay 6.2
## [1-3-0] - [2016-05-18]
## [v1.3.0] - 2016-05-18
[Feature #4055] DnD multiple instances
## [1-2-0] - [2016-05-09]
## [v1.2.0] - 2016-05-09
[Feature #3962] Sequential upload status
## [1-1-0] - [2016-01-08]
## [v1.1.0] - 2016-01-08
Bug Fixed #1333
## [1-0-1] - [2015-12-16]
## [v1.0.1] - 2015-12-16
Bug Fixed - https://support.d4science.org/issues/1824
## [1-0-0] - [2015-08-07]
## [v1.0.0] - 2015-08-07
first release

@ -14,7 +14,7 @@
<includes>
<include>README.md</include>
<include>LICENSE.md</include>
<include>changelog.md</include>
<include>CHANGELOG.md</include>
<include>profile.xml</include>
</includes>
<fileMode>755</fileMode>

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-uploader</artifactId>
<packaging>jar</packaging>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
<name>Workspace Uploader Widget</name>
<description>Workspace Uploader Widget allows your application to upload file/s in the gCube Workspace</description>
<scm>
@ -127,7 +127,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-wrapper</artifactId>
<version>[0.6.0, 1.0.0-SNAPSHOT)</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- JSON PARSER -->

Loading…
Cancel
Save