Skip to content

Commit

Permalink
Added changelog for version 1.0.7, updated dependencies and upgrade
Browse files Browse the repository at this point in the history
VERSION.md for release 1.0.7.
  • Loading branch information
corpsee committed Mar 30, 2019
1 parent ed4ba22 commit 488cdc8
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 258 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.0.7 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.7) (2019-03-30)

[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.6...1.0.7)

### Added

- Optional port for queue (`Pheanstalk`) and fixed documentation about worker setting up. Issue
[#288](https://github.com/php-censor/php-censor/issues/288).

### Fixed

- Config path for PHPCodeSniffer config. Issue [#287](https://github.com/php-censor/php-censor/issues/287).
- GitHub sources links for errors with only one line.

### Changed

- Improved code style.
- Improved documentation (About configuring projects).


## [1.0.6 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.6) (2019-03-06)

[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.5...1.0.6)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
"symfony/debug": "~3.4.0",
"symfony/config": "~3.4.0",
"symfony/intl": "~3.4.0",
"symfony/stopwatch": "~3.4.0",
"symfony/options-resolver": "~3.4.0",
"doctrine/instantiator": "~1.0.0",
"doctrine/annotations": "~1.4.0",
"phpunit/php-token-stream": "~1.4.0",
"phpdocumentor/reflection-docblock": "~2.0.0",
"myclabs/deep-copy": "~1.7.0",
Expand Down
Loading

0 comments on commit 488cdc8

Please sign in to comment.