File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## phpDox 0.?.? (?? ??? ????)
4
4
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)
5
10
* Added new exit codes for issues with environment and config
6
11
* 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)
8
17
9
18
## phpDox 0.8.0 (06 May 2015)
10
19
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ User Installation
27
27
phpDox is shipping as a selfcontained executable phar archive. You can grab your copy from the
28
28
[ releases] ( https://github.com/theseer/phpdox/releases/latest ) section or directly here:
29
29
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 )]
31
31
32
32
Installation is simple:
33
33
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if (!$found) {
61
61
62
62
$ factory = new TheSeer \phpDox \Factory (
63
63
new \TheSeer \phpDox \FileInfo (__DIR__ ),
64
- new \TheSeer \phpDox \Version ('0.8.1 -dev ' )
64
+ new \TheSeer \phpDox \Version ('0.8.2 -dev ' )
65
65
);
66
66
exit ($ factory ->getCLI ()->run (
67
67
new TheSeer \phpDox \CLIOptions ($ _SERVER ['argv ' ])
You can’t perform that action at this time.
0 commit comments