We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dc01e commit e2ae355Copy full SHA for e2ae355
CHANGELOG.md
@@ -3,7 +3,17 @@
3
All notable changes to `elyby/yii2-tempmail-validator` are documented in this file using the
4
[Keep a CHANGELOG](http://keepachangelog.com/) principles.
5
6
-## 1.0.0 - 2016-05-01
+## 2.0.0 - 2017-10-01
7
+### Changed
8
+- Bump minimal PHP version to 7.
9
+- Switch from `ely/php-tempmailbuster` to [`daveearley/daves-email-validation-tool`](https://github.com/daveearley/Email-Validation-Tool).
10
+
11
+### Removed
12
+- `loader` validator configuration.
13
+- `storage` validator configuration.
14
+- `whiteList` validator configuration.
15
+- `secondaryStorage` validator configuration.
16
17
+## 1.0.0 - 2016-05-01
18
### Added
-* Initial release
19
+- Initial release
0 commit comments