Skip to content

Fix compatibility issues with Magento 2.2.x

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 09 Nov 21:41
· 42 commits to master since this release

This release fixed some errors showing on Magento 2.2.0 and 2.2.1. Basically dependency on \Magento\Framework\HTTP\ZendClientFactory got removed.

  1. Fixed an exception showing on cache management screen by replacing \Magento\Framework\HTTP\ZendClientFactory with \Magento\Framework\HTTP\ClientFactory.
  2. Fixed an exception logged on cache backend selection.
  3. Shell purge handling now uses \Magento\Framework\HTTP\ZendClient directly instead of ZendClientFactory.