Skip to content

1.0.27

Choose a tag to compare

@connormesec connormesec released this 22 Apr 22:22
· 15 commits to main since this release

Bug Fixes

  • DB migration: pp_db_version is now only bumped to 8.0 after confirming the division_standings_data column was successfully added. Previously the version could advance even if the ALTER TABLE failed 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.