File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ PHP_CodeCoverage 1.2
33
44This is the list of changes for the PHP_CodeCoverage 1.2 release series.
55
6+ PHP_CodeCoverage 1.2.9
7+ ----------------------
8+
9+ * Improved rendering of "lines covered" numbers for functions and methods with long names or argument lists.
10+ * Fixed the title of the Y axis of the Code Coverage ./. Cyclomatic Complexity dashboard chart.
11+ * Upgraded to Highcharts 2.3.5.
12+ * Upgraded to jQuery 1.9.1.
13+
614PHP_CodeCoverage 1.2.8
715----------------------
816
Original file line number Diff line number Diff line change 5656 */
5757class PHP_CodeCoverage_Version
5858{
59- const VERSION = '1.2.8 ' ;
59+ const VERSION = '1.2.9 ' ;
6060 protected static $ version ;
6161
6262 /**
Original file line number Diff line number Diff line change 17171818 <active >yes</active >
1919 </lead >
20- <date >2013-02-14 </date >
20+ <date >2013-02-26 </date >
2121 <version >
22- <release >1.2.8 </release >
22+ <release >1.2.9 </release >
2323 <api >1.2.0</api >
2424 </version >
2525 <stability >
You can’t perform that action at this time.
0 commit comments