This release is identical to 2.1.1.0, except it explicitly defines the requirement XF2.3.
2.1.1.0 has been removed to avoid confusion with compatibility as it does not work with XF2.2.
- BUG FIX: The Amazon AWS SDK has been updated to remove the abandoned Tightenco library.
This version and all future versions now requires PHP 8.1+ to function. The recommended PHP version for XF is now PHP 8.3, so this requirement is keeping in line with maintenance.
If you installed the previous version of this addon, on PHP 8.1+ and have lost access to your forum, add the following to your config.php:
Code:
$config['enableListeners'] = false;
Remove the line after you've upgraded to this new version.