Skip to content

Commit 2fcc506

Browse files
author
Nicolas Giraud
committed
releasing v2.3.1
1 parent 949d919 commit 2fcc506

File tree

7 files changed

+84
-8
lines changed

7 files changed

+84
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for taking the time to report this bug :+1:
44

55
Run `phpmetrics --version` to get the version of PhpMetrics.
66

7-
**The latest version of PhpMetrics is v2.3.0.**. Please try to update PhpMetrics and check if the bug persist before submitting new issue.
7+
**The latest version of PhpMetrics is v2.3.1.**. Please try to update PhpMetrics and check if the bug persist before submitting new issue.
88

99
Here is a template for your issue. Please replace the words between braces with the right informations.
1010

.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: 3
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.3.0",
13+
"name": "v2.3.1",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2017-09-22",
16-
"vcs_tag": "v2.3.0",
15+
"released": "2017-10-13",
16+
"vcs_tag": "v2.3.1",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
phpmetrics (2.2.0) unstable; urgency=low
2+
* fix: disabled deb artifact
3+
* fix: disabled deb artifact in travis
4+
* Fix twitter link
5+
* Adjust PHPDoc types
6+
* Fix name resolving of anonymous classes
7+
* Allow // in text without counting it as comment
8+
* Fixed typo in description
9+
* Update style.css
10+
* updated pmd priority levels
11+
* Added changelog
12+
* typo fix
13+
* added links to changelog
14+
* changed markdown to match keep-a-changelog
15+
* added links to footer
16+
* Change heading for LOC graph.
17+
* add preg_quote around dir
18+
* Merge pull request #278 from UFOMelkor/typo/twitter-link
19+
* Merge pull request #281 from UFOMelkor/hotfix/280
20+
* Merge pull request #282 from UFOMelkor/hotfix/273
21+
* Merge pull request #285 from j92/fix_typo
22+
* Merge pull request #287 from rafaelign/master
23+
* Merge pull request #290 from bangpound/patch-1
24+
* Merge pull request #293 from paolomainardi/feature/fix-preg-quoting
25+
* Fix for #280 (anonymous classes support for PHP 7.1)
26+
* Added a newline to the end of a test file
27+
* Merge pull request #299 from FractalizeR-Forks/fix-anonymous-classes-in-php-7.1
28+
* fix: disabled deb artifact
29+
* fix: disabled deb artifact in travis
30+
* way to know parents
31+
* way to get information about depth and childs of node in a tree
32+
* way to get average height of branches in graph
33+
* way to know the Depth of inheritance tree
34+
* way to get the list of metrics
35+
* added CSV report
36+
* added json report
37+
* fixed style
38+
* added the key --report-json to validator
39+
* Merge pull request #301 from phpmetrics/feature/reports
40+
* Adding support for configuration files to read settings from
41+
* Add installed package column when composer.lock file is found.
42+
* Preventing duplicate edges from appearing in a graph using Deduplicated graph class. Fixes #291.
43+
* Add export-ignore option to reduce the archive size of composer downloading.
44+
* Add dockerfile in project to use the latest phar.
45+
* Merge pull request #303 from FractalizeR-Forks/configuration-file-support
46+
* Merge pull request #305 from phpmetrics/fix-284
47+
* Merge pull request #306 from phpmetrics/ignore-export-composer-installation
48+
* Merge pull request #304 from FractalizeR-Forks/avoid_duplicate_edges_in_graph
49+
* Add Traits in parsing through all visitors.
50+
* Fix #286: Missing files in the phar build due to bad regexp filter.
51+
* Fix bad preg_quote usage that fails the regexp and so, fails the Finder.
52+
* Merge pull request #310 from phpmetrics/fix-286
53+
* Add unit tests to check the bugfix about finder.
54+
* Merge pull request #311 from phpmetrics/fix-bad-regexp-finder
55+
* Merge pull request #307 from phpmetrics/fix-244
56+
* Merge pull request #279 from UFOMelkor/docs/phpdoc
57+
* Embed dependent files so generated reports can be used offline
58+
* Fix bad output in the junit report.
59+
* Dropped the changelog
60+
* Merge pull request #312 from phpmetrics/fix-263
61+
* Merge pull request #309 from phpmetrics/fix-308
62+
* Merge pull request #302 from dennisdegreef/localFilesOnly
63+
* Merge pull request #288 from krukru/pmd-priority-rewrite
64+
* Fix makefiles about releasing a new version.
65+
* Fix bad carridge return when displaying the version.
66+
* Merge pull request #313 from phpmetrics/fix-release
67+
* releasing v2.3.0
68+
* Fix missing escapeshellarg on git command arguments to avoid security and access troubles.
69+
* Fix #317: Only consolidate class metrics that groups Classes and Traits to calculate sums and averages.
70+
* Merge pull request #316 from phpmetrics/fix-315
71+
* Merge pull request #318 from phpmetrics/fix-317
72+
73+
-- Jean-François Lépine <[email protected]> Fri, 13 Oct 2017 18:01:53 +0200
74+
175
phpmetrics (2.1.0) unstable; urgency=low
276
* added calculation for max cyclomatic complexity for method in class
377
* fixed typos (whitespaces) in readme
@@ -293,3 +367,5 @@ phpmetrics (1.8.2) unstable; urgency=low
293367

294368

295369

370+
371+

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

releases/phpmetrics.phar

1.08 KB
Binary file not shown.

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ function recurse_copy($src, $dst)
166166
*/
167167
function getVersion()
168168
{
169-
return 'v2.3.0';
169+
return 'v2.3.1';
170170
}

0 commit comments

Comments
 (0)