Prepare 0.0.9 release#30
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: wcpos/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR releases version 0.0.9 with documentation of the plugin's hybrid SumUp SDK integration. The release notes describe the PHP-version-dependent approach using the official prefixed SDK on PHP 8.2+ with WordPress HTTP fallback for earlier versions, removal of an unused dependency, transport abstraction with SDK-to-HTTP fallback, response normalization, runtime guards, and regression test coverage. Plugin version metadata is updated from 0.0.8 to 0.0.9 in both the header and version constant. Changes0.0.9 Release
🎯 1 (Trivial) | ⏱️ ~2 minutes
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
SUTWC_VERSIONto 0.0.9Validation
php -l sumup-terminal-for-woocommerce.phpphp tests/regression/activation-guard.phpphp tests/regression/prefixed-sdk-autoload-is-conditional.phpphp tests/regression/sdk-compatibility-message.phpphp tests/regression/sdk-reader-normalization.phpgit diff --checkcomposer run lint(fails on the existing PHPCS baseline in unchanged files)Summary by CodeRabbit
New Features
Improvements
Documentation