Skip to content

2.6.0

Compare
Choose a tag to compare
@nadar nadar released this 14 Jul 08:44
· 44 commits to master since this release
68557c5

2.6.0 (14. July 2020)

  • #29 Refactoring of the caching system. The CURL collection class serializes the response into a json and stores this information in the cache. The previous version stored the full PHP class object which can lead into errors when working with memcached servers or other PSR16 cache implementations.