diff --git a/build.gradle b/build.gradle index bdc1d82b..51270c04 100644 --- a/build.gradle +++ b/build.gradle @@ -725,7 +725,7 @@ tasks.register('downloadPoshi', Copy) { } group 'de.dm.intellij.liferay' -version '0.0.15' +version '0.0.16' configurations.poshiImplementation.setCanBeResolved(true) diff --git a/changelog.md b/changelog.md index 13cb9834..a253052a 100644 --- a/changelog.md +++ b/changelog.md @@ -3,19 +3,21 @@ Liferay Plugin for IntelliJ All notable changes to this project will be documented in this file. +## 0.0.16 +- Feature: Experimental Poshi support +- Feature: Add Freemarker debugging support in Application Display Templates for the Similar Results portlet +- Bugfix: Execution of Liferay groovy scripts required Java 17 (now Java 11 is enough) +- Bugfix: Freemarker debugging did not work ins some Application Display Templates due to API changes in newer Liferay versions +- Bugfix: Implicit variables for Blog Application Display Templates in newer Liferay versions + ## 0.0.15 - Feature: Ability to compare theme files with the original files from the parent theme - Feature: Resolve configurationPid OSGi properties to configuration interface classes - Feature: Add inspection to check if a Meta Configuration ID matches the full qualified classname of the interface -- Feature: Experimental Poshi support -- Feature: Add Freemarker debugging support in Application Display Templates for the Similar Results portlet - Change: Remove inspection about aui:fieldset must be inside an aui:fieldset-group (tag has been removed in Liferay lately) - Change: Update support for IntelliJ 2022.3, dropped support for older versions - Change: Disabled gradle importers for bundle-support and theme plugins (no longer working with Java 17) - Bugfix: Setting Freemarker Breakpoint in Application Display Templates with filenames containing spaces did not work -- Bugfix: Execution of Liferay groovy scripts required Java 17 (now Java 11 is enough) -- Bugfix: Freemarker debugging did not work ins some Application Display Templates due to API changes in newer Liferay versions -- Bugfix: Implicit variables for Blog Application Display Templates in newer Liferay versions ## 0.0.14 - Feature: Resolve Resource Bundles diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 4996c478..9d79df9b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ de.dm.intellij.liferay Liferay Framework integration - 0.0.15 + 0.0.16 Dominik Marks @@ -25,20 +25,24 @@ ]]> Version 0.0.16

+ +

Version 0.0.15

Version 0.0.14

diff --git a/updatePlugins.xml b/updatePlugins.xml index b78ef5fc..f2c1ad05 100644 --- a/updatePlugins.xml +++ b/updatePlugins.xml @@ -1,3 +1,3 @@ - + \ No newline at end of file