Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Oct 31, 2021
1 parent 61ce05a commit 04ce33e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 30 deletions.
38 changes: 19 additions & 19 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.7.5</version>
<version>0.4.8</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 @@ -36,46 +36,46 @@
<!-- 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.7.4:</p>
<p>0.4.8:</p>
<ul>
<li>
Support multiline fields for editing
</li>
<li>
Better handling of expression/delegate expression fields
Fixed bug with boundary event wrong attach behavior in subprocess
</li>
<li>
Windows HiDPI rendering fixed
Fixed bug - unable to save settings (i.e. to add custom extension) in 2021.2.3
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Improved rendering performance for large processes (up to 3x)
Snap to grid feature
</li>
<li>
Support for form properties / field names
Ability to disable vertical/horizontal anchors
</li>
<li>
Fixed the regression - Activiti 7 parser was used by default, leading to less features supported
Ability to select parent edge from waypoint
</li>
</ul>
<p>0.4.6.3:</p>
<p>0.4.7.4:</p>
<ul>
<li>
Minimum IntelliJ version is now 2019.3 due to build pipeline upgrade
Support multiline fields for editing
</li>
<li>
Better handling of expression/delegate expression fields
</li>
<li>
Initial support for Activiti 7 (very basic)
Windows HiDPI rendering fixed
</li>
</ul>
<p>0.4.7.0:</p>
<ul>
<li>
Allow to configure BPMN file extension in settings
Improved rendering performance for large processes (up to 3x)
</li>
<li>
Fixed save to PNG functionality with negative coordinates
Support for form properties / field names
</li>
<li>
Added BPMN file validity check
Fixed the regression - Activiti 7 parser was used by default, leading to less features supported
</li>
</ul>
]]></change-notes>
Expand Down
20 changes: 19 additions & 1 deletion 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.7.5</version>
<version>0.4.8</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 @@ -36,6 +36,24 @@
<!-- 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.8:</p>
<ul>
<li>
Fixed bug with boundary event wrong attach behavior in subprocess
</li>
<li>
Fixed bug - unable to save settings (i.e. to add custom extension) in 2021.2.3
</li>
<li>
Snap to grid feature
</li>
<li>
Ability to disable vertical/horizontal anchors
</li>
<li>
Ability to select parent edge from waypoint
</li>
</ul>
<p>0.4.7.4:</p>
<ul>
<li>
Expand Down
29 changes: 19 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.7.5</version>
<version>0.4.8</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 @@ -36,6 +36,24 @@
<!-- 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.8:</p>
<ul>
<li>
Fixed bug with boundary event wrong attach behavior in subprocess
</li>
<li>
Fixed bug - unable to save settings (i.e. to add custom extension) in 2021.2.3
</li>
<li>
Snap to grid feature
</li>
<li>
Ability to disable vertical/horizontal anchors
</li>
<li>
Ability to select parent edge from waypoint
</li>
</ul>
<p>0.4.7.4:</p>
<ul>
<li>
Expand All @@ -57,15 +75,6 @@
Support for form properties / field names
</li>
</ul>
<p>0.4.6.2:</p>
<ul>
<li>
Capability to save diagram as PNG image (via context menu)
</li>
<li>
Stop using scheduled for removal JB API method (support 2021.3+)
</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 04ce33e

Please sign in to comment.