function SetupPage() { global $pageDesc, $pageKeywords, $pageTitle; $pageTitle = 'Bootstrap 4 to Bootstrap 5 Upgrade Tips'; $pageDesc = 'Tips on upgrading from Boostrap 4 to Bootstrap 5.'; $pageKeywords = 'CompuTools, Bootstrap, Bootstrap 4, Bootstrap 5'; }

Bootrap 4 to Bootstrap 5 Upgrade

I extensively use Bootstrap on web sites that I develop, and recently had to upgrade a site from Bootstrap 4 to Bootstrap 5.

This process is a bit tedious, so I thought I would document it for posterity. This is not a complete guide—just a list of changes that affected my site, but I hope this checklist will help others.