Skip to content

Commit dc6d852

Browse files
committed
releasing v2.7.0
1 parent 1dd4d3c commit dc6d852

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

.semver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 2
3-
:minor: 6
4-
:patch: 2
3+
:minor: 7
4+
:patch: 0
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.6.2",
13+
"name": "v2.7.0",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2020-04-02",
16-
"vcs_tag": "v2.6.2",
15+
"released": "2020-06-26",
16+
"vcs_tag": "v2.7.0",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
phpmetrics (2.6.1) unstable; urgency=low
2+
* Improved UI with help and gradients
3+
* Merge pull request #421 from phpmetrics/improved_ui
4+
* releasing v2.6.2
5+
* New composer report and improved UI
6+
* Merge pull request #424 from phpmetrics/ui_composer
7+
* Group analyzed components by layer
8+
* Merge pull request #428 from phpmetrics/config_group
9+
10+
-- Jean-François Lépine <[email protected]> Fri, 26 Jun 2020 22:22:02 +0200
11+
112
phpmetrics (2.6.0) unstable; urgency=low
213
* Force GPG key for relasing
314
* Improved page rank report, and UI #416
@@ -792,6 +803,8 @@ phpmetrics (1.8.2) unstable; urgency=low
792803

793804

794805

806+
807+
795808

796809

797810

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

releases/phpmetrics.phar

16.7 KB
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.6.2';
165+
return 'v2.7.0';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)