Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfilatov committed Jun 5, 2016
1 parent 76b4a2d commit 8f5cfe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/maxfilatov/phpuaca/">
<id>com.phpuaca</id>
<name>PHPUnit Autocomplete Assistant</name>
<version>1.3.2</version>
<version>1.3.4</version>
<vendor url="https://github.com/maxfilatov/phpuaca/">Max Filatov</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -35,13 +35,19 @@
]]></description>

<change-notes><![CDATA[
<h3>1.3.3</h3>
<ul>
<li>support for Prophecy property, argument and return type completion (by <a href="https://github.com/deeky666">Steve Müller</a>);</li>
<li>multiple fixes to prevent IDE freezes during updating indices process;</li>
<li>support for latest IDE versions (by <a href="https://github.com/shopfe">Sebastian Hopfe</a>);</li>
</ul>
<h3>1.3</h3>
<ul>
<li>code navigation (go to declaration, find usages, etc.) and refactoring (rename methods);</li>
<li>highlighting of incorrect method usages;</li>
<li>PHPUnit type provider;</li>
<li>Prophecy type provider;</li>
<li>legacy tests support: method completion for mocks defined by string class name instead of class constant reference, <tt>::class</tt> (by Thomas Schulz).</li>
<li>legacy tests support: method completion for mocks defined by string class name instead of class constant reference, <tt>::class</tt> (by <a href="https://github.com/King2500">Thomas Schulz</a>).</li>
</ul>
<h3>1.2</h3>
<ul>
Expand All @@ -60,7 +66,7 @@
]]>
</change-notes>

<idea-version since-build="133.0"/>
<idea-version since-build="145.0"/>

<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>
Expand Down
2 changes: 1 addition & 1 deletion phpuaca.iml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="jdk" jdkName="PhpStorm PS-145.258.2" jdkType="IDEA JDK" />
<orderEntry type="jdk" jdkName="PhpStorm PS-145.1616.3" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" scope="PROVIDED" name="php" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi" level="project" />
Expand Down

0 comments on commit 8f5cfe2

Please sign in to comment.