Skip to content

Commit 9181091

Browse files
authored
Merge pull request Haehnchen#1312 from Haehnchen/feature/plugin-rename
remove "Plugin" from plugin name
2 parents dd80be8 + 8398715 commit 9181091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ intellij {
4747
'properties',
4848
'xpath'
4949
]
50-
pluginName 'Symfony Plugin'
50+
pluginName 'Symfony Support'
5151

5252
// Can't instantiate configurable for PHP Toolbox
5353
// at de.espend.idea.php.toolbox.ui.application.ToolboxApplicationForm.<init>(ToolboxApplicationForm.java:26)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
3-
<name>Symfony Plugin</name>
3+
<name>Symfony Support</name>
44
<version>0.17.172</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

0 commit comments

Comments
 (0)