This plugin notifies website visitors to update their outdated browser in a non-intrusive way.
Many users still browse with outdated browsers, often unaware of the risks. Upgrading ensures better security and reliability. This plugin displays a subtle notification prompting visitors to update their browser. Activate the plugin, and it works seamlessly.
Visit browserupdate.org for more details.
Want to help translate this plugin? Visit the WordPress Translation Project.
Breaking Changes in Version 5.0.0
- Requires PHP 7.4 or newer.
- Ensure your hosting is updated to PHP 7.4 before upgrading to version 5.0.0 or newer.
- Servers running older PHP versions are no longer supported.
- If your server is running an earlier PHP version, please download version 4.8.1.
This is the easiest and quickest way to install the plugin:
- Log in to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- In the search bar, type WP BrowserUpdate.
- Locate the correct plugin in the search results.
- Click Install Now next to WP BrowserUpdate.
- Once installed, click Activate to enable the plugin.
If you prefer to install the plugin manually via SFTP, follow these steps:
- Download the plugin
- Download the latest version from the WordPress Plugin Directory.
- Extract the plugin files
- Locate the downloaded ZIP file and extract it on your computer.
- You should now have a folder named
wp-browser-update.
- Upload the plugin to your website
- Connect to your website using an FTP client (e. g., FileZilla) or access the File Manager in your hosting control panel.
- Navigate to
/wp-content/plugins/in your WordPress installation directory. - Upload the extracted
wp-browser-updatefolder.
- Activate the plugin
- Log in to your WordPress admin dashboard.
- Go to Plugins > Installed Plugins.
- Find WP BrowserUpdate in the list and click Activate.
If you have already downloaded the ZIP file, you can install it via the WordPress admin panel:
- Log in to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- Click Upload Plugin at the top of the page.
- Click Choose File, select
wp-browser-update.zipfrom your computer, and click Install Now. - Once the installation is complete, click Activate Plugin to enable it.
- Added:
- Support for free-text input of browser versions (replaces dropdown selection).
- Browser version check and caching.
- Cache duration filter: Added a wpbu_browser_version_cache_hours filter to allow developers to adjust the browser version cache duration (default: 6 hours).
- Changed:
- Admin settings page follows WordPress admin standards.
- Cleaner field structure: Improved markup and consistency of settings form fields.
- Security: Improved sanitization and nonce handling for all settings fields.
- Performance: Fewer unnecessary remote lookups when opening the admin settings page.
- Fixed:
- Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalization. Thanks to @danyloliptuha for pointing out.
- Breaking Changes: PHP 7.4 now required.
- Updated to follow WordPress Coding Standards.
- Improved security and sanitization.
- Integrated WordPress Settings API.
- Added customization filters.
- Optimized script and style handling.
- Updated outdated browser versions.
- Optimized code.
- Fixed bug.
- Updated outdated browser versions.
- Removed redundant colons.
- Updated outdated browser versions.
- Fixed Cross-Site Scripting (XSS) vulnerability.
- Updated outdated browser versions.
- Fixed Cross-Site Request Forgery (CSRF) vulnerability.
- Updated outdated browser versions.
- Updated source URL.
- Updated outdated browser versions.
- Fixed plugin activation issue.
- Updated outdated browser versions.
- Fixed bugs.
- Updated JavaScript.
- Corrected version typo causing plugin issues.
- Fixed bugs.
- Updated outdated browser versions.
- Fixed initialization error.
- Changed protocol to HTTPS.
- Updated outdated browser versions.
- Overhauled functions.
- Updated JavaScript.
- Updated outdated browser versions.
- Fixed functions.
- Overhauled functions.
- Updated translation files.
- Minor fixes.
- Changed licence to GPLv3.
- Added text domain to header.
- Added POT file for easier translations.
- Included minified JavaScript.
- Minor fixes to notification messages.
- Added JavaScript customization options.
- Updated outdated browser versions.
- Added settings link.
- Minor fixes.
- Added admin settings panel.
- Added uninstall function.
- Initial stable version.