Skip to content

Commit 2bcc0c8

Browse files
authored
Merge pull request #21 from xdev-software/develop
1.0.2
2 parents 469a0a3 + 5d37c74 commit 2bcc0c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.2
2+
* Fixed missing display name which causes an error when multiple configureable plugins are installed #20
3+
14
## 1.0.1
25
* Updated to ``IntelliJ Platform`` ``232`` (2023.2) for compatibility reasons
36
* Fixed ``Change visibility of field or method to lower access`` not working #14

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
<applicationService
2929
serviceImplementation="software.xdev.saveactions.core.service.impl.SaveActionsDefaultService"/>
3030

31-
<projectConfigurable id="settings.saveactions" instance="software.xdev.saveactions.ui.Configuration"
31+
<projectConfigurable id="settings.saveactions"
32+
instance="software.xdev.saveactions.ui.Configuration"
33+
displayName="Save Actions"
3234
dynamic="true"/>
3335
</extensions>
3436

0 commit comments

Comments
 (0)