Skip to content

Commit fc87901

Browse files
committed
build 12.1.0
1 parent c1df128 commit fc87901

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.annotation
55
pluginName = 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.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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[

0 commit comments

Comments
 (0)