Skip to content

Commit d0edf7e

Browse files
committed
upgrade to version 0.4.1
1 parent 65cf796 commit d0edf7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# `dev-master`
22

3+
4+
# 0.4.1 - 2016-01-18
5+
36
## Bugfix
47

58
* [#17](https://github.com/agallou/phpstorm-plugin/pull/17) Fix navigation to the tested class if the suffix is not at the end of the namespace ([@agallou])
69
* [#19](https://github.com/agallou/phpstorm-plugin/pull/19) Fix navigation to the test class if the suffix is not at the end of the namespace ([@agallou])
710
* [#21](https://github.com/agallou/phpstorm-plugin/pull/21) Fix atoum's icon if the class is present twice ([@agallou])
811

12+
913
# 0.4.0 - 2016-01-18
1014

1115
## Features

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 version="2">
22
<id>com.atoum.phpstormplugin</id>
33
<name>atoum plugin</name>
4-
<version>0.4.0</version>
4+
<version>0.4.1</version>
55
<vendor email="[email protected]">Adrien Gallou</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)