File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33## phpDox 0.?.? (?? ??? ????)
44
5+ * No changes yet
6+
7+ ## phpDox 0.8.1 (30 Jun 2015)
8+
9+ * Updated Dependency (PHPParser 1.3.0, PHP-Timer 1.0.6)
510* Added new exit codes for issues with environment and config
611* Explicitly handle (crasher) exceptions with a dedicated exit code
7-
12+ * Fix: Issue #230 (collector does not detect "static" modifier)
13+ * Fix: Issue #232 (native "null" return type is parsed as "object")
14+ * Fix: Issue #235 (paths for php-timer changed)
15+ * Fix: Issue #225 (Error in GlobalConfig with hhvm)
16+ * Fix: Issue #226 (vendor include at binary file)
817
918## phpDox 0.8.0 (06 May 2015)
1019
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ User Installation
2727phpDox is shipping as a selfcontained executable phar archive. You can grab your copy from the
2828[ releases] ( https://github.com/theseer/phpdox/releases/latest ) section or directly here:
2929
30- - [ Release 0.8.0 ] ( https://github.com/theseer/phpdox/releases/download/0.8.0 /phpdox-0.8.0 .phar ) [ 734k - [ gpg] ( https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.0 .phar.asc )]
30+ - [ Release 0.8.1 ] ( https://github.com/theseer/phpdox/releases/download/0.8.1 /phpdox-0.8.1 .phar ) [ 734k - [ gpg] ( https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.1 .phar.asc )]
3131
3232Installation is simple:
3333
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if (!$found) {
6161
6262$ factory = new TheSeer \phpDox \Factory (
6363 new \TheSeer \phpDox \FileInfo (__DIR__ ),
64- new \TheSeer \phpDox \Version ('0.8.1 -dev ' )
64+ new \TheSeer \phpDox \Version ('0.8.2 -dev ' )
6565);
6666exit ($ factory ->getCLI ()->run (
6767 new TheSeer \phpDox \CLIOptions ($ _SERVER ['argv ' ])
You can’t perform that action at this time.
0 commit comments