File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414* 2.x: PhpStorm9, 10 (no support)
1515* 1.x: PhpStorm8 (no support)
1616
17+ ## 12.1.0
18+ * Optimize annotation and attribute lookup paths with index-backed caches (Daniel Espendiller)
19+ * Refactor annotation patterns to static constants for performance (Daniel Espendiller)
20+ * Update build tools, platform version (Daniel Espendiller)
21+
1722## 12.0.2
1823* Upgrade Gradle and plugins, update configurations (Daniel Espendiller)
1924
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.annotation
55pluginName = PHP Annotations
66
77# SemVer format -> https://semver.org
8- pluginVersion = 12.0.2
8+ pluginVersion = 12.1.0
99
1010# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change 11< html >
22< ul >
3- < li > Upgrade Gradle and plugins, update configurations (Daniel Espendiller)</ li >
3+ < li > Optimize annotation and attribute lookup paths with index-backed caches (Daniel Espendiller)</ li >
4+ < li > Refactor annotation patterns to static constants for performance (Daniel Espendiller)</ li >
5+ < li > Update build tools, platform version (Daniel Espendiller)</ li >
46</ ul >
57</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-annotation-plugin" >
22 <id >de.espend.idea.php.annotation</id >
33 <name >PHP Annotations</name >
4- <version >12.0.2 </version >
4+ <version >12.1.0 </version >
55 <vendor email =" daniel@espendiller.net" url =" https://www.espend.de?p=de.espend.idea.php.annotation" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments