Skip to content

Commit e279f73

Browse files
committed
releasing v2.8.1
1 parent b410ac5 commit e279f73

File tree

13 files changed

+71
-23
lines changed

13 files changed

+71
-23
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: 8
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.8.0",
13+
"name": "v2.8.1",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2022-03-23",
16-
"vcs_tag": "v2.8.0",
15+
"released": "2022-03-24",
16+
"vcs_tag": "v2.8.1",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
phpmetrics (2.7.4) unstable; urgency=low
2+
* Fix readme file (#438)
3+
* include by default the composer.lock localized at the root dir
4+
* Allow usage behind proxy
5+
* PR review changes
6+
* Refactor following PR comments
7+
* PR review applied changes
8+
* Add php8 in travis ci
9+
* Merge pull request #1 from phpmetrics/master
10+
* Fix typo
11+
* Removing PHP 7+ return value typehint
12+
* Merge pull request #454 from crimsonkissaki/crimsonkissaki-patch-1
13+
* Merge pull request #449 from ssfinney/master
14+
* Merge pull request #446 from alediator/proxy_env_use
15+
* Merge pull request #442 from AlexHowansky/master
16+
* [ISSUE-445] Fix warning with test on ansi
17+
* Merge pull request #456 from phpmetrics/ISSUE-445
18+
* [ISSUE-451] remove auto scrolling of charts
19+
* Merge pull request #447 from Big-Shark/patch-2
20+
* [ISSUE-436] Restore deb compilation
21+
* Fixed issue with incorrect table header on the complexity report page
22+
* Removed extraneous and invalid HTML syntax
23+
* Merge pull request #455 from phpmetrics/ISSUE-451
24+
* Solve passing null instead of int by removing the flag on the Finder, that is unused by the code.
25+
* Add PHP Attribute "ReturnTypeWillChange" on internal overload definitions as return type is missing.
26+
* Add "unknown" status for private packages to avoid deprecated error in version_compare usage.
27+
* Merge pull request #458 from phpmetrics/ISSUE-436
28+
* Add command to get summary as Json
29+
* Merge pull request #466 from phpmetrics/remove-php8.1-deprecations
30+
* Way to search patterns of code
31+
* Merge pull request #472 from phpmetrics/searches
32+
* Merge pull request #467 from roelbaka/addJsonSummary
33+
* Merge pull request #464 from denniscoorn-paqt/fix/complexity-table-columns
34+
* releasing v2.8.0
35+
* Fixes issues with paths
36+
* Merge pull request #474 from phpmetrics/fixes_permissions_path
37+
* Updates test for phpunit compatibility
38+
* Merge pull request #475 from phpmetrics/phpunit-compatibility
39+
40+
-- Jean-François Lépine <[email protected]> Thu, 24 Mar 2022 11:19:14 +0100
41+
142
phpmetrics (2.7.4) unstable; urgency=low
243
* Fix readme file (#438)
344
* include by default the composer.lock localized at the root dir
@@ -898,6 +939,8 @@ phpmetrics (1.8.2) unstable; urgency=low
898939

899940

900941

942+
943+
901944

902945

903946

artifacts/phar/phpmetrics.deb

356 KB
Binary file not shown.
356 KB
Binary file not shown.

artifacts/phar/toto.eb

356 KB
Binary file not shown.

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

releases/phpmetrics.changes

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,25 @@ Changes:
4343
* Merge pull request #472 from phpmetrics/searches
4444
* Merge pull request #467 from roelbaka/addJsonSummary
4545
* Merge pull request #464 from denniscoorn-paqt/fix/complexity-table-columns
46+
* releasing v2.8.0
47+
* Fixes issues with paths
48+
* Merge pull request #474 from phpmetrics/fixes_permissions_path
49+
* Updates test for phpunit compatibility
50+
* Merge pull request #475 from phpmetrics/phpunit-compatibility
4651
.
47-
-- Jean-François Lépine <[email protected]> Wed, 23 Mar 2022 22:00:37 +0100
52+
-- Jean-François Lépine <[email protected]> Thu, 24 Mar 2022 11:19:14 +0100
4853
Checksums-Sha1:
49-
9b2a4c4689fc7feca0bd0979f9ff98ebea10961d 666 phpmetrics_2.7.4.dsc
50-
71671400cc5db9e342ce248c310d97bbdcd217b3 478184 phpmetrics_2.7.4.tar.gz
51-
a3918f0e03f473c5be2c0db99b5c55fc5f2b0875 364108 phpmetrics_2.7.4_all.deb
52-
5b927cfc0f37b8944aca4e049bed38a2c4bb1960 4214 phpmetrics_2.7.4_amd64.buildinfo
54+
8751776354032a57532128a38ef0b04ea9b53b27 669 phpmetrics_2.7.4.dsc
55+
963febed403b5b449f2034a89121cc3a6f367a25 1570832 phpmetrics_2.7.4.tar.gz
56+
2483041a2dda5b5e9b517b7d416d154866b9316d 364204 phpmetrics_2.7.4_all.deb
57+
adf391007d06372c92d32879704c258fb9c32172 4214 phpmetrics_2.7.4_amd64.buildinfo
5358
Checksums-Sha256:
54-
4fce9a4e2c24b08731ab81a84576e7f0112948a16218c8c9f6ffbcf81f6e9bad 666 phpmetrics_2.7.4.dsc
55-
a7495042a360d898c8b5894fc95648c93a1c76c2b66ec9a2b1ca58f4506b4cc4 478184 phpmetrics_2.7.4.tar.gz
56-
ff94bd59f12c1c652412bb0c364be1f35b6c1296ac34e61d19d214f8af8d79f6 364108 phpmetrics_2.7.4_all.deb
57-
2bdac4277e34b794d8bfbb1df1f980e157e12b0857d521c16b5bd128807b4462 4214 phpmetrics_2.7.4_amd64.buildinfo
59+
a96feb610178ff3f1f28a06ae2fe68d08a6a41be557814c69c345a86a878bab7 669 phpmetrics_2.7.4.dsc
60+
a6d64016075243e4d3ccb9e0d11158136d8b84bbfe5d2672bcd6f37e0c7a39f0 1570832 phpmetrics_2.7.4.tar.gz
61+
12a942def04ae9cf761e7cdd60c428851cc523c240f197893c92ef71598f89d3 364204 phpmetrics_2.7.4_all.deb
62+
b459b7427c3f4809369f90e7711418ee21271730b7b673ce749fb997f2fe5f48 4214 phpmetrics_2.7.4_amd64.buildinfo
5863
Files:
59-
1830449356b61d9ab07820b2ed105ffd 666 base optional phpmetrics_2.7.4.dsc
60-
83dfafee33529cd500910bf4f4360c82 478184 base optional phpmetrics_2.7.4.tar.gz
61-
332677b22f816e29933a9ce1b208d640 364108 base optional phpmetrics_2.7.4_all.deb
62-
e61e471f328939f9e5a6a1e2fc914a56 4214 base optional phpmetrics_2.7.4_amd64.buildinfo
64+
f35531d2b4eba935c80b3b88864dc16a 669 base optional phpmetrics_2.7.4.dsc
65+
765ba71069e20acf070b7962bbf289ac 1570832 base optional phpmetrics_2.7.4.tar.gz
66+
6b36562730cab9d957e3d036d4c85748 364204 base optional phpmetrics_2.7.4_all.deb
67+
902a3540657f5ca5bc5fee1cd37003c5 4214 base optional phpmetrics_2.7.4_amd64.buildinfo

releases/phpmetrics.deb

96 Bytes
Binary file not shown.

releases/phpmetrics.dsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Build-Depends: make
1212
Package-List:
1313
phpmetrics deb base optional arch=all
1414
Checksums-Sha1:
15-
71671400cc5db9e342ce248c310d97bbdcd217b3 478184 phpmetrics_2.7.4.tar.gz
15+
963febed403b5b449f2034a89121cc3a6f367a25 1570832 phpmetrics_2.7.4.tar.gz
1616
Checksums-Sha256:
17-
a7495042a360d898c8b5894fc95648c93a1c76c2b66ec9a2b1ca58f4506b4cc4 478184 phpmetrics_2.7.4.tar.gz
17+
a6d64016075243e4d3ccb9e0d11158136d8b84bbfe5d2672bcd6f37e0c7a39f0 1570832 phpmetrics_2.7.4.tar.gz
1818
Files:
19-
83dfafee33529cd500910bf4f4360c82 478184 phpmetrics_2.7.4.tar.gz
19+
765ba71069e20acf070b7962bbf289ac 1570832 phpmetrics_2.7.4.tar.gz

releases/phpmetrics.phar

440 Bytes
Binary file not shown.

releases/phpmetrics.tar.gz

1.04 MB
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.8.0';
165+
return 'v2.8.1';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)