yii2-tempmail-validator/CHANGELOG.md
2017-10-01 01:49:10 +03:00

20 lines
595 B
Markdown

# Change Log
All notable changes to `elyby/yii2-tempmail-validator` are documented in this file using the
[Keep a CHANGELOG](http://keepachangelog.com/) principles.
## 2.0.0 - 2017-10-01
### Changed
- Bump minimal PHP version to 7.
- Switch from `ely/php-tempmailbuster` to [`daveearley/daves-email-validation-tool`](https://github.com/daveearley/Email-Validation-Tool).
### Removed
- `loader` validator configuration.
- `storage` validator configuration.
- `whiteList` validator configuration.
- `secondaryStorage` validator configuration.
## 1.0.0 - 2016-05-01
### Added
- Initial release