Changelog
[4.1.4] - 2024-10-20
Here we had the changelogs for 4.1.4.
Added
- Basic setting of the LMO changed. The minimum requirement of the web server is PHP 7.4.xxx - one higher than 8.0.0 would be better
- Creation of a knockout tournament with 24 teams possible (new UEFA mode Champions League, Europa League)
- Added creation of a second half game plan in a league (thx DwB and webfalter for help)
- Playoff mode can now be displayed and set better in knockout tournaments (Preview).
Changed
- Pop-up calendar in the admin backend changed to multilingual (was previously fixed in German)
- Optimized tab jumps when entering data in knockout tournaments following advice from DwB.
- Using PHPMailer() instead of mail()
- Language files updated (duplicate ones removed or changed to new name)
- Changed the language selection flags (GIF -> SVG)
- Ticker addon now with JQuery plugin instead of its own JS >>by DwB
Deprecated
- utf8_decode() removed (with PHP 8.2.xx deprecated) iconv() instead
Removed
- Removed old files from the Limporter addon
Fixed
- Bug in league statistics fixed. Thx DwB
- avoid null access #9 (thx tombrain)
- Avoid outOfIndex access in liga.class with hand sorting #10 (thx tombrain)
- Message for tip reminder is preset as 0. #12
- PHP warnings in the addon betting game #13 >>thx DwB
- Error when passwords contain special characters like '@!$' and these are then saved in cfg files (e.g. in an FTP access of an addon). >>thx DwB
- various errors in the addon betting game fixed (thanks to all helpers)
What's Changed
- fix: Avoiding outOfIndex access in liga.class with hand sorting by @tombrain in #10
- Message for tip reminder is preset as 0 by @OliverUweHahn in #12
New Contributors
- @tombrain made their first contribution in #10
- @OliverUweHahn made their first contribution in #12
Full Changelog: 4.1.2...4.1.4