Release - #1137
Open
pirate-bot wants to merge 12 commits into
Open
Conversation
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.58 to 3.3.61. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.61/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.58...v3.3.61) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: gate Jetpack conflict notice on Photon * refactor: centralize Jetpack Photon status * refactor: register Photon conflict as compatibility
Collaborator
Author
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…overs this repo) [skip ci] Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
While page profiling is pending, replace_content() sent 'Cache-Control: max-age=300' for every not-logged-in request with headers still unsent. Because PHP's header() replaces same-name headers, it overwrote the no-cache header WooCommerce sets on cart, checkout and account pages, letting proxies cache user-specific pages for five minutes. The header is now sent only when DONOTCACHEPAGE is not set and no Cache-Control header exists yet, so a no-cache or longer-lived policy set by WordPress, WooCommerce or a cache plugin is never overridden. The new optml_send_temporary_cache_header filter lets developers override the decision in both directions. Fixes #1082 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* fix: coerce object-shaped page profiles before viewport lookup Object-cache backends that JSON-decode without associative arrays store profiler payloads as stdClass, which fatals on ['af'] access during frontend lazyload. Normalize storage reads and guard device lookups. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: drop stale PHPStan baseline entries for typed storage get() Co-authored-by: Cursor <cursoragent@cursor.com> * refactor: keep object-shaped profile fix at the storage boundary Drop per-lookup Profile/Lazyload guards now that storage get() normalizes stdClass. Keep the LCP imageId null coalesce. Seed tests through transients instead of reflection. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
get_optimized_images() can return WP_Error or false on transport and API failures. Guard poll_optimized_images() so dashboard polling degrades to an empty list instead of fatalling. Co-authored-by: Cursor <cursoragent@cursor.com>
* fix: normalize file permissions during replacement * fix: improve file permission handling * fix: phpunit * fix: improve error message * fix: reuse existing generic error for permission failure The permission failure isn't actionable by the user, so reuse the already-translated "Error replacing file" string instead of adding a new untranslated one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: selul <marius.cristea@vertistudio.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issues
This release will close the following issues once merged:
Cache-Control: max-age=300header on dynamic pages (e.g. WooCommerce cart/checkout) #1082WP_Errorresponses #1125Public changelog