Skip to content

Commit 6d9e246

Browse files
committed
build 0.4.1
1 parent 8ce7778 commit 6d9e246

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
### 0.4.1
5+
* Add PSR-11 ContainerInterface support / Zend\ServiceManager [#17](https://github.com/Haehnchen/idea-php-toolbox-json-files/pull/17) @bcremer
6+
* Add support of the latest (namespaced) PHPUnit[#16](https://github.com/Haehnchen/idea-php-toolbox-json-files/pull/16)
7+
48
### 0.4.0
59
* PhpStorm 2017.1 build
610
* Add more static json configurations [#15](https://github.com/Haehnchen/idea-php-toolbox/issues/15), [#14](https://github.com/Haehnchen/idea-php-toolbox/issues/14), [#11](https://github.com/Haehnchen/idea-php-toolbox/issues/11), [#10](https://github.com/Haehnchen/idea-php-toolbox/issues/10), [#9](https://github.com/Haehnchen/idea-php-toolbox/issues/9), [#8](https://github.com/Haehnchen/idea-php-toolbox/issues/8) @stof @Koc @King2500

META-INF/plugin.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-toolbox">
22
<id>de.espend.idea.php.toolbox</id>
33
<name>PHP Toolbox</name>
4-
<version>0.4.0</version>
4+
<version>0.4.1</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -30,6 +30,12 @@
3030

3131
<change-notes><![CDATA[
3232
33+
<h2>0.4.1</h2>
34+
<ul>
35+
<li>Add PSR-11 ContainerInterface support / Zend\ServiceManager <a href="https://github.com/Haehnchen/idea-php-toolbox-json-files/pull/17">#17</a> @bcremer</li>
36+
<li>Add support of the latest (namespaced) PHPUnit<a href="https://github.com/Haehnchen/idea-php-toolbox-json-files/pull/16">#16</a></li>
37+
</ul>
38+
3339
<h2>0.4.0</h2>
3440
<ul>
3541
<li>PhpStorm 2017.1 build</li>

0 commit comments

Comments
 (0)