You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
14
### Breaking changes
15
15
- NaN
16
16
17
+
## [2.1.0] - 2020-10-08
18
+
### Fixed
19
+
- Redundant class `ClientManager::class` removed and config handling moved to depending library "webklex/php-imap" #345#344
20
+
21
+
### Breaking changes
22
+
-`\Webklex\IMAP\ClientManager::class` no longer exists. Please use the `\Webklex\IMAP\Facades\Client::class` facade or `\Webklex\PHPIMAP\ClientManager::class` instead.
0 commit comments