Skip to content

v1.13.3

Compare
Choose a tag to compare
@Lukasdotcom Lukasdotcom released this 07 Sep 01:04
· 374 commits to main since this release
a85958d

Update Information

#512 fixed a bug that could cause colliding playeruids. Before upgrading you can run the command below to find all offenders and then manually fix the data from that player. There were no examples found so no upgrade script is given. If you find one make a discussion for help fixing it.

SELECT * FROM players WHERE NOT EXISTS (SELECT * FROM clubs WHERE clubs.club=players.club AND clubs.league=players.league);

What's Changed

  • Fixes the size of pictures for the detailed player view by @Lukasdotcom in #511
  • Fixes colliding playeruids by @Lukasdotcom in #512
  • Fixes showing undefined on username by @Lukasdotcom in #513
  • Does not show bad player data while the data is being updated by @Lukasdotcom in #516
  • Fix cache edge case for when the game will start soon but not soon enough by @Lukasdotcom in #517
  • Has the price filter use the sale price by default by @Lukasdotcom in #518
  • Fixes bug that does not allow you to buy players on sale if you do not have enough money for normal price by @Lukasdotcom in #519

Dependency Changes

Full Changelog: 1.13.2...1.13.3