1.0.27
Bug Fixes
- DB migration:
pp_db_versionis now only bumped to8.0after confirming thedivision_standings_datacolumn was successfully added. Previously the version could advance even if theALTER TABLEfailed silently, leaving the column missing and causing update errors. - Division tab streak/last_10: Division standings now show the same streak and last-10 values as the Overall tab instead of blank strings.
Upgrading from 1.0.26
If your site hit the Unknown column 'division_standings_data' error, reset the db version option so the migration retries:
UPDATE wp_options SET option_value = '7.0' WHERE option_name = 'pp_db_version';Then load any admin page to trigger the migration, and run a standings refresh.