Skip to content

Tags: wpgaurav/functionalities

Tags

v1.4.5

Toggle v1.4.5's commit message
v1.4.5: allow WOFF/WOFF2 font uploads in WordPress media library

Enable font file uploads with proper MIME type registration and
magic-byte signature validation for security.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.4.4

Toggle v1.4.4's commit message
docs: remove changelog from README.md, point to readme.txt

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.4.3

Toggle v1.4.3's commit message
v1.4.3: fix Link Management breaking Vue.js pages (MyListing explore)

DOMDocument re-parsing in process_content() was corrupting Vue template
directives (v-cloak, v-if, v-show, :class, @click, {{ }}) causing the
MyListing explore page to flash content then hide it permanently.

Added early-exit regex check that skips DOM parsing when content contains
JS framework directives. This prevents unnecessary processing and avoids
corrupting non-standard HTML attributes that Vue/React depend on.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.4.2

Toggle v1.4.2's commit message
v1.4.2: preserve data-* and module attributes on snippet tags

wp_kses was stripping data-website-id, data-id, async, defer, nomodule,
and other valid attributes from script/style/link tags in Header & Footer
snippets for non-admin users. Unified the two separate allowed-tags lists
(output and save) into a single snippet_allowed_tags() method.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

1.4.1

Toggle 1.4.1's commit message
v1.4.1: comprehensive uninstall, WP_Filesystem, shared CSS sanitizer,…

… cleanup

v1.4.1

Toggle v1.4.1's commit message
docs: update training link in readme

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v1.4.0

Toggle v1.4.0's commit message
v1.4.0: Bricks font support, Task Manager redesign, typography assign…

…ments, PWA prefill

v1.3.1

Toggle v1.3.1's commit message
clean html

v1.3.0

Toggle v1.3.0's commit message
WordPress 7 editor iframe compatibility

v1.2.0

Toggle v1.2.0's commit message
v1.2.0 - Require explicit activation for all modules