Changeset 3466129
- Timestamp:
- 02/20/2026 10:54:46 PM (2 weeks ago)
- Location:
- wp-browser-update
- Files:
-
- 4 added
- 4 deleted
- 2 edited
-
tags/4.5 (deleted)
-
tags/4.6 (deleted)
-
tags/4.8 (deleted)
-
tags/5.0 (deleted)
-
tags/5.0.0 (added)
-
tags/5.0.0/WP-BrowserUpdate.php (added)
-
tags/5.0.0/readme.txt (added)
-
tags/5.0.0/uninstall.php (added)
-
tags/5.1.1/readme.txt (modified) (9 diffs)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-browser-update/tags/5.1.1/readme.txt
r3438959 r3466129 20 20 21 21 == Important Notice == 22 **Breaking Changes in Version 5.0 **22 **Breaking Changes in Version 5.0.0** 23 23 - Requires **PHP 7.4** or newer. 24 - Ensure your hosting is updated to PHP 7.4 before upgrading to version 5.0 or newer.24 - Ensure your hosting is updated to PHP 7.4 before upgrading to version 5.0.0 or newer. 25 25 - Servers running older PHP versions are no longer supported. 26 26 - If your server is running an earlier PHP version, please download [version 4.8.1](https://downloads.wordpress.org/plugin/wp-browser-update.4.8.1.zip "Download WP BrowserUpdate from WordPress.org"). … … 38 38 39 39 = Manual Installation = 40 If you prefer to install the plugin manually via SFTP or [Virtualmin](https://virtualmin.com "Virtualmin"), follow these steps:40 If you prefer to install the plugin manually via SFTP, follow these steps: 41 41 1. **Download the plugin** 42 42 - [Download the latest version](https://downloads.wordpress.org/plugin/wp-browser-update.zip "Download WP BrowserUpdate from WordPress.org") from the WordPress Plugin Directory. … … 45 45 - You should now have a folder named `wp-browser-update`. 46 46 3. **Upload the plugin to your website** 47 - Connect to your website using an FTP client (e. g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel.47 - Connect to your website using an FTP client (e. g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel. 48 48 - Navigate to `/wp-content/plugins/` in your WordPress installation directory. 49 49 - Upload the extracted `wp-browser-update` folder. … … 75 75 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalization. Thanks to @danyloliptuha for pointing out. 76 76 77 = 5.0 =77 = 5.0.0 = 78 78 * **Breaking Changes**: PHP 7.4 now required. 79 79 * Updated to follow WordPress Coding Standards. … … 85 85 86 86 = 4.8.1 = 87 * Updated outdated browser versions.88 89 = 4.8.0 =90 87 * Optimized code. 91 88 * Fixed bug. … … 96 93 * Updated outdated browser versions. 97 94 98 = 4.6 =95 = 4.6.0 = 99 96 * Fixed Cross-Site Scripting (XSS) vulnerability. 100 97 * Updated outdated browser versions. 101 98 102 = 4.5 =99 = 4.5.0 = 103 100 * Fixed Cross-Site Request Forgery (CSRF) vulnerability. 104 101 * Updated outdated browser versions. 105 102 106 = 4.4.1 = 107 * Updated outdated browser versions. 108 109 = 4.4 = 103 = 4.4.0 = 110 104 * Updated source URL. 111 105 * Updated outdated browser versions. 112 106 113 = 4.3 =107 = 4.3.0 = 114 108 * Fixed plugin activation issue (thanks @Naveen). 115 109 * Updated outdated browser versions. 116 110 117 = 4.0 =111 = 4.0.0 = 118 112 * Fixed bugs (thanks to forum commenters). 119 113 * Updated JavaScript. 120 114 121 = 3.2 =115 = 3.2.0 = 122 116 * Corrected version typo causing plugin issues. 123 117 124 = 3.1 =118 = 3.1.0 = 125 119 * Fixed bugs (thanks @tristanmason). 126 120 * Updated outdated browser versions. … … 131 125 * Updated outdated browser versions. 132 126 133 = 3.0 =127 = 3.0.0 = 134 128 * Overhauled functions. 135 129 * Updated JavaScript. 136 130 * Updated outdated browser versions. 137 131 138 = 2.4 =132 = 2.4.0 = 139 133 * Fixed functions. 140 134 141 = 2.3 =135 = 2.3.0 = 142 136 * Overhauled functions. 143 137 * Updated translation files. 144 138 * Minor fixes. 145 139 146 = 2.2 =140 = 2.2.0 = 147 141 * Changed license to GPLv3. 148 142 * Added text domain to header. … … 153 147 * Minor fixes to notification messages. 154 148 155 = 2.1 =149 = 2.1.0 = 156 150 * Added JavaScript customization options. 157 151 … … 161 155 * Minor fixes. 162 156 163 = 2.0 =157 = 2.0.0 = 164 158 * Added admin settings panel. 165 159 * Added uninstall function. 166 160 167 = 1.0 =161 = 1.0.0 = 168 162 * Initial stable version. -
wp-browser-update/trunk/readme.txt
r3438959 r3466129 20 20 21 21 == Important Notice == 22 **Breaking Changes in Version 5.0 **22 **Breaking Changes in Version 5.0.0** 23 23 - Requires **PHP 7.4** or newer. 24 - Ensure your hosting is updated to PHP 7.4 before upgrading to version 5.0 or newer.24 - Ensure your hosting is updated to PHP 7.4 before upgrading to version 5.0.0 or newer. 25 25 - Servers running older PHP versions are no longer supported. 26 26 - If your server is running an earlier PHP version, please download [version 4.8.1](https://downloads.wordpress.org/plugin/wp-browser-update.4.8.1.zip "Download WP BrowserUpdate from WordPress.org"). … … 38 38 39 39 = Manual Installation = 40 If you prefer to install the plugin manually via SFTP or [Virtualmin](https://virtualmin.com "Virtualmin"), follow these steps:40 If you prefer to install the plugin manually via SFTP, follow these steps: 41 41 1. **Download the plugin** 42 42 - [Download the latest version](https://downloads.wordpress.org/plugin/wp-browser-update.zip "Download WP BrowserUpdate from WordPress.org") from the WordPress Plugin Directory. … … 45 45 - You should now have a folder named `wp-browser-update`. 46 46 3. **Upload the plugin to your website** 47 - Connect to your website using an FTP client (e. g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel.47 - Connect to your website using an FTP client (e. g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel. 48 48 - Navigate to `/wp-content/plugins/` in your WordPress installation directory. 49 49 - Upload the extracted `wp-browser-update` folder. … … 75 75 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalization. Thanks to @danyloliptuha for pointing out. 76 76 77 = 5.0 =77 = 5.0.0 = 78 78 * **Breaking Changes**: PHP 7.4 now required. 79 79 * Updated to follow WordPress Coding Standards. … … 85 85 86 86 = 4.8.1 = 87 * Updated outdated browser versions.88 89 = 4.8.0 =90 87 * Optimized code. 91 88 * Fixed bug. … … 96 93 * Updated outdated browser versions. 97 94 98 = 4.6 =95 = 4.6.0 = 99 96 * Fixed Cross-Site Scripting (XSS) vulnerability. 100 97 * Updated outdated browser versions. 101 98 102 = 4.5 =99 = 4.5.0 = 103 100 * Fixed Cross-Site Request Forgery (CSRF) vulnerability. 104 101 * Updated outdated browser versions. 105 102 106 = 4.4.1 = 107 * Updated outdated browser versions. 108 109 = 4.4 = 103 = 4.4.0 = 110 104 * Updated source URL. 111 105 * Updated outdated browser versions. 112 106 113 = 4.3 =107 = 4.3.0 = 114 108 * Fixed plugin activation issue (thanks @Naveen). 115 109 * Updated outdated browser versions. 116 110 117 = 4.0 =111 = 4.0.0 = 118 112 * Fixed bugs (thanks to forum commenters). 119 113 * Updated JavaScript. 120 114 121 = 3.2 =115 = 3.2.0 = 122 116 * Corrected version typo causing plugin issues. 123 117 124 = 3.1 =118 = 3.1.0 = 125 119 * Fixed bugs (thanks @tristanmason). 126 120 * Updated outdated browser versions. … … 131 125 * Updated outdated browser versions. 132 126 133 = 3.0 =127 = 3.0.0 = 134 128 * Overhauled functions. 135 129 * Updated JavaScript. 136 130 * Updated outdated browser versions. 137 131 138 = 2.4 =132 = 2.4.0 = 139 133 * Fixed functions. 140 134 141 = 2.3 =135 = 2.3.0 = 142 136 * Overhauled functions. 143 137 * Updated translation files. 144 138 * Minor fixes. 145 139 146 = 2.2 =140 = 2.2.0 = 147 141 * Changed license to GPLv3. 148 142 * Added text domain to header. … … 153 147 * Minor fixes to notification messages. 154 148 155 = 2.1 =149 = 2.1.0 = 156 150 * Added JavaScript customization options. 157 151 … … 161 155 * Minor fixes. 162 156 163 = 2.0 =157 = 2.0.0 = 164 158 * Added admin settings panel. 165 159 * Added uninstall function. 166 160 167 = 1.0 =161 = 1.0.0 = 168 162 * Initial stable version.
Note: See TracChangeset
for help on using the changeset viewer.