Skip to content

Commit

Permalink
Update changelog/readme for release
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed May 22, 2018
1 parent 52e2373 commit 0e1dbf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog of phpDox

## phpDox 0.11.1 (7 May 2018)
## phpDox 0.11.2 (22 May 2018)

Note: 0.11.x is the last series of releases that supports running under PHP 5.x

### Fixed
* [#333](https://github.com/theseer/phpdox/issues/333): PHPUnit Enricher: Wrong namspace - not a PHPUnit code coverage file
* [#325](https://github.com/theseer/phpdox/issues/325): Git Enricher does not work properly with Git 1.7.1


## phpDox 0.11.1 (7 May 2018)

### Fixed
* [#332](https://github.com/theseer/phpdox/issues/332): PHPUnit Enricher: classnode is always null

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can now execute phpdox on the command line:

If everything worked out, you should get an output like this:

phpDox 0.11.1 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors
phpDox 0.11.2 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors

_Note: Some Linux distributions ship PHP with ext/suhosin and disabled phar execution. To make use of phpDox in such an environment, you need to enable phar execution by adding phar to the executor white list: suhosin.executor.include.whitelist="phar"_

Expand All @@ -55,7 +55,7 @@ You can now execute phpdox on the command line:

If everything worked out, you should get an output like this:

phpDox 0.11.1 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors
phpDox 0.11.2 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors


Developer Installation
Expand Down

0 comments on commit 0e1dbf4

Please sign in to comment.