Skip to content

Commit fa9e521

Browse files
committed
Changelog
1 parent b58c054 commit fa9e521

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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

phpqa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('PHPQA_VERSION', '1.7.1');
4+
define('PHPQA_VERSION', '1.7.2');
55

66
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
77
define('COMPOSER_BINARY_DIR', __DIR__ . "/vendor/bin/");

0 commit comments

Comments
 (0)