← NewTon DC Tournament Manager

Landing page fix, cleaner card layout.

NewTon DC Tournament Manager v4.2.2 — March 9, 2026

Download v4.2.2

Overview

NewTon DC Tournament Manager Version 4.2.2 fixes a bug where the landing page HTML was visible when opening tournament.html directly in a browser without PHP processing. The landing page feature cards have also been reorganized.

This release contains no breaking changes and is a drop-in replacement for v4.2.1.


Landing Page HTML Leak Fix

When tournament.html was opened directly in a browser (outside Docker), the landing page HTML content was rendered above the tournament app. Browsers parse <?php ?> tags as "bogus comments" ending at the first > character — and the landing page HTML contains many > characters in its tags, causing them to leak through.

Solution: The landing page HTML has been moved to a separate landing-page.php file and is included via the <script><?php include ?></script> pattern. Browsers treat PHP inside script tags as invalid JavaScript and silently ignore it. This is the same pattern already used by the demo site banner.


Landing Page Card Reorganization

Feature card layout (2 rows of 4):

  1. Single & Double Elimination | Lane & Referee Management | Complete Undo System | Import & Export
  2. Chalker Scoring App | Offline-First Design | Total Privacy | Self-Hostable with Docker

Migration from v4.2.1

Automatic

Docker Deployments


Known Issues

None at time of release.


NewTon DC Tournament Manager v4.2.2 — landing page fix, cleaner card layout.

Download v4.2.2

Previous Releases

For older releases, see the GitHub releases page.