Skip to content

v1.2.5 – Changes and fixes

Latest

Choose a tag to compare

@MaxG-WebProjects MaxG-WebProjects released this 25 Jan 17:41
· 7 commits to main since this release

Added

  • 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.