Release - #1315
Open
pirate-bot wants to merge 14 commits into
Open
Conversation
* fix: enhance error handling * fix: improve error handling in plugin installer
Contributor
Author
|
Plugin build for d6aa034 is ready 🛎️!
Note You can preview the changes in the Playground |
) * fix: lazy feed loader remains on Loading... after request failure The lazy loader's AJAX call had no error callback, so any failed request (network failure, HTTP error, corrupted JSON) left the initial Loading... text visible indefinitely. The success handler also assumed a well-formed wp_send_json envelope and broke on raw string returns from the REST callback or responses without rendered content. Failed or malformed requests now replace the loading indicator with the server's message when one is present, or a localized error message filterable via feedzy_lazyload_error_msg. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: address review feedback on lazy loader error handling Render the filtered error message into each lazy block as a data attribute so feedzy_lazyload_error_msg works per feed URL instead of page-globally through the shared feedzy JS object. Make the failure tests deterministic: create the request listener before navigation, drop the racy loading-state assertions, and assert the rendered error message rather than the absence of the loader. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: reuse existing translatable string for lazy loader error message Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Soare Robert Daniel <soare.robert.daniel@protonmail.com>
* feat: migrate PA-API 5 to creator API * fix: update labels
Contributor
Author
🌍 i18n String Review Report📊 Summary
➕ Added Strings (5) - Click to expand
➖ Removed Strings (6) - Click to expand
|
* fix: restore legacy deletion settings * fix: update labels * fix: update import feed delete days logic * fix: normalize import feed delete days value to prevent fallback
Merged
fix: e2e tests
…1303) Bumps [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) from 3.2.0 to 3.4.1. - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases) - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](WordPress/WordPress-Coding-Standards@3.2.0...3.4.1) --- updated-dependencies: - dependency-name: wp-coding-standards/wpcs dependency-version: 3.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…overs this repo) [skip ci] Co-Authored-By: Claude Fable 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:
Loading...after request failure #1299WP_Ajax_Upgrader_Skin::get_error_code()#1310Public changelog