mirror of
https://github.com/elyby/yii2-tempmail-validator.git
synced 2024-11-08 13:42:29 +05:30
20 lines
595 B
Markdown
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
|