From 28761b23ebe4d5a8f6f6ee04dfb1ffe56bf3b451 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Mon, 7 May 2018 00:13:04 +0200 Subject: [PATCH] Update Changelog and readme --- CHANGELOG.md | 10 ++++++++-- README.md | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5425be33..b3cf5247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog of phpDox -## phpDox 0.11.0 (10 January 2018) +## phpDox 0.11.1 (7 May 2018) + +Note: 0.11.x is the last series of releases that supports running under PHP 5.x + +### Fixed +* [#332](https://github.com/theseer/phpdox/issues/332): PHPUnit Enricher: classnode is always null + -Note: This is going to be the last version that supports running under PHP 5.x +## phpDox 0.11.0 (10 January 2018) ### Changed * Upgraded dependencies: Now using PHP-Parser 3.1+ diff --git a/README.md b/README.md index e43c57d9..78826c13 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.10.1 - Copyright (C) 2010 - 2017 by Arne Blankerts and Contributors + phpDox 0.11.1 - 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.10.1 - Copyright (C) 2010 - 2017 by Arne Blankerts and Contributors + phpDox 0.11.1 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors Developer Installation