Skip to content

Release#1029

Open
vytisbulkevicius wants to merge 16 commits intomasterfrom
development
Open

Release#1029
vytisbulkevicius wants to merge 16 commits intomasterfrom
development

Conversation

@vytisbulkevicius
Copy link
Contributor

@vytisbulkevicius vytisbulkevicius commented Mar 9, 2026

  • Fixed issue where image disappears after saving post when selected from Optimole DAM
  • Fixed issue with MySQL error getting repeated about commands being out of sync

Prevent buffer flush conflicts
@pirate-bot
Copy link
Collaborator

pirate-bot commented Mar 9, 2026

Plugin build for a60f3c4 is ready 🛎️!

pirate-bot and others added 8 commits March 9, 2026 20:43
…PHP 8.2+

Fixes #1034

When an image file is missing (offloaded to CDN or deleted), the
get_svg_for() method would fail with a fatal error on PHP 8.2+ because
list() was being called on a boolean false value instead of an array.

This fix adds an is_array() check before the list() assignment to
gracefully handle missing images, allowing the fallback logic to
attempt getting dimensions from attachment metadata.
Revert "Saved featured image on post save"
Memoized result within request
fix: prevent fatal error with list() assignment on missing images in PHP 8.2+
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.

Featured image disappears after saving post when selected from Optimole DAM

6 participants