TikTok and WSHH have been updated.
Experimental support for Guzzle has been added, disabled by default.
Guzzle is a PHP library used by XenForo to retrieve data from external sources. This add-on uses native cURL calls for the same purpose. If this means anything to you and you want this add-on to use the same Guzzle client as XenForo, you can add the following to your config.php file:
Code:
$config['http']['s9e.client'] = 'guzzle';
Future versions of this add-on may default to using Guzzle if it proves beneficial.