v1.13.3
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
- Update typescript-eslint monorepo to v6.6.0 by @renovate in #504
- Update dependency @types/node to v18.17.14 by @renovate in #510
- Update dependency cypress to v13.1.0 by @renovate in #509
- Update dependency @mui/material to v5.14.8 by @renovate in #515
- Update actions/checkout action to v4 by @renovate in #514
Full Changelog: 1.13.2...1.13.3