We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b87c3b commit c977b48Copy full SHA for c977b48
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.dengzii.plugin.template</id>
3
<name>Generate Module From Template</name>
4
- <version>1.6.5</version>
+ <version>1.6.6</version>
5
<vendor email="[email protected]" url="https://github.com/dengzii">dengzi</vendor>
6
7
<description><![CDATA[
@@ -43,6 +43,8 @@ Any question please <a href='https://github.com/dengzii/GenerateModuleFromTempla
43
]]></description>
44
45
<change-notes><![CDATA[
46
+ <b>Version 1.6.6 (2024/02/21)</b><br>
47
+ 1. Fix: file tree node resolve order incorrect.<br>
48
<b>Version 1.6.5 (2023/12/11)</b><br>
49
1. Update: File template support match by file path.<br>
50
2. Fix: ApacheVelocity template lang not work.<br>
0 commit comments