Skip to content

Release - #4587

Open
pirate-bot wants to merge 24 commits into
masterfrom
development
Open

Release#4587
pirate-bot wants to merge 24 commits into
masterfrom
development

Conversation

@pirate-bot

@pirate-bot pirate-bot commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Linked issues

This release will close the following issues once merged:

Public changelog

  • Fixed archive pages crashing when post content order data is stored as an array.
  • Fixed fatal errors when unavailable Pro navigation files load.
  • Fixed Neve page options reverting after you save them in the block editor.
  • Fixed site errors when a navigation walker is unavailable.
  • Fixed duplicate Footer Menu IDs in responsive footer layouts.
  • Fixed dashboard errors when the changelog handler is unavailable.
  • Fixed Customizer preview crashes when color settings receive array values.
  • Fixed Customizer crashes when Header Footer Grid components cannot be resolved.
  • Fixed mobile off-canvas carts that did not open after adding products.
  • Fixed the editor title not dimming when you disable the page title.
  • Fixed right-edge dropdown menus opening beside their parent items.
  • Fixed manual excerpt links disappearing on blog and archive pages.

@pirate-bot

pirate-bot commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator Author

Plugin build for 8dba348 is ready 🛎️!

* fix: protect registered meta keys in block editor sidebar

* fix: update registered meta keys handling

---------

Co-authored-by: Marius Cristea <marius.cristea@vertistudio.com>
* fix: check walker class existence

* fix: improve nav walker class existence checks

* fix: remove debug logging

---------

Co-authored-by: Marius Cristea <marius.cristea@vertistudio.com>
* fix: prevent duplicate footer menu IDs

* fix: ensure unique IDs for header menus

* fix: update footer menu test setup

* fix: update selector for primary navigation in starter sites test

* fix: correct comment

* fix: add newline at end

* fix: e2e test

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
* fix: add class existence checks to prevent errors

* fix: improve class loading error handling

* fix: use current theme version for error reporting
* fix: enhance color sanitization to handle non-string values

* fix: ensure overlay opacity is set

* fix: enhance color sanitization

* fix: sanitize color control values
* fix: improve component resolution handling

* fix: namespace to component instance checks
…isle-sdk to 3.3.59

The latest Theme Check plugin flags lowercase "wordpress" in shipped text
files as a REQUIRED error, failing the theme-check CI job.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix: apply disabled styling to title in editor

* fix: update documentation for editor styles
Neither ships functionality: installed.json is only read by the composer
CLI (runtime uses installed.php) and the SDK changelog is documentation.
Both are flagged as REQUIRED errors by the latest Theme Check plugin.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix: improve dropdown positioning

* fix: add submenu viewport tests

* fix: improve dropdown repositioning
* fix: preserve HTML markup in excerpts

* fix: enhance excerpt handling for character-based locales

* fix: e2e test

* fix: enhance excerpt trimming to preserve HTML markup

* fix: e2e test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment