You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styles module to manage CSS independently of the scripts.
Dashicon for each module title.
Instructions for external HTTP requests hardening - See it in security module (thanks to @ozgursar for his related LinkedIn's post).
Changed
Split the scripts module to begin the CSS styles.
wp-sniphub.php and wpsh-admin.css to include and display Dashicons for each module title.
All favicons files with WPSnipHub logo instead of my own site logo.
Fixed
Fixed an issue where the browser tab notification emoji was displayed incorrectly or as plain text in some environments (thanks to @valentin-grenier).
Improved reliability of the browser tab title animation when the page loses focus.
Technical details
Replaced a raw UTF-8 emoji in inline JavaScript with explicit Unicode escape sequences.
This prevents character encoding issues caused by PHP → JavaScript injection and ensures consistent rendering across browsers, servers, and build environments.