File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ## v1.7.2
5+
6+ * [ #33 ] ( https://github.com/EdgedesignCZ/phpqa/issues/33 ) Improved [ reports] ( https://edgedesigncz.github.io/phpqa/report/phpqa.html )
7+ * unified layout (bootstrap3) + phpqa version
8+ ![ screenshot from 2016-10-22 09 00 15] ( https://cloud.githubusercontent.com/assets/7994022/19617638/2b8852a2-9836-11e6-8e35-e5551c684451.png )
9+ * overview in phpcs, phpmd, phpcpd
10+ ![ screenshot from 2016-10-22 09 00 35] ( https://cloud.githubusercontent.com/assets/7994022/19617639/2ba27f74-9836-11e6-83ef-e333c59e89dd.png )
11+ * relative file paths
12+ ![ screenshot from 2016-10-22 09 01 04] ( https://cloud.githubusercontent.com/assets/7994022/19617642/2bb524d0-9836-11e6-98ca-1dfa4e5bfe55.png )
13+ * interactive pdepend metrics
14+ ![ screenshot from 2016-10-22 09 01 37] ( https://cloud.githubusercontent.com/assets/7994022/19617640/2bb3d274-9836-11e6-97a8-22def6ea1901.png )
15+
416## v1.7.1
517
618* [ #32 ] ( https://github.com/EdgedesignCZ/phpqa/pull/32 ) Improved reports
Original file line number Diff line number Diff line change 11#!/usr/bin/env php
22<?php
33
4- define ('PHPQA_VERSION ' , '1.7.1 ' );
4+ define ('PHPQA_VERSION ' , '1.7.2 ' );
55
66if (file_exists (__DIR__ . '/vendor/autoload.php ' )) {
77 define ('COMPOSER_BINARY_DIR ' , __DIR__ . "/vendor/bin/ " );
You can’t perform that action at this time.
0 commit comments