Changeset 3438944
- Timestamp:
- 01/13/2026 07:14:48 PM (8 weeks ago)
- Location:
- wp-browser-update
- Files:
-
- 2 edited
-
tags/5.1.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-browser-update/tags/5.1.1/readme.txt
r3438922 r3438944 63 63 == Changelog == 64 64 = 5.1.1 = 65 * Fixed:66 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalisation. Thanks to @danyloliptuha for pointing out.67 68 = 5.1 =69 65 * Added: 70 66 * Support for free-text input of browser versions (replaces dropdown selection) … … 76 72 * Security: Improved sanitization and nonce handling for all settings fields 77 73 * Performance: Fewer unnecessary remote lookups when opening the admin settings page 78 79 = 5.0.2 = 80 * Updated outdated browser versions. 74 * Fixed: 75 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalisation. Thanks to @danyloliptuha for pointing out. 81 76 82 77 = 5.0 = -
wp-browser-update/trunk/readme.txt
r3438922 r3438944 63 63 == Changelog == 64 64 = 5.1.1 = 65 * Fixed:66 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalisation. Thanks to @danyloliptuha for pointing out.67 68 = 5.1 =69 65 * Added: 70 66 * Support for free-text input of browser versions (replaces dropdown selection) … … 76 72 * Security: Improved sanitization and nonce handling for all settings fields 77 73 * Performance: Fewer unnecessary remote lookups when opening the admin settings page 78 79 = 5.0.2 = 80 * Updated outdated browser versions. 74 * Fixed: 75 * Prevented a frontend "Uncaught Error" caused by invalid/unexpected browser version strings by hardening version parsing and normalisation. Thanks to @danyloliptuha for pointing out. 81 76 82 77 = 5.0 =
Note: See TracChangeset
for help on using the changeset viewer.