Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Aug 3, 2021
1 parent 553d1e1 commit d708ef1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
24 changes: 10 additions & 14 deletions activiti-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Activiti BPMN visualizer</name>

<!-- Plugin version -->
<version>0.4.6.1</version>
<version>0.4.6.2</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -36,6 +36,15 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.4.6.2:</p>
<ul>
<li>
Capability to save diagram as PNG image (via context menu)
</li>
<li>
Stop using scheduled for removal JB API method (support 2021.3+)
</li>
</ul>
<p>0.4.6.1:</p>
<ul>
<li>
Expand All @@ -57,19 +66,6 @@
Added settings screen
</li>
</ul>
<p>0.4.5:</p>
<ul>
<li>
UI/UX improvements - added scroll bars, fit to window buttons
</li>
<li>
Keyboard shortcuts: Pan/Zoom(Arrow keys, Ctrl + / Ctrl -), Copy/Cut/Paste(Ctrl C / Ctrl V),
New element(Shift N), Delete element(delete key)
</li>
<li>
Jump through properties in table with TAB
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
24 changes: 10 additions & 14 deletions flowable-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Flowable BPMN visualizer</name>

<!-- Plugin version -->
<version>0.4.6.1</version>
<version>0.4.6.2</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -36,6 +36,15 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.4.6.2:</p>
<ul>
<li>
Capability to save diagram as PNG image (via context menu)
</li>
<li>
Stop using scheduled for removal JB API method (support 2021.3+)
</li>
</ul>
<p>0.4.6.1:</p>
<ul>
<li>
Expand All @@ -57,19 +66,6 @@
Added settings screen
</li>
</ul>
<p>0.4.5:</p>
<ul>
<li>
UI/UX improvements - added scroll bars, fit to window buttons
</li>
<li>
Keyboard shortcuts: Pan/Zoom(Arrow keys, Ctrl + / Ctrl -), Copy/Cut/Paste(Ctrl C / Ctrl V),
New element(Shift N), Delete element(delete key)
</li>
<li>
Jump through properties in table with TAB
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down

0 comments on commit d708ef1

Please sign in to comment.