Skip to content

Commit

Permalink
More changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed May 5, 2020
1 parent 4c8bf7c commit 37f230b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>org.mediawiki</id>
<name>MediaWiki Support</name>
<version>0.4</version>
<version>0.5</version>
<vendor email="reedy@wikimedia.org" url="https://github.com/reedy/phpstorm-plugin-mediawiki">Sam Reed (reedy)</vendor>

<description><![CDATA[
Expand All @@ -10,11 +10,18 @@
<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>
<p>Source is available at <a href="https://github.com/reedy/phpstorm-plugin-mediawiki">GitHub</a>, pull requests and issues welcome.</p>
<p>PHP Code Style follows <a href="https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP">MediaWiki coding conventions</a> where possible.</p>
]]>
</description>

<change-notes><![CDATA[
<p>
<strong>Version 0.5</strong>
<ul>
<li>Improve PHP Code Style to match MediaWiki coding conventions</li>
</ul>
<strong>Version 0.4</strong>
<ul>
<li>Rebuild on the 2020.1 platform</li>
Expand Down Expand Up @@ -76,4 +83,4 @@
</action>
</actions>

</idea-plugin>
</idea-plugin>

0 comments on commit 37f230b

Please sign in to comment.