From b66763694b0f8883ef02fc745f8747facea54a20 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 13 Jul 2022 09:40:54 +0200 Subject: [PATCH] Weblet manager is now instanciable --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- src/main/webapp/WEB-INF/liferay-portlet.xml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e8fa4..ab4aa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [v1.2.1-SNAPSHOT] - 2022-07-13 + + - Weblet manager is now instanciable (can appear more than once on a page) + ## [v1.2.0] - 2022-02-18 - Added Weblet support diff --git a/pom.xml b/pom.xml index cfa4524..993019d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ VREApp-Integration-portlet war VREApp-Integration-portlet Portlet - 1.2.0 + 1.2.1-SNAPSHOT ${project.basedir}/distro UTF-8 diff --git a/src/main/webapp/WEB-INF/liferay-portlet.xml b/src/main/webapp/WEB-INF/liferay-portlet.xml index 670276c..a0f5274 100644 --- a/src/main/webapp/WEB-INF/liferay-portlet.xml +++ b/src/main/webapp/WEB-INF/liferay-portlet.xml @@ -55,6 +55,7 @@ weblet-manager /icon.png org.gcube.portlets.user.weblet.WebletConfigurationAction + true false /css/main.css