Skip to content

Commit

Permalink
upgrade to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Jan 18, 2016
1 parent 65cf796 commit d0edf7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# `dev-master`


# 0.4.1 - 2016-01-18

## Bugfix

* [#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])
* [#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])
* [#21](https://github.com/agallou/phpstorm-plugin/pull/21) Fix atoum's icon if the class is present twice ([@agallou])


# 0.4.0 - 2016-01-18

## Features
Expand Down
2 changes: 1 addition & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.atoum.phpstormplugin</id>
<name>atoum plugin</name>
<version>0.4.0</version>
<version>0.4.1</version>
<vendor email="adriengallou@gmail.com">Adrien Gallou</vendor>

<description><![CDATA[
Expand Down

0 comments on commit d0edf7e

Please sign in to comment.