Bring the Shopware version matrix of the CI, PR and nightly pipelines up to date with the versions Shopware has actually released, and check every version against the available dockware/shopware images. Use when asked to update the Shopware versions, the…
Bring the Shopware version matrix of the CI, PR and nightly pipelines up to date with the versions Shopware has actually released, and check every version against the available dockware/shopware images. Use when asked to update the Shopware versions, the…
Set the release version of the Mollie plugin before it goes to internal QA. Bumps composer.json and the MolliePayments::PLUGIN_VERSION constant, and turns the "# Unreleased" changelog section into the new version heading in both languages. Use when asked to…
Set the release version of the Mollie plugin before it goes to internal QA. Bumps composer.json and the MolliePayments::PLUGIN_VERSION constant, and turns the "# Unreleased" changelog section into the new version heading in both languages. Use when asked to…
Reviews newly written tests — PHPUnit mocks instead of fakes, missing CoversClass, missing Group('core') on API-free integration tests, tests that assert implementation instead of behaviour, missing regression coverage. Use AFTER the tests are written. Report…
Add or remove a Mollie payment method in this Shopware 6 plugin. Adding = new enum case plus a handler with marker interfaces (manual capture, bank transfer, B2B-only, subscriptions, recurring mandate, Orders API); registration is automatic, no migration or…
Turn a correction from the developer into a permanent rule change, so the same mistake cannot come back. Use whenever the developer rejects, corrects or overrides something you did or proposed — "no, do it this way", "that is wrong", "not like that", "I…
Reviews the CHANGELOG_de-DE.md and CHANGELOG_en-GB.md entries before hand-over — too many bullets for one behaviour, a pile-up of Fixed entries that makes the plugin look broken, wrong label for the wording, developer detail that should not be…