Skip to content

Commit

Permalink
Prepare release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Nov 28, 2021
1 parent db622f8 commit f26eb90
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 28 deletions.
23 changes: 10 additions & 13 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.8</version>
<version>0.4.9</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 @@ -39,6 +39,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.9:</p>
<ul>
<li>
Fixed exception when `xsi:type` is null
</li>
<li>
Minor rendering performance improvement
</li>
</ul>
<p>0.4.8:</p>
<ul>
<li>
Expand Down Expand Up @@ -69,18 +78,6 @@
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Improved rendering performance for large processes (up to 3x)
</li>
<li>
Support for form properties / field names
</li>
<li>
Fixed the regression - Activiti 7 parser was used by default, leading to less features supported
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
15 changes: 10 additions & 5 deletions 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.8</version>
<version>0.4.9</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 @@ -39,6 +39,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.9:</p>
<ul>
<li>
Fixed exception when `xsi:type` is null
</li>
<li>
Minor rendering performance improvement
</li>
</ul>
<p>0.4.8:</p>
<ul>
<li>
Expand Down Expand Up @@ -69,10 +78,6 @@
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.1:</p>
<ul>
<li>Initial Camunda plugin release</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
20 changes: 10 additions & 10 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.8</version>
<version>0.4.9</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 @@ -39,6 +39,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.9:</p>
<ul>
<li>
Fixed exception when `xsi:type` is null
</li>
<li>
Minor rendering performance improvement
</li>
</ul>
<p>0.4.8:</p>
<ul>
<li>
Expand Down Expand Up @@ -69,15 +78,6 @@
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Improved rendering performance for large processes (up to 3x)
</li>
<li>
Support for form properties / field names
</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 f26eb90

Please sign in to comment.