We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09792d1 commit 58f4a84Copy full SHA for 58f4a84
META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin version="2">
2
<id>com.aopphp.go.framework</id>
3
<name>Go! AOP Framework</name>
4
- <version>1.1.0</version>
+ <version>1.2.0</version>
5
<vendor email="[email protected]" url="http://go.aopphp.com">Go! AOP Framework</vendor>
6
7
<description><![CDATA[
@@ -37,6 +37,11 @@ This plugin adds a support for aspect-oriented programming in PHP with Go! AOP p
37
]]></description>
38
39
<change-notes><![CDATA[
40
+<h2>1.2.0</h2>
41
+<ul>
42
+ <li>Added support for the matchInherited() pointcut syntax</li>
43
+ <li>Fixed an issue with an incorrect code injection <a href="https://github.com/goaop/idea-plugin/issues/11">#11</a></li>
44
+</ul>
45
<h2>1.1.0</h2>
46
<ul>
47
<li>Line markers for aspects with ability to navigate to all advised elements</li>
0 commit comments