WP BrowserUpdate is a WordPress plugin that shows a clear update notice when a visitor uses a browser older than the versions a site owner wants to support.
WP BrowserUpdate uses the browser-update.org detection logic, but bundles the visitor-facing runtime with the plugin. A site can show the notice without loading scripts, styles, or default notification links from browser-update.org at display time.
- Detects outdated browsers through the bundled browser-update.org runtime.
- Lets site owners define supported browser versions from the WordPress admin area.
- Supports defaults, major versions, negative offsets, and exact dotted versions such as
137.0.3912.63. - Keeps Microsoft Edge and legacy Internet Explorer as separate browser targets.
- Lets administrators configure notice text, links, language, placement, reminder timing, mobile handling, unsupported-browser handling, and trusted custom CSS.
- Provides a test mode so administrators can force the notice during setup.
- Loads the visitor-facing runtime from the WordPress site instead of from browser-update.org.
- Documents the bundled upstream runtime files with retrieval dates and SHA-256 hashes.
Older WP BrowserUpdate versions depended on browser-update.org at display time. Version 6 moves the required browser-update.org runtime and WP BrowserUpdate adapters into the plugin package.
This matters for sites that use stricter security or privacy controls:
- Content Security Policies do not need to allow runtime scripts from
browser-update.org. - Tracker blockers are less likely to block the notice runtime.
- Reviewers can inspect runtime files as part of the plugin package.
- Future upstream refreshes can use the recorded source URLs and hashes for comparison.
browser-update.org remains the credited upstream project for browser detection and notification behaviour.
- WordPress 6.0 or newer.
- PHP 7.4 or newer.
- A modern WordPress installation that can enqueue the bundled plugin scripts and styles.
Servers running older PHP versions should stay on WP BrowserUpdate 4.8.1 until the hosting provider upgrades the environment.
Install WP BrowserUpdate from the WordPress plugin directory:
- Open Plugins > Add New in the WordPress admin area.
- Search for WP BrowserUpdate.
- Install and activate the plugin.
- Open Settings > WP BrowserUpdate.
- Adjust the browser thresholds and notice behaviour for the site.
The WordPress plugin directory remains the recommended installation and update channel for normal sites.
Use this repository when you want to inspect the source, compare release snapshots, review the bundled runtime assets, or report issues.
The active development package lives in wp-browser-update/trunk/. Released WordPress snapshots live under wp-browser-update/tags/<version>/.
wp-browser-update/trunk/ current plugin package
wp-browser-update/tags/ released WordPress snapshots
site/ static project page
README.md GitHub-facing project overview
LICENSE project license
GitHub source archives are intentionally scoped through .gitattributes so release source downloads contain the plugin package rather than the full repository workspace.
wp-browser-update/trunk/assets/README.md documents the bundled browser-update.org files.
That file records:
- upstream source URLs
- retrieval date
- SHA-256 hashes for retrieved upstream files
- shipped filenames
- the local-only WP BrowserUpdate adapter expectations
- the update workflow for future runtime refreshes
The plugin package has no front-end build step. The WordPress plugin source is plain PHP, CSS, and JavaScript.
Before changing runtime or admin behaviour, check the relevant files in wp-browser-update/trunk/ and keep the WordPress.org readme in sync when user-facing behaviour changes.
Useful local checks include:
php -l wp-browser-update/trunk/WP-BrowserUpdate.php
php -l wp-browser-update/trunk/uninstall.php
node --check wp-browser-update/trunk/assets/update.test.wpbu.jsThe repository also carries Codex-local validation tooling outside the product package. Those local agent paths are not part of the published WordPress plugin.
wp-browser-update/trunk/readme.txt maintains the WordPress.org changelog.
Current release: 6.0.1.
Recent highlights:
- 6.0.1 corrects the original plugin source strings to en-US so WordPress.org translations can provide locale-specific variants.
- 6.0.0 introduces the structured settings model and bundles the visitor-facing browser-update.org runtime for CSP-friendly local loading.
- 5.0.0 requires PHP 7.4.
- WordPress.org plugin page
- Project page source
- GitHub releases
- browser-update.org
- WordPress Translation Project
Bug reports, focused fixes, documentation improvements, and translation help are welcome.
For plugin text translations, use the WordPress Translation Project. For source changes, keep pull requests narrow and include the checks or manual verification that match the touched area.
WP BrowserUpdate uses the GNU General Public Licence v3 or later.
The bundled browser-update.org runtime remains credited to browser-update.org and keeps its upstream notice, as documented in the runtime asset notes.