Skip to content

Commit 0e1dbf4

Browse files
committed
Update changelog/readme for release
1 parent 52e2373 commit 0e1dbf4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog of phpDox
22

3-
## phpDox 0.11.1 (7 May 2018)
3+
## phpDox 0.11.2 (22 May 2018)
44

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

7+
### Fixed
8+
* [#333](https://github.com/theseer/phpdox/issues/333): PHPUnit Enricher: Wrong namspace - not a PHPUnit code coverage file
9+
* [#325](https://github.com/theseer/phpdox/issues/325): Git Enricher does not work properly with Git 1.7.1
10+
11+
12+
## phpDox 0.11.1 (7 May 2018)
13+
714
### Fixed
815
* [#332](https://github.com/theseer/phpdox/issues/332): PHPUnit Enricher: classnode is always null
916

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can now execute phpdox on the command line:
3737

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

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

4242
_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"_
4343

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

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

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

6060

6161
Developer Installation

0 commit comments

Comments
 (0)