Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Feb 19, 2024
1 parent 853ef3b commit 1083451
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 89 deletions.
48 changes: 13 additions & 35 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.4.2</version>
<version>0.5.4.3</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 @@ -40,62 +40,40 @@
<!-- 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.4.2:</p>
<p>0.5.4.3:</p>
<ul>
<li>
Hotfix: Support for IJ Community edition 2023.2
XML injections to the expressions of 'sendTask' element
</li>
</ul>
<p>0.5.4:</p>
<ul>
<li>
Initial support for IJ Community Edition and other JB IDEs (limited language injection support compared to IU)
Support for 'formKey' on startEvent
</li>
<li>
Improved language injection (IJ Ultimate)
</li>
<li>
Fixed: Language injection into XML was using hardcoded extension list
Remove deprecated methods usage
</li>
</ul>
<p>0.5.3.1:</p>
<p>0.5.4.2:</p>
<ul>
<li>
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
Hotfix: Support for IJ Community edition 2023.2
</li>
</ul>
<p>0.5.3:</p>
<p>0.5.4:</p>
<ul>
<li>
Add boundary/start/end event properties support
</li>
<li>
Improve default gateway sequence selection
</li>
<li>
Improved listeners support for different elements
Initial support for IJ Community Edition and other JB IDEs (limited language injection support compared to IU)
</li>
<li>
Validation of element ID uniqueness
Improved language injection (IJ Ultimate)
</li>
<li>
Added advertisement of PolyBPMN - improved version of current plugin
Fixed: Language injection into XML was using hardcoded extension list
</li>
</ul>
<p>0.5.2:</p>
<p>0.5.3.1:</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
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</li>
</ul>
]]></change-notes>
Expand Down
32 changes: 13 additions & 19 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.4.2</version>
<version>0.5.4.3</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 @@ -40,6 +40,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.4.3:</p>
<ul>
<li>
XML injections to the expressions of 'sendTask' element
</li>
<li>
Support for 'formKey' on startEvent
</li>
<li>
Remove deprecated methods usage
</li>
</ul>
<p>0.5.4.2:</p>
<ul>
<li>
Expand Down Expand Up @@ -70,24 +82,6 @@
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</li>
</ul>
<p>0.5.3:</p>
<ul>
<li>
Add boundary/start/end event properties support
</li>
<li>
Improve default gateway sequence selection
</li>
<li>
Improved listeners support for different elements
</li>
<li>
Validation of element ID uniqueness
</li>
<li>
Added advertisement of PolyBPMN - improved version of current plugin
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
48 changes: 13 additions & 35 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.4.2</version>
<version>0.5.4.3</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 @@ -40,6 +40,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.4.3:</p>
<ul>
<li>
XML injections to the expressions of 'sendTask' element
</li>
<li>
Support for 'formKey' on startEvent
</li>
<li>
Remove deprecated methods usage
</li>
</ul>
<p>0.5.4.2:</p>
<ul>
<li>
Expand All @@ -64,40 +76,6 @@
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</li>
</ul>
<p>0.5.3:</p>
<ul>
<li>
Add boundary/start/end event properties support
</li>
<li>
Improve default gateway sequence selection
</li>
<li>
Improved listeners support for different elements
</li>
<li>
Validation of element ID uniqueness
</li>
<li>
Added advertisement of PolyBPMN - improved version of current plugin
</li>
</ul>
<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>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down

0 comments on commit 1083451

Please sign in to comment.