Skip to content

Commit 8f5cfe2

Browse files
committed
update docs
1 parent 76b4a2d commit 8f5cfe2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

META-INF/plugin.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/maxfilatov/phpuaca/">
22
<id>com.phpuaca</id>
33
<name>PHPUnit Autocomplete Assistant</name>
4-
<version>1.3.2</version>
4+
<version>1.3.4</version>
55
<vendor url="https://github.com/maxfilatov/phpuaca/">Max Filatov</vendor>
66

77
<description><![CDATA[
@@ -35,13 +35,19 @@
3535
]]></description>
3636

3737
<change-notes><![CDATA[
38+
<h3>1.3.3</h3>
39+
<ul>
40+
<li>support for Prophecy property, argument and return type completion (by <a href="https://github.com/deeky666">Steve Müller</a>);</li>
41+
<li>multiple fixes to prevent IDE freezes during updating indices process;</li>
42+
<li>support for latest IDE versions (by <a href="https://github.com/shopfe">Sebastian Hopfe</a>);</li>
43+
</ul>
3844
<h3>1.3</h3>
3945
<ul>
4046
<li>code navigation (go to declaration, find usages, etc.) and refactoring (rename methods);</li>
4147
<li>highlighting of incorrect method usages;</li>
4248
<li>PHPUnit type provider;</li>
4349
<li>Prophecy type provider;</li>
44-
<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>
50+
<li>legacy tests support: method completion for mocks defined by string class name instead of class constant reference, <tt>::class</tt> (by <a href="/King2500">Thomas Schulz</a>).</li>
4551
</ul>
4652
<h3>1.2</h3>
4753
<ul>
@@ -60,7 +66,7 @@
6066
]]>
6167
</change-notes>
6268

63-
<idea-version since-build="133.0"/>
69+
<idea-version since-build="145.0"/>
6470

6571
<depends>com.jetbrains.php</depends>
6672
<depends>com.intellij.modules.platform</depends>

phpuaca.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
88
<excludeFolder url="file://$MODULE_DIR$/out" />
99
</content>
10-
<orderEntry type="jdk" jdkName="PhpStorm PS-145.258.2" jdkType="IDEA JDK" />
10+
<orderEntry type="jdk" jdkName="PhpStorm PS-145.1616.3" jdkType="IDEA JDK" />
1111
<orderEntry type="sourceFolder" forTests="false" />
1212
<orderEntry type="library" exported="" scope="PROVIDED" name="php" level="project" />
1313
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi" level="project" />

0 commit comments

Comments
 (0)