Skip to content

Commit

Permalink
releasing v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Jun 27, 2020
1 parent f87e9ce commit 237048f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 7
:patch: 1
:patch: 2
:special: ''
4 changes: 2 additions & 2 deletions artifacts/bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"licenses": ["MIT"]
},
"version": {
"name": "v2.7.1",
"name": "v2.7.2",
"desc": "Latest version of PhpMetrics",
"released": "2020-06-27",
"vcs_tag": "v2.7.1",
"vcs_tag": "v2.7.2",
"attributes": [],
"gpgSign": false
},
Expand Down
15 changes: 15 additions & 0 deletions artifacts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
phpmetrics (2.7.0) unstable; urgency=low
* Fixed colors of JSON file in markdown
* Fixed markdown and hidden char
* Fix #429, bug when generating html report.
* Fix #431, only outdated packages will be reported
* Merge pull request #430 from pts-contrib/bug-429
* Merge pull request #432 from pts-contrib/bug-431
* fix contribution typo
* releasing v2.7.1
* Fix path of reporter

-- Jean-François Lépine <[email protected]> Sat, 27 Jun 2020 15:06:49 +0200

phpmetrics (2.6.2) unstable; urgency=low
* New composer report and improved UI
* Merge pull request #424 from phpmetrics/ui_composer
Expand Down Expand Up @@ -823,6 +836,8 @@ phpmetrics (1.8.2) unstable; urgency=low








4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export PATH=~/.composer/vendor/bin:$PATH
## Phar

```bash
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/phpmetrics.phar
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.phar
chmod +x phpmetrics.phar && mv phpmetrics.phar /usr/local/bin/phpmetrics
```

## Apt (Debian, Ubuntu...)

```bash
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/phpmetrics.deb
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.deb
dpkg -i phpmetrics.deb
```

Expand Down
Binary file modified releases/phpmetrics.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function recurse_copy($src, $dst)
*/
function getVersion()
{
return 'v2.7.1';
return 'v2.7.2';
}

/**
Expand Down

0 comments on commit 237048f

Please sign in to comment.