Skip to content

Commit e5e095b

Browse files
committed
rename: plugin name from Coder Gateway to Coder
1 parent f5d8436 commit e5e095b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
### Added
88
- ability to open a template in the Dashboard
99

10+
### Changed
11+
- renamed the plugin from `Coder Gateway` to `Gateway`
12+
1013
## 2.1.3 - 2022-12-09
1114

1215
### Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
33
<id>com.coder.gateway</id>
4-
<name>Coder Gateway</name>
4+
<name>Coder</name>
55
<vendor>Coder</vendor>
66

77
<!-- Product and plugin compatibility requirements -->

0 commit comments

Comments
 (0)