*/ // Return source code if(isset($_GET['source'])) { header("Content-Type: text/plain"); die(file_get_contents(basename($_SERVER['PHP_SELF']))); } // Connect to the database require_once('vars.php'); $dbc = pg_connect("host=$DB_HOST dbname=$DB_NAME user=$DB_USER password=$DB_PASSWORD") or die('Could not connect: ' . pg_last_error()); ?> Wordle Changes

Wordle Changes

[back] [source]

This page catalogs all changes that have been made to Wordle words after their initial publication to the API. Tracking began on 2026-06-25.

'; echo ''; echo ''; echo ''; echo ''; } ?>
Date Days Since Launch Old Solution New Solution
' . $row['print_date'] . '' . $row['days_since_launch'] . '' . $row['old'] . '' . $row['new'] . '

POTENTIAL WORDLE SPOILERS AHEAD

Words are identified by days since launch only, not the actual date, to make it harder to remember words you see, but there may still be future words here!!

As such, words are below the fold so to speak. Scroll down to see them.

= $1 ORDER BY days_since_launch"; $res = pg_query_params($query, [date('Y-m-d', time())]); while($row = pg_fetch_array($res)) { echo ''; echo ''; echo ''; echo ''; } ?>
Days Since Launch Old Solution New Solution
' . $row['days_since_launch'] . '' . $row['old'] . '' . $row['new'] . '