Skip to content

Commit 58f4a84

Browse files
committed
Prepare changes log for 1.2.0
1 parent 09792d1 commit 58f4a84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

META-INF/plugin.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>com.aopphp.go.framework</id>
33
<name>Go! AOP Framework</name>
4-
<version>1.1.0</version>
4+
<version>1.2.0</version>
55
<vendor email="[email protected]" url="http://go.aopphp.com">Go! AOP Framework</vendor>
66

77
<description><![CDATA[
@@ -37,6 +37,11 @@ This plugin adds a support for aspect-oriented programming in PHP with Go! AOP p
3737
]]></description>
3838

3939
<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>
4045
<h2>1.1.0</h2>
4146
<ul>
4247
<li>Line markers for aspects with ability to navigate to all advised elements</li>

0 commit comments

Comments
 (0)