Skip to content

Commit

Permalink
Prepare 0.4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jun 24, 2022
1 parent 32f34bc commit 16bdccf
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
17 changes: 7 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.9.3</version>
<version>0.4.9.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 @@ -39,6 +39,12 @@
<!-- 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.4:</p>
<ul>
<li>
Support for candidate users and groups in UserTask
</li>
</ul>
<p>0.4.9.3:</p>
<ul>
<li>
Expand All @@ -60,15 +66,6 @@
Added loading spinner for Open Diagram action
</li>
</ul>
<p>0.4.9.1:</p>
<ul>
<li>
Fixed missing scrollbars on Apple Silicon
</li>
<li>
Fixed (not ideally, but is perfectly usable) Delegate expressions and alike not shown on Apple Silicon
</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 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.9.3</version>
<version>0.4.9.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 @@ -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.4:</p>
<ul>
<li>
Support for candidate users and groups in UserTask
</li>
<li>
Support for ExternalTask bpmn element
</li>
</ul>
<p>0.4.9.3:</p>
<ul>
<li>
Expand All @@ -60,15 +69,6 @@
Added loading spinner for Open Diagram action
</li>
</ul>
<p>0.4.9.1:</p>
<ul>
<li>
Fixed missing scrollbars on Apple Silicon
</li>
<li>
Fixed (not ideally, but is perfectly usable) Delegate expressions and alike not shown on Apple Silicon
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
23 changes: 13 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.9.3</version>
<version>0.4.9.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 @@ -39,6 +39,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.9.4:</p>
<ul>
<li>
Support for candidate users and groups in UserTask
</li>
<li>
Support for ExternalTask bpmn element
</li>
<li>
Highlight that ServiceTask is 'triggerable'
</li>
</ul>
<p>0.4.9.3:</p>
<ul>
<li>
Expand All @@ -60,15 +72,6 @@
Added loading spinner for Open Diagram action
</li>
</ul>
<p>0.4.9.1:</p>
<ul>
<li>
Fixed missing scrollbars on Apple Silicon
</li>
<li>
Fixed (not ideally, but is perfectly usable) Delegate expressions and alike not shown on Apple Silicon
</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 16bdccf

Please sign in to comment.