We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d8436 commit e5e095bCopy full SHA for e5e095b
CHANGELOG.md
@@ -7,6 +7,9 @@
7
### Added
8
- ability to open a template in the Dashboard
9
10
+### Changed
11
+- renamed the plugin from `Coder Gateway` to `Gateway`
12
+
13
## 2.1.3 - 2022-12-09
14
15
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
2
<idea-plugin>
3
<id>com.coder.gateway</id>
4
- <name>Coder Gateway</name>
+ <name>Coder</name>
5
<vendor>Coder</vendor>
6
<!-- Product and plugin compatibility requirements -->
0 commit comments