Skip to content

Commit 237048f

Browse files
committed
releasing v2.7.2
1 parent f87e9ce commit 237048f

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
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: 1
4+
:patch: 2
55
:special: ''

artifacts/bintray.json

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

artifacts/debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
phpmetrics (2.7.0) unstable; urgency=low
2+
* Fixed colors of JSON file in markdown
3+
* Fixed markdown and hidden char
4+
* Fix #429, bug when generating html report.
5+
* Fix #431, only outdated packages will be reported
6+
* Merge pull request #430 from pts-contrib/bug-429
7+
* Merge pull request #432 from pts-contrib/bug-431
8+
* fix contribution typo
9+
* releasing v2.7.1
10+
* Fix path of reporter
11+
12+
-- Jean-François Lépine <[email protected]> Sat, 27 Jun 2020 15:06:49 +0200
13+
114
phpmetrics (2.6.2) unstable; urgency=low
215
* New composer report and improved UI
316
* Merge pull request #424 from phpmetrics/ui_composer
@@ -823,6 +836,8 @@ phpmetrics (1.8.2) unstable; urgency=low
823836

824837

825838

839+
840+
826841

827842

828843

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.1/phpmetrics.phar
19+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/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.1/phpmetrics.deb
26+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.deb
2727
dpkg -i phpmetrics.deb
2828
```
2929

releases/phpmetrics.phar

1 Byte
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.1';
165+
return 'v2.7.2';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)