Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Oct 27, 2021
1 parent 11c98ac commit 91b3aab
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 12 deletions.
23 changes: 13 additions & 10 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.7.3</version>
<version>0.4.7.4</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,18 @@
<!-- 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.7.4:</p>
<ul>
<li>
Support multiline fields for editing
</li>
<li>
Better handling of expression/delegate expression fields
</li>
<li>
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Expand Down Expand Up @@ -66,15 +78,6 @@
Added BPMN file validity check
</li>
</ul>
<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>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
14 changes: 13 additions & 1 deletion camunda-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>Camunda BPMN visualizer</name>

<!-- Plugin version -->
<version>0.4.7.3</version>
<version>0.4.7.4</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,18 @@
<!-- 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.7.4:</p>
<ul>
<li>
Support multiline fields for editing
</li>
<li>
Better handling of expression/delegate expression fields
</li>
<li>
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.1:</p>
<ul>
<li>Initial Camunda plugin release</li>
Expand Down
14 changes: 13 additions & 1 deletion 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.7.3</version>
<version>0.4.7.4</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,18 @@
<!-- 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.7.4:</p>
<ul>
<li>
Support multiline fields for editing
</li>
<li>
Better handling of expression/delegate expression fields
</li>
<li>
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Expand Down

0 comments on commit 91b3aab

Please sign in to comment.