- Fixed a number of PHP 8.4 deprecation notices like "Implicitly marking parameter $foo as nullable is deprecated, the explicit nullable type must be used instead". Since I currently still want to support PHP 5.6, the fix removes type hints from several method parameters instead of using nullable types. Props to @todeveni.
- Added Serbian (Cyrillic) translation (@urosevic).