Skip to content

Commit

Permalink
releasing v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Jun 27, 2020
1 parent 062ce7f commit bbeaf8b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 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: 0
:patch: 1
:special: ''
6 changes: 3 additions & 3 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.0",
"name": "v2.7.1",
"desc": "Latest version of PhpMetrics",
"released": "2020-06-26",
"vcs_tag": "v2.7.0",
"released": "2020-06-27",
"vcs_tag": "v2.7.1",
"attributes": [],
"gpgSign": false
},
Expand Down
18 changes: 18 additions & 0 deletions artifacts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
phpmetrics (2.6.2) unstable; urgency=low
* New composer report and improved UI
* Merge pull request #424 from phpmetrics/ui_composer
* Group analyzed components by layer
* Merge pull request #428 from phpmetrics/config_group
* releasing v2.7.0
* 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

-- Jean-François Lépine <lepinejeanfrancois@yahoo.fr> Sat, 27 Jun 2020 14:56:42 +0200

phpmetrics (2.6.1) unstable; urgency=low
* Improved UI with help and gradients
* Merge pull request #421 from phpmetrics/improved_ui
Expand Down Expand Up @@ -805,6 +821,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.0/phpmetrics.phar
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/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.0/phpmetrics.deb
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.1/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.0';
return 'v2.7.1';
}

/**
Expand Down

0 comments on commit bbeaf8b

Please sign in to comment.