Prepare v0.9.9 release with import memory optimizations - #26
Merged
Conversation
…ields and suppress update_field during dry runs
- Add Swift_CSV_Import_Cancel_Manager for server-side cancellation flags - Add swift_csv_cancel_import AJAX endpoint to receive frontend cancel signals - Integrate cancellation checks in import batch processor (batch and row boundaries) - Add cancellation checks in WP-compatible importer before and after batch processing - Add frontend cancel signal sending and prevent duplicate cancel button handlers - Improve import session cleanup on cancellation to remove CSV data, logs, and cancel flags - Add detailed logging for existing post lookup mismatches during import updates
…s-scripts chore: update frontend tooling dependencies
- Update yoast/phpunit-polyfills from 2.0.5 to 4.0.0 - Update actions/checkout from v4 to v6 - Update actions/setup-node from v4 to v6 - Update actions/configure-pages from v4 to v5 - Update Node.js version in CI from 18 to 22
chore: update PHP and GitHub Actions dependencies
- Add npm install to local development setup - Remove npm run build as it's only needed when making changes
- Fix JavaScript post_type selector to match admin field id - Add temporary debug logging to inspect import request values - Update error_log path to plugin debug.log for easier access
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.
Summary
Merge
developintomainfor thev0.9.9release.This PR includes:
v0.9.9Changes
Import memory and performance improvements
CSV parsing and import reliability
Release preparation updates
Code quality updates
composer phpcsto targetincludes/with phpcs.xml.distbase64_encode()/base64_decode()usageValidation
composer phpcscomposer testnpm run lint:jsAll passed locally.
Notes
.phpunit.result.cacheandtests/results/*were excluded from the commit