Skip to content

Commit

Permalink
Update plugin descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Aug 26, 2024
1 parent facc798 commit d505e66
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 21 deletions.
17 changes: 10 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.4.3</version>
<version>0.5.4.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 @@ -40,6 +40,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.4.4:</p>
<ul>
<li>
Fixed compatibility issue with IntelliJ 2024.2
</li>
<li>
Support for 'Select All' elements via Ctrl-A or Cmd-A (MacOS)
</li>
</ul>
<p>0.5.4.3:</p>
<ul>
<li>
Expand Down Expand Up @@ -70,12 +79,6 @@
Fixed: Language injection into XML was using hardcoded extension list
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
17 changes: 10 additions & 7 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.3</version>
<version>0.5.4.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 @@ -40,6 +40,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.4.4:</p>
<ul>
<li>
Fixed compatibility issue with IntelliJ 2024.2
</li>
<li>
Support for 'Select All' elements via Ctrl-A or Cmd-A (MacOS)
</li>
</ul>
<p>0.5.4.3:</p>
<ul>
<li>
Expand Down Expand Up @@ -76,12 +85,6 @@
Fixed: Language injection into XML was using hardcoded extension list
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
17 changes: 10 additions & 7 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.3</version>
<version>0.5.4.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 @@ -40,6 +40,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.4.4:</p>
<ul>
<li>
Fixed compatibility issue with IntelliJ 2024.2
</li>
<li>
Support for 'Select All' elements via Ctrl-A or Cmd-A (MacOS)
</li>
</ul>
<p>0.5.4.3:</p>
<ul>
<li>
Expand Down Expand Up @@ -70,12 +79,6 @@
Fixed: Language injection into XML was using hardcoded extension list
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Fixed blocker issue when users have multiple (i.e. Flowable,Camunda) plugins installed
</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 d505e66

Please sign in to comment.