Bug #21794 fixed, added to release current
This commit is contained in:
parent
0acb08f4ba
commit
3d4667d504
|
@ -4,7 +4,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.5.1-SNAPSHOT] - 2021-05-25
|
## [v1.5.1] - 2021-07-13
|
||||||
|
|
||||||
- Feature #21507 support new UMATokensProvider class
|
- Feature #21507 support new UMATokensProvider class
|
||||||
- Bug #21794 folder names were not URI encoded
|
- Bug #21794 folder names were not URI encoded
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<artifactId>workspace-widget-portlet</artifactId>
|
<artifactId>workspace-widget-portlet</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>workspace-widget-portlet Portlet</name>
|
<name>workspace-widget-portlet Portlet</name>
|
||||||
<version>1.5.1-SNAPSHOT</version>
|
<version>1.5.1</version>
|
||||||
<description>
|
<description>
|
||||||
Workspace Widget Portlet is a small Front-end component looking like G Drive which exposes the content of the user's workspace or VRE Folders in read only mode.
|
Workspace Widget Portlet is a small Front-end component looking like G Drive which exposes the content of the user's workspace or VRE Folders in read only mode.
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue