Skip to content

Commit

Permalink
version bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Feb 21, 2017
1 parent d521286 commit 21badc2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ return PhpCsFixer\Config::create()
],
'concat_space' => ['spacing' => 'one'],
'array_syntax' => ['syntax' => 'short'],
'empty_return' => false,
'blank_line_before_return' => false,
'phpdoc_align' => false,
'phpdoc_params' => false,
'phpdoc_scalar' => false,
'phpdoc_separation' => false,
'phpdoc_to_comment' => false,
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# hiqdev/yii2-error-notifier

## [0.0.5] - 2017-02-21

- Renamed parameter `flagWithDomain` <- flagDomainName ([@hiqsol])
- Removed flagging email `To` address ([@hiqsol])

## [0.0.4] - 2017-02-03

- Added flagging email `to`, `from` and `subject` with domain name ([@hiqsol], [@SilverFire])
Expand Down Expand Up @@ -27,8 +32,9 @@
[@silverfire]: https://github.com/SilverFire
[@hiqsol]: https://github.com/hiqsol
[sol@hiqdev.com]: https://github.com/hiqsol
[Under development]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.3...HEAD
[Under development]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.4...HEAD
[0.0.1]: https://github.com/hiqdev/yii2-error-notifier/releases/tag/0.0.1
[0.0.2]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.1...0.0.2
[0.0.3]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.2...0.0.3
[0.0.4]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.3...0.0.4
[0.0.5]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.4...0.0.5
12 changes: 11 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hiqdev/yii2-error-notifier

## [0.0.5] - 2017-02-21

- Renamed parameter `flagWithDomain` <- flagDomainName
- [d521286] 2017-02-21 renamed `flagWithDomain` <- flagDomainName [@hiqsol]
- Removed flagging email `To` address
- [4db3468] 2017-02-21 disabled flagging email `To` address [@hiqsol]

## [0.0.4] - 2017-02-03

- Added flagging email `to`, `from` and `subject` with domain name
Expand Down Expand Up @@ -47,7 +54,7 @@
[d0baec1]: https://github.com/hiqdev/yii2-error-notifier/commit/d0baec1
[5b1a68d]: https://github.com/hiqdev/yii2-error-notifier/commit/5b1a68d
[440d779]: https://github.com/hiqdev/yii2-error-notifier/commit/440d779
[Under development]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.3...HEAD
[Under development]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.4...HEAD
[0.0.1]: https://github.com/hiqdev/yii2-error-notifier/releases/tag/0.0.1
[c7e41a7]: https://github.com/hiqdev/yii2-error-notifier/commit/c7e41a7
[fa8f3d7]: https://github.com/hiqdev/yii2-error-notifier/commit/fa8f3d7
Expand All @@ -60,3 +67,6 @@
[5a95a5e]: https://github.com/hiqdev/yii2-error-notifier/commit/5a95a5e
[76c68b6]: https://github.com/hiqdev/yii2-error-notifier/commit/76c68b6
[0.0.4]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.3...0.0.4
[d521286]: https://github.com/hiqdev/yii2-error-notifier/commit/d521286
[4db3468]: https://github.com/hiqdev/yii2-error-notifier/commit/4db3468
[0.0.5]: https://github.com/hiqdev/yii2-error-notifier/compare/0.0.4...0.0.5
8 changes: 8 additions & 0 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* Error Notifier for Yii2
*
* @link https://github.com/hiqdev/yii2-error-notifier
* @package yii2-error-notifier
* @license BSD-3-Clause
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

error_reporting(E_ALL & ~E_NOTICE);

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4 2017-02-03 10:35:33 +0000 372241dfd8016a4a455db7005e26f9ee9bc7c0fc
0.0.5 2017-02-21 10:49:53 +0000 d521286e7ac79b6109f67130865214a2742acbb8

0 comments on commit 21badc2

Please sign in to comment.