We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6ebfe commit dc2199cCopy full SHA for dc2199c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.3.0
2
+* aliased imports are now prophesized correctly
3
+
4
# v1.2.1
5
* updated meta information to keep plugin enabled in newer PHPStorm versions
6
build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
10
apply plugin: 'java'
11
12
group 'de.cawolf'
13
-version '1.2.1'
+version '1.3.0'
14
15
sourceCompatibility = 1.8
16
src/main/resources/META-INF/plugin.xml
@@ -9,6 +9,8 @@
9
<change-notes><![CDATA[
<dl>
+ <dt>v1.3.0</dt>
+ <dd>aliased imports are now prophesized correctly</dd>
<dt>1.2.1</dt>
<dd>updated meta information</dd>
<dt>1.2.0</dt>
0 commit comments