Skip to content

Release - #1315

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

Release#1315
pirate-bot wants to merge 14 commits into
masterfrom
development

Conversation

@pirate-bot

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

Copy link
Copy Markdown
Contributor

Linked issues

This release will close the following issues once merged:

Public changelog

  • Fixed setup wizard crashes during optional plugin installation.
  • Fixed lazy feed sections that stayed on Loading after a request failed.
  • Improved Amazon import settings for Creator API credentials.
  • Fixed deletion settings for existing imports with legacy expiration values.

pirate-bot and others added 3 commits August 12, 2026 15:57
* fix: enhance error handling

* fix: improve error handling in plugin installer
@pirate-bot

pirate-bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author

Plugin build for d6aa034 is ready 🛎️!

Note

You can preview the changes in the Playground

Alexia-Soare and others added 2 commits August 20, 2026 16:01
)

* 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
@pirate-bot

pirate-bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

🌍 i18n String Review Report

📊 Summary

Category Count
➕ Added 5
➖ Removed 6
🔄 Changed 0
Total 11
➕ Added Strings (5) - Click to expand
String Location Words Suggested Match
Client Secret includes/views/amazon-prod... 2 Secret key
Delete the posts created for this import after ... includes/views/import-meta... 12 Delete the posts created from all feeds, after a number of days
Helpful if you want to remove stale or old item... includes/views/import-meta... 22 Helpful if you want to remove stale or old items automatically. If you choose 0, it will be considered the individual import setting.
Client ID includes/views/amazon-prod... 2 No close match
Marketplace includes/views/amazon-prod... 1 No close match
Total 39
➖ Removed Strings (6) - Click to expand
String Location
Access Key: includes/views/amazon-prod...
Access Key includes/views/amazon-prod...
Secret key: includes/views/amazon-prod...
Secret key includes/views/amazon-prod...
Host: includes/views/amazon-prod...
Region: includes/views/amazon-prod...

pirate-bot and others added 3 commits August 20, 2026 21:29
* 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
@girishpanchal30 girishpanchal30 mentioned this pull request Aug 24, 2026
selul and others added 6 commits August 24, 2026 12:31
…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>
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.

Setup wizard crashes on WP_Ajax_Upgrader_Skin::get_error_code() Lazy feed loader remains on Loading... after request failure

4 participants