Skip to content

Commit

Permalink
Realease 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
povils committed Jan 12, 2020
1 parent 70a7dac commit 31afa4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.2.0] - 2019-01-12
- Add default ignore functions (intval, strval and floatval)
- Fix negative number whitelisting
- Ignore the negative value if the scalar does not have a value field
- Allow multiple files and directories
-
## [v2.1.0] - 2019-01-27
- Check magic numbers in constant arrays.
- Catch array[magic_number]
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Application extends BaseApplication
{
const VERSION = '2.1.0';
const VERSION = '2.2.0';
const COMMAND_NAME = 'phpmnd';

public function __construct()
Expand Down

0 comments on commit 31afa4d

Please sign in to comment.