Skip to content

Releases: gumlet/wordpress-plugin

Improve image handling: auto-resize toggle, SVG support, and DOM parsing fix

23 Mar 09:01
5a5bbb0

Choose a tag to compare

What changed

  • Advanced setting: Auto Resize (auto_resize). When disabled, img src is set directly to the Gumlet URL instead of the placeholder pixel (no viewport-based resize via gumlet.js for those tags).
  • Fix DOM parsing for img/source tags: do not entity-encode the whole tag before loadHTML (was preventing any img from being found).
  • Support SVG URLs in replace_image_url.
  • Normalize JSON-style escapes in fragments (wp_unslash, /) before parsing.

Fixed PHP 8.4 compatibility

14 Aug 10:03

Choose a tag to compare

1.3.19

fix versioning

Fixed warnings for newer php versions and improved error logging

21 Mar 10:58
689dccd

Choose a tag to compare

Merge pull request #13 from gumlet/fix-warnings

update version

Add latest version support and changelog

13 Nov 09:12

Choose a tag to compare

1.3.16

add test support and changelog

update version

13 Nov 09:08

Choose a tag to compare

1.3.15

update version

Resolve conflict

13 Nov 09:01
c2c3459

Choose a tag to compare

update function name to avoid conflict

update function name to avoid conflict if someone uses both the plugins we have

Added support for Gumlet Video Embed

28 May 05:36
0ebc698

Choose a tag to compare

1.3.12

Add changelog info

1.0.1

12 Jul 06:05

Choose a tag to compare

smaller logo

Release 1.0

11 Jul 09:06

Choose a tag to compare

fix params