[payplug/sylius-payplug-plugin] Get ready for v2#1944
Merged
symfony-recipes-bot merged 1 commit intosymfony:mainfrom Feb 11, 2026
Merged
[payplug/sylius-payplug-plugin] Get ready for v2#1944symfony-recipes-bot merged 1 commit intosymfony:mainfrom
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
Conversation
The v2 use the new bundle structure (no more Resources) Adding routes
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. payplug/sylius-payplug-plugin0.2 vs 2.0diff --git a/payplug/sylius-payplug-plugin/0.2/config/packages/sylius_payplug.yaml b/payplug/sylius-payplug-plugin/2.0/config/packages/sylius_payplug.yaml
index 82462ec0..7fe43aa0 100644
--- a/payplug/sylius-payplug-plugin/0.2/config/packages/sylius_payplug.yaml
+++ b/payplug/sylius-payplug-plugin/2.0/config/packages/sylius_payplug.yaml
@@ -1,3 +1,2 @@
imports:
- - { resource: "@PayPlugSyliusPayPlugPlugin/Resources/config/config.yml" }
- - { resource: "@PayPlugSyliusPayPlugPlugin/Resources/config/services.xml" }
+ - { resource: "@PayPlugSyliusPayPlugPlugin/config/config.yml" }
diff --git a/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml b/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml
new file mode 100644
index 00000000..d6812b69
--- /dev/null
+++ b/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml
@@ -0,0 +1,2 @@
+sylius_payplug:
+ resource: "@PayPlugSyliusPayPlugPlugin/config/routing.yaml" |
oallain
approved these changes
Feb 11, 2026
diimpp
approved these changes
Feb 11, 2026
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.
Hi ! New recipe for the v2 of this plugin that is around the corner
This follow this PR on plugin: payplug/SyliusPayPlugPlugin#273
Tag v2.0.0-rc already created