Skip to content

Commit 7a2766e

Browse files
committed
build 3.2.0
1 parent 06a5663 commit 7a2766e

File tree

3 files changed

+11
-30
lines changed

3 files changed

+11
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.2.0
4+
* Remove "Plugin" from plugin name (Daniel Espendiller)
5+
* Add IntelliJ plugin icon (Daniel Espendiller)
6+
37
## 3.1.1
48
* Add plugin logger, fixes [#90](https://github.com/Haehnchen/idea-php-shopware-plugin/issues/90) (Soner Sayakci)
59
* Add s_core_shops_attributes (Shyim)
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<html>
22
<ul>
3-
<li>Add plugin logger, fixes <a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues/90">#90</a> (Soner Sayakci)</li>
4-
<li>Add s_core_shops_attributes (Shyim)</li>
5-
<li>Add plugin parameter, fixes <a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues/76">#76</a> (Shyim)</li>
6-
<li>Fix create method on model doctrine events (Shyim)</li>
7-
<li>Remove check license inspection (Shyim)</li>
8-
<li>Add plugin services from Shopware 5.5 (Soner Sayakci)</li>
3+
<li>remove "Plugin" from plugin name (Daniel Espendiller)</li>
4+
<li>Add IntelliJ plugin icon (Daniel Espendiller)</li>
95
</ul>
10-
</html>
6+
</html>

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

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-shopware-plugin">
22
<id>de.espend.idea.shopware</id>
33
<name>Shopware</name>
4-
<version>3.1.1</version>
4+
<version>3.2.0</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<depends>com.jetbrains.php</depends>
@@ -11,7 +11,8 @@
1111
<depends optional="true">de.espend.idea.php.toolbox</depends>
1212

1313
<description><![CDATA[
14-
<h1>Shopware Plugin</h1><br>
14+
Support for Shopware
15+
1516
<br/>
1617
<a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues">Issues</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a>
1718
@@ -57,28 +58,8 @@
5758
5859
]]></description>
5960

60-
<change-notes>
61-
<![CDATA[
62-
63-
<ul>
64-
<li>Migrate project structure to gradle @cedricziel <a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues/75">#75</a></li>
65-
<li>Added table autocomplete to delete method @shyim <a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues/72">#72</a></li>
66-
<li>Add menu items to creating plugin specific config files @shyim <a href="https://github.com/Haehnchen/idea-php-shopware-plugin/issues/77">#77</a></li>
67-
</ul>
68-
69-
<br/>
70-
<a href="https://github.com/Haehnchen/idea-php-shopware-plugin/blob/master/CHANGELOG.md">see full changelog</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a>
71-
]]>
72-
</change-notes>
73-
7461
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
75-
<idea-version since-build="182.0"/>
76-
77-
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
78-
on how to target different products -->
79-
<!-- uncomment to enable plugin in all products
80-
<depends>com.intellij.modules.lang</depends>
81-
-->
62+
<idea-version since-build="191.0"/>
8263

8364
<extensions defaultExtensionNs="com.jetbrains.php">
8465
<typeProvider3 implementation="de.espend.idea.shopware.types.ShopwareApiResourcesTypeProvider"/>

0 commit comments

Comments
 (0)