Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mars05 committed Sep 24, 2020
1 parent 779afaf commit b93341b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ publishPlugin {
patchPluginXml {
changeNotes """
<div>
<p>1.1.2</p>
<ul>
<li>Support package path persistence</li>
<li>Remove the processing judgment of the prefix field of is_ when the curd code is generated</li>
</ul>
<p>1.1.1</p>
<ul>
<li>Fixed the slow problem of multiple tables</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginVersion=1.1.1
pluginVersion=1.1.2
ideaVersion=2017.3.5
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li> Generate project from Crud Plugin</li>
<li> Project right click to generate code</li>
</ul>
<p> For more information please visit: <a href="https://github.com/mars05/crud-intellij-plugin">GitHub</a></p>
<p> For more information about curd please visit: <a href="https://github.com/mars05/crud-intellij-plugin">GitHub</a></p>
</div>
</div>
]]></description>
Expand Down

0 comments on commit b93341b

Please sign in to comment.