Skip to content

Commit

Permalink
fix: re-enable need restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 committed Jul 10, 2024
1 parent dd9ef8a commit 4f5a759
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions plugin/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.1.1
- Re-enable the need to restart the IDE when updating or disabling the plugin to avoid issues like `getService(T::class.java) must not be null`

## v2.1.0
- Added support for IntelliJ IDEA 2024+
- Allow users to set a custom discord application id per project
Expand Down
2 changes: 1 addition & 1 deletion plugin/v212/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
<id>dev.azn9.plugins.discord</id>
<name>Discord Integration V2</name>
<vendor email="contact@azn9.dev" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>
Expand Down
2 changes: 1 addition & 1 deletion plugin/v223/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
<id>dev.azn9.plugins.discord</id>
<name>Discord Integration V2</name>
<vendor email="contact@azn9.dev" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>
Expand Down
2 changes: 1 addition & 1 deletion plugin/v231/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
<id>dev.azn9.plugins.discord</id>
<name>Discord Integration V2</name>
<vendor email="contact@azn9.dev" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>
Expand Down
2 changes: 1 addition & 1 deletion plugin/v232/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
<id>dev.azn9.plugins.discord</id>
<name>Discord Integration V2</name>
<vendor email="contact@azn9.dev" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>
Expand Down
2 changes: 1 addition & 1 deletion plugin/v242/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
<id>dev.azn9.plugins.discord</id>
<name>Discord Integration V2</name>
<vendor email="contact@azn9.dev" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>
Expand Down

0 comments on commit 4f5a759

Please sign in to comment.