Skip to content

Commit

Permalink
create version 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarks2 committed Apr 6, 2023
1 parent 8114d56 commit d4f2b55
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 7 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 10 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion updatePlugins.xml
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>

0 comments on commit d4f2b55

Please sign in to comment.