Skip to content

Commit bbeaf8b

Browse files
committed
releasing v2.7.1
1 parent 062ce7f commit bbeaf8b

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 2
33
:minor: 7
4-
:patch: 0
4+
:patch: 1
55
:special: ''

artifacts/bintray.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"licenses": ["MIT"]
1111
},
1212
"version": {
13-
"name": "v2.7.0",
13+
"name": "v2.7.1",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2020-06-26",
16-
"vcs_tag": "v2.7.0",
15+
"released": "2020-06-27",
16+
"vcs_tag": "v2.7.1",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
phpmetrics (2.6.2) unstable; urgency=low
2+
* New composer report and improved UI
3+
* Merge pull request #424 from phpmetrics/ui_composer
4+
* Group analyzed components by layer
5+
* Merge pull request #428 from phpmetrics/config_group
6+
* releasing v2.7.0
7+
* Fixed colors of JSON file in markdown
8+
* Fixed markdown and hidden char
9+
* Fix #429, bug when generating html report.
10+
* Fix #431, only outdated packages will be reported
11+
* Merge pull request #430 from pts-contrib/bug-429
12+
* Merge pull request #432 from pts-contrib/bug-431
13+
* fix contribution typo
14+
15+
-- Jean-François Lépine <[email protected]> Sat, 27 Jun 2020 14:56:42 +0200
16+
117
phpmetrics (2.6.1) unstable; urgency=low
218
* Improved UI with help and gradients
319
* Merge pull request #421 from phpmetrics/improved_ui
@@ -805,6 +821,8 @@ phpmetrics (1.8.2) unstable; urgency=low
805821

806822

807823

824+
825+
808826

809827

810828

doc/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export PATH=~/.composer/vendor/bin:$PATH
1616
## Phar
1717

1818
```bash
19-
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.0/phpmetrics.phar
19+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/phpmetrics.phar
2020
chmod +x phpmetrics.phar && mv phpmetrics.phar /usr/local/bin/phpmetrics
2121
```
2222

2323
## Apt (Debian, Ubuntu...)
2424

2525
```bash
26-
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.0/phpmetrics.deb
26+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/phpmetrics.deb
2727
dpkg -i phpmetrics.deb
2828
```
2929

releases/phpmetrics.phar

-198 Bytes
Binary file not shown.

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function recurse_copy($src, $dst)
162162
*/
163163
function getVersion()
164164
{
165-
return 'v2.7.0';
165+
return 'v2.7.1';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)