Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Aug 22, 2022
1 parent cefdce1 commit 13e6bc9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 30 deletions.
20 changes: 10 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.4</version>
<version>0.5.0</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.5.0:</p>
<ul>
<li>
Support for inplace element type change
</li>
<li>
Support for element listeners (basic)
</li>
</ul>
<p>0.4.9.4:</p>
<ul>
<li>
Expand All @@ -57,15 +66,6 @@
Plugin now provides XSDs for BPMN files highlighting in newer IntelliJ (2021+)
</li>
</ul>
<p>0.4.9.2:</p>
<ul>
<li>
Dragging or performing action on element now does not require it to be active
</li>
<li>
Added loading spinner for Open Diagram action
</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 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.4</version>
<version>0.5.0</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.5.0:</p>
<ul>
<li>
Support for inplace element type change
</li>
<li>
Support for element listeners (basic)
</li>
<li>
Support for send event task
</li>
</ul>
<p>0.4.9.4:</p>
<ul>
<li>
Expand All @@ -60,15 +72,6 @@
Plugin now provides XSDs for BPMN files highlighting in newer IntelliJ (2021+)
</li>
</ul>
<p>0.4.9.2:</p>
<ul>
<li>
Dragging or performing action on element now does not require it to be active
</li>
<li>
Added loading spinner for Open Diagram action
</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.4</version>
<version>0.5.0</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.5.0:</p>
<ul>
<li>
Support for inplace element type change
</li>
<li>
Support for element listeners (basic)
</li>
<li>
Support for send event task
</li>
</ul>
<p>0.4.9.4:</p>
<ul>
<li>
Expand All @@ -63,15 +75,6 @@
Plugin now provides XSDs for BPMN files highlighting in newer IntelliJ (2021+)
</li>
</ul>
<p>0.4.9.2:</p>
<ul>
<li>
Dragging or performing action on element now does not require it to be active
</li>
<li>
Added loading spinner for Open Diagram action
</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 13e6bc9

Please sign in to comment.