Skip to content

Commit 37f230b

Browse files
authored
More changelog
1 parent 4c8bf7c commit 37f230b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

META-INF/plugin.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>org.mediawiki</id>
33
<name>MediaWiki Support</name>
4-
<version>0.4</version>
4+
<version>0.5</version>
55
<vendor email="[email protected]" url="https://github.com/reedy/phpstorm-plugin-mediawiki">Sam Reed (reedy)</vendor>
66

77
<description><![CDATA[
@@ -10,11 +10,18 @@
1010
<p>To configure/use the MediaWiki Code Styles, go to Preferences > Editor > Code Style > PHP/CSS/Html/JavaScript, and then select "Set from..." and select "MediaWiki".</p>
1111
1212
<p>Source is available at <a href="https://github.com/reedy/phpstorm-plugin-mediawiki">GitHub</a>, pull requests and issues welcome.</p>
13+
14+
<p>PHP Code Style follows <a href="https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP">MediaWiki coding conventions</a> where possible.</p>
1315
]]>
1416
</description>
1517

1618
<change-notes><![CDATA[
1719
<p>
20+
<strong>Version 0.5</strong>
21+
<ul>
22+
<li>Improve PHP Code Style to match MediaWiki coding conventions</li>
23+
</ul>
24+
1825
<strong>Version 0.4</strong>
1926
<ul>
2027
<li>Rebuild on the 2020.1 platform</li>
@@ -76,4 +83,4 @@
7683
</action>
7784
</actions>
7885

79-
</idea-plugin>
86+
</idea-plugin>

0 commit comments

Comments
 (0)