Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed May 31, 2023
1 parent f88d505 commit f06b1b0
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 30 deletions.
24 changes: 17 additions & 7 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.5.1</version>
<version>0.5.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 @@ -39,6 +39,22 @@
<!-- 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.2:</p>
<ul>
<li>
Sometimes dragged element selected wrong drag target
</li>
<li>
Boundary event attachedTo property was not changed in UI when dragging the element unless user
manually de-selected element
</li>
<li>
Setting to disable XSD injection (suppress XML validation by IJ)
</li>
<li>
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Expand All @@ -54,12 +70,6 @@
Support for element listeners (basic)
</li>
</ul>
<p>0.4.9.4:</p>
<ul>
<li>
Support for candidate users and groups in UserTask
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
27 changes: 17 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.5.1</version>
<version>0.5.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 @@ -39,6 +39,22 @@
<!-- 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.2:</p>
<ul>
<li>
Sometimes dragged element selected wrong drag target
</li>
<li>
Boundary event attachedTo property was not changed in UI when dragging the element unless user
manually de-selected element
</li>
<li>
Setting to disable XSD injection (suppress XML validation by IJ)
</li>
<li>
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Expand All @@ -57,15 +73,6 @@
Support for send event task
</li>
</ul>
<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>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
30 changes: 17 additions & 13 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.5.1</version>
<version>0.5.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 @@ -39,34 +39,38 @@
<!-- 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.1:</p>
<p>0.5.2:</p>
<ul>
<li>
Fix for changing settings in IntelliJ 2023.1+
Sometimes dragged element selected wrong drag target
</li>
</ul>
<p>0.5.0:</p>
<ul>
<li>
Support for inplace element type change
Boundary event attachedTo property was not changed in UI when dragging the element unless user
manually de-selected element
</li>
<li>
Support for element listeners (basic)
Setting to disable XSD injection (suppress XML validation by IJ)
</li>
<li>
Support for send event task
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Fix for changing settings in IntelliJ 2023.1+
</li>
</ul>
<p>0.4.9.4:</p>
<p>0.5.0:</p>
<ul>
<li>
Support for candidate users and groups in UserTask
Support for inplace element type change
</li>
<li>
Support for ExternalTask bpmn element
Support for element listeners (basic)
</li>
<li>
Highlight that ServiceTask is 'triggerable'
Support for send event task
</li>
</ul>
]]></change-notes>
Expand Down

0 comments on commit f06b1b0

Please sign in to comment.