Skip to content

2.1.0

Compare
Choose a tag to compare
@Webklex Webklex released this 08 Oct 18:14
· 41 commits to master since this release

Fixed

  • Redundant class ClientManager::class removed and config handling moved to depending library "webklex/php-imap" #345 #344

Breaking changes

  • \Webklex\IMAP\ClientManager::class no longer exists. Please use the \Webklex\IMAP\Facades\Client::class facade or \Webklex\PHPIMAP\ClientManager::class instead.