Skip to content

update version#17

Merged
akbansa merged 1 commit into
masterfrom
new-version
May 26, 2026
Merged

update version#17
akbansa merged 1 commit into
masterfrom
new-version

Conversation

@akbansa
Copy link
Copy Markdown
Contributor

@akbansa akbansa commented May 26, 2026

No description provided.

@akbansa akbansa requested a review from Copilot May 26, 2026 06:59
@akbansa akbansa self-assigned this May 26, 2026
@akbansa akbansa merged commit 80ca97d into master May 26, 2026
2 of 3 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Gumlet WordPress plugin release metadata to v1.4.1, reflecting updated WordPress/PHP compatibility requirements and aligning documentation with recent runtime fixes and script-loading changes.

Changes:

  • Bump plugin version to 1.4.1 and update minimum requirements to WordPress 6.0+ and PHP 7.4+.
  • Update frontend script loading to register/enqueue gumlet.js in the footer and mark it async via wp_script_add_data.
  • Document 1.4.1 fixes in both readme.txt and changelog.txt (with one duplication issue noted in review comments).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
readme.txt Updates compatibility headers (WP/PHP/tested) and adds the 1.4.1 changelog entry.
includes/class-gumlet.php Adjusts gumlet.js enqueue behavior; adds path helpers; tightens excluded post-type check; passes $is_s3_host into image rewriting.
gumlet.php Bumps plugin header version and adds WP/PHP requirement headers.
changelog.txt Adds 1.4.1 entry and updates 1.4.0 section (currently contains duplicated bullets vs 1.3.20).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread changelog.txt
Comment on lines 10 to 19
= 1.4.0 =
* 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).
* Advanced setting: Auto Resize (auto_resize). When disabled, img src is set directly to the Gumlet URL instead of the placeholder pixel.
* 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.

= 1.3.20 =
* 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.
@akbansa akbansa deleted the new-version branch May 26, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants