-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
:major: 2 | ||
:minor: 4 | ||
:patch: 1 | ||
:minor: 5 | ||
:patch: 0 | ||
:special: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,38 @@ | ||
phpmetrics (2.4.0) unstable; urgency=low | ||
* Fix template type | ||
* Verify errors in php<7 | ||
* Use class_alias to load php5 or php7 code | ||
* Merge pull request #361 from UFOMelkor/hotfix/360-php56 | ||
* Retain the old ccn and add wmc as new metric | ||
* Merge pull request #362 from UFOMelkor/hotfix/remain-ccn | ||
* releasing v2.4.1 | ||
* Test on PHP 7.3 | ||
* Don't leave notice when array is small | ||
* Add final to class metric | ||
* Update ClassEnumVisitor.php | ||
* Merge pull request #371 from lencse/php73 | ||
* Fix issue#380. Typo in Blob report | ||
* Merge pull request #385 from phpmetrics/issue#380 | ||
* Added sort package config to composer | ||
* Merge pull request #388 from phpmetrics/sort-packages | ||
* Include codesniffer. Remove alias function and short array syntax (#387) | ||
* Remove superfluous docblocks that are adding no value (#390) | ||
* Skip `self` and `parent` from external dependencies (#1) (#370) | ||
* Trying to fix deprecation of PSR-0 (issue#382) (#384) | ||
* file_exists > is_file (#366) | ||
* Apply PSR-2 codestyle (#389) | ||
* Update phpunit to use highest version possible (#391) | ||
* Merge pull request #375 from gmponos/patch-1 | ||
* Merge pull request #372 from lencse/loc-report | ||
* Test against PHP 7.4 (#383) | ||
* releasing | ||
* releasing v2.4.1 | ||
* Update contributing.md | ||
* update readme file | ||
* Merge branch 'master' of github.com:phpmetrics/PhpMetrics | ||
|
||
-- Jean-François Lépine <[email protected]> Thu, 12 Dec 2019 09:01:35 +0100 | ||
|
||
phpmetrics (2.0.0-rc) unstable; urgency=low | ||
* way to get infos about unexpected bugs | ||
* Don't trigger the issuer on suppressed errors | ||
|
@@ -638,3 +673,5 @@ phpmetrics (1.8.2) unstable; urgency=low | |
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,5 +162,5 @@ function recurse_copy($src, $dst) | |
*/ | ||
function getVersion() | ||
{ | ||
return 'v2.4.1'; | ||
return 'v2.5.0'; | ||
} |