From 0e1dbf4bd862ed0cf87797409407973b2c228958 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 22 May 2018 18:43:30 +0200 Subject: [PATCH] Update changelog/readme for release --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cf5247..1d8478db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 78826c13..1a08f4cd 100644 --- a/README.md +++ b/README.md @@ -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"_ @@ -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