Skip to content

Releases: gumlet/wordpress-plugin

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

Choose a tag to compare

@akbansa akbansa released this 23 Mar 09:01
5a5bbb0

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

Choose a tag to compare

@akbansa akbansa released this 14 Aug 10:03
1.3.19

fix versioning

Fixed warnings for newer php versions and improved error logging

Choose a tag to compare

@akbansa akbansa released this 21 Mar 10:58
689dccd
Merge pull request #13 from gumlet/fix-warnings

update version

Add latest version support and changelog

Choose a tag to compare

@akbansa akbansa released this 13 Nov 09:12
1.3.16

add test support and changelog

update version

Choose a tag to compare

@akbansa akbansa released this 13 Nov 09:08
1.3.15

update version

Resolve conflict

Choose a tag to compare

@akbansa akbansa released this 13 Nov 09:01
c2c3459
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

Choose a tag to compare

@akbansa akbansa released this 28 May 05:36
0ebc698
1.3.12

Add changelog info

1.0.1

Choose a tag to compare

@adityapatadia adityapatadia released this 12 Jul 06:05
smaller logo

Release 1.0

Choose a tag to compare

@adityapatadia adityapatadia released this 11 Jul 09:06
fix params