Skip to content

Commit c6fc9a5

Browse files
author
Nicolas Giraud
committed
releasing v2.3.0
1 parent ddebbad commit c6fc9a5

File tree

7 files changed

+95
-8
lines changed

7 files changed

+95
-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.0.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.0.**. 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
3-
:minor: 2
3+
:minor: 3
44
:patch: 0
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.2.0",
13+
"name": "v2.3.0",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2017-04-12",
16-
"vcs_tag": "v2.2.0",
15+
"released": "2017-09-22",
16+
"vcs_tag": "v2.3.0",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

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

207292

208293

294+
295+

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

releases/phpmetrics.phar

675 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.2.0';
169+
return 'v2.3.0';
170170
}

0 commit comments

Comments
 (0)