-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<id>de.dm.intellij.liferay</id> | ||
<name>Liferay</name> | ||
<category>Framework integration</category> | ||
<version>0.0.15</version> | ||
<version>0.0.16</version> | ||
|
||
<vendor email="[email protected]" url="https://github.com/dmarks2">Dominik Marks</vendor> | ||
|
||
|
@@ -25,20 +25,24 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<p>Version 0.0.16</p> | ||
<ul> | ||
<li>Feature: Experimental Poshi support</li> | ||
<li>Feature: Add Freemarker debugging support in Application Display Templates for the Similar Results portlet</li> | ||
<li>Bugfix: Execution of Liferay groovy scripts required Java 17 (now Java 11 is enough)</li> | ||
<li>Bugfix: Freemarker debugging did not work ins some Application Display Templates due to API changes in newer Liferay versions</li> | ||
<li>Bugfix: Implicit variables for Blog Application Display Templates in newer Liferay versions</li> | ||
</ul> | ||
<p>Version 0.0.15</p> | ||
<ul> | ||
<li>Feature: Ability to compare theme files with the original files from the parent theme</li> | ||
<li>Feature: Resolve configurationPid OSGi properties to configuration interface classes</li> | ||
<li>Feature: Add inspection to check if a Meta Configuration ID matches the full qualified classname of the interface</li> | ||
<li>Feature: Experimental Poshi support</li> | ||
<li>Feature: Add Freemarker debugging support in Application Display Templates for the Similar Results portlet</li> | ||
<li>Change: Remove inspection about aui:fieldset must be inside an aui:fieldset-group (tag has been removed in Liferay lately)</li> | ||
<li>Change: Update support for IntelliJ 2022.3, dropped support for older versions</li> | ||
<li>Change: Disabled gradle importers for bundle-support and theme plugins (no longer working with Java 17)</li> | ||
<li>Bugfix: Setting Freemarker Breakpoint in Application Display Templates with filenames containing spaces did not work</li> | ||
<li>Bugfix: Execution of Liferay groovy scripts required Java 17 (now Java 11 is enough)</li> | ||
<li>Bugfix: Freemarker debugging did not work ins some Application Display Templates due to API changes in newer Liferay versions</li> | ||
<li>Bugfix: Implicit variables for Blog Application Display Templates in newer Liferay versions</li> | ||
</ul> | ||
<p>Version 0.0.14</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<plugins> | ||
<plugin id="de.dm.intellij.liferay" url="https://github.com/dmarks2/liferay-plugin-intellij/releases/download/liferay-plugin-intellij-0.0.15-1/Liferay.IntelliJ.Plugin-0.0.15.zip" version="0.0.15" /> | ||
<plugin id="de.dm.intellij.liferay" url="https://github.com/dmarks2/liferay-plugin-intellij/releases/download/v0.0.16/Liferay.IntelliJ.Plugin-0.0.16.zip" version="0.0.16" /> | ||
</plugins> |