Skip to content

Commit 0387287

Browse files
committed
Merge branch 'master' into develop
2 parents 2337128 + 42c299d commit 0387287

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 0.5
2+
-----------
3+
4+
* Add trait support
5+
thanks to Mark Wu
6+
* Add inherits support
7+
thanks to Mark Wu
8+
* Add namespace support
9+
thanks to Mark Wu
10+
* Add instruction to enable phar extension in README
11+
112
Version 0.4.2
213
-------------
314

PHPCtags.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class PHPCtags
33
{
4-
const VERSION = '0.4.2';
4+
const VERSION = '0.5';
55

66
private $mFile;
77

0 commit comments

Comments
 (0)