Gatilab Products

Release Notes

Improvements, fixes, and the details behind each release.

Functionalities

Optional WordPress utilities for content, site administration, and everyday development.

View Product
← All Functionalities Releases
Stable

Functionalities 1.4.2

What's Changed

  • Fixed: wp_kses now preserves data-* attributes on <script>, <style>, and <link> tags in Header & Footer snippets
  • Fixed: async, defer, nomodule, id, nonce, crossorigin, and as attributes no longer stripped from snippet tags for non-admin users
  • Fixed: Unified allowed-tags list between snippet output and save sanitization to prevent attribute drift
  • Fixed: README.md version was outdated (still showed 1.4.0)

= 1.4.1 = = 1.4.2 = Fixes data-* and other attributes being stripped from script/style/link tags in Header & Footer snippets for non-admin users.

Commits

  • v1.4.2: preserve data-* and module attributes on snippet tags (c2c3da4)