Skip to content

Commit e4e8561

Browse files
committed
Bumped version to 1.0.1 and updated a changelog
1 parent ae7cb1b commit e4e8561

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.0.0</version>
4+
<version>1.0.1</version>
55
<vendor email="[email protected]" url="http://go.aopphp.com">Go! AOP Framework</vendor>
66

77
<description><![CDATA[
@@ -26,6 +26,7 @@
2626
<li>Completion of visibility modifiers and pointcut keywords</li>
2727
<li>Automatic injection of pointcut language into the Go\Lang\Annotation\* annotations</li>
2828
<li>Color settings adjustment for pointcut expressions</li>
29+
<li>Support for the <a href="https://github.com/lisachenko/php-deal">Php-Deal Design-by-Contract</a> framework for PHP
2930
</ul>
3031
3132
<h2>Todo</h2>
@@ -35,6 +36,10 @@
3536
]]></description>
3637

3738
<change-notes><![CDATA[
39+
<h2>1.0.1</h2>
40+
<ul>
41+
<li>PHP Language injection into the Php-Deal Design-by-Contract assertions</li>
42+
</ul>
3843
<h2>1.0.0</h2>
3944
<ul>
4045
<li>Implemented pointcut engine for Java</li>

0 commit comments

Comments
 (0)