Skip to content

Commit 67ac2ce

Browse files
committed
releasing v2.6.2
1 parent 6b817c4 commit 67ac2ce

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-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: 6
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.6.1",
13+
"name": "v2.6.2",
1414
"desc": "Latest version of PhpMetrics",
1515
"released": "2020-04-02",
16-
"vcs_tag": "v2.6.1",
16+
"vcs_tag": "v2.6.2",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
phpmetrics (2.6.0) unstable; urgency=low
2+
* Force GPG key for relasing
3+
* Improved page rank report, and UI #416
4+
* Merge pull request #420 from phpmetrics/416_improved_pagerank
5+
* Improved UI with help and gradients
6+
* hot fixing phar
7+
* Merge pull request #422 from phpmetrics/hf_phar
8+
* Remove not useful constant
9+
* Merge pull request #423 from phpmetrics/improved_code
10+
* releasing v2.6.1
11+
* Merge pull request #421 from phpmetrics/improved_ui
12+
13+
-- Jean-François Lépine <[email protected]> Thu, 02 Apr 2020 22:21:45 +0200
14+
115
phpmetrics (2.5.0) unstable; urgency=low
216
* Documented how to release (#392)
317
* Added editor config file (#393)
@@ -777,5 +791,7 @@ phpmetrics (1.8.2) unstable; urgency=low
777791

778792

779793

794+
795+
780796

781797

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

releases/phpmetrics.phar

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

168168
/**

0 commit comments

Comments
 (0)