You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog of phpDox
2
2
3
-
## phpDox 0.11.0 (To be released)
3
+
## phpDox 0.11.0 (10 January 2018)
4
4
5
5
Note: This is going to be the last version that supports running under PHP 5.x
6
6
@@ -17,10 +17,12 @@ Note: This is going to be the last version that supports running under PHP 5.x
17
17
*[#315](https://github.com/theseer/phpdox/issues/315): count(): Parameter must be an array or an object that implements Countable (Thanks to @cristicotet, @swmarc)
18
18
*[#313](https://github.com/theseer/phpdox/issues/313): Parsing of concatenated constants in classes fails
19
19
*[#312](https://github.com/theseer/phpdox/issues/312): Alias for trait causes error
20
+
*[#299](https://github.com/theseer/phpdox/issues/299): Run phpdox with a cloned repository on Windows
20
21
*[#284](https://github.com/theseer/phpdox/issues/284): Error in Generator
22
+
*[#242](https://github.com/theseer/phpdox/issues/242): Call to undefined method TheSeer\phpDox\Collector\ClassObject::addImplementor()
21
23
22
24
23
-
## phpDox 0.10.1 (2 Juli 2017)
25
+
## phpDox 0.10.1 (2 July 2017)
24
26
25
27
### Changed
26
28
* Added warning to output if PHP <7.0 is used
@@ -61,7 +63,7 @@ Note: This is going to be the last version that supports running under PHP 5.x
61
63
* Fix: Issue #243 (Trait in Trait causes UnitObjectException if the nested trait is missing)
62
64
* Fix: Issue #266 (Page Title "phpdox - Test Method")
0 commit comments