diff --git a/RECIPES.md b/RECIPES.md index b0f4ea1d..069f868f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -586,8 +586,9 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sylius/bootstrap-admin-ui](https://packagist.org/packages/sylius/bootstrap-admin-ui) | [0.4](sylius/bootstrap-admin-ui/0.4) | | [sylius/customer-order-cancellation-plugin](https://packagist.org/packages/sylius/customer-order-cancellation-plugin) | [0.2](sylius/customer-order-cancellation-plugin/0.2) | | [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) | -| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [0.5](sylius/invoicing-plugin/0.5) | -| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) | +| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [1.0](sylius/invoicing-plugin/1.0) | +| [sylius/paypal-plugin](https://packagist.org/packages/sylius/paypal-plugin) | [2.0](sylius/paypal-plugin/2.0) | +| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [2.0](sylius/refund-plugin/2.0) | | [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) | | [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) | | [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) | diff --git a/archived/sylius.invoicing-plugin/01e9bee7c0730ab7a7c327aa7ab90816e58596d6.json b/archived/sylius.invoicing-plugin/01e9bee7c0730ab7a7c327aa7ab90816e58596d6.json new file mode 100644 index 00000000..fbd80c59 --- /dev/null +++ b/archived/sylius.invoicing-plugin/01e9bee7c0730ab7a7c327aa7ab90816e58596d6.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "sylius/invoicing-plugin": { + "manifest": { + "bundles": { + "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_invoicing.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_invoicing.yaml": { + "contents": [ + "sylius_invoicing_admin:", + " resource: \"@SyliusInvoicingPlugin/config/admin_routes.yaml\"", + " prefix: /admin", + "", + "sylius_invoicing_shop:", + " resource: \"@SyliusInvoicingPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "" + ], + "executable": false + } + }, + "ref": "01e9bee7c0730ab7a7c327aa7ab90816e58596d6" + } + } +} diff --git a/archived/sylius.paypal-plugin/b949199635bf3f98aef4cf1f1f9696b003990717.json b/archived/sylius.paypal-plugin/b949199635bf3f98aef4cf1f1f9696b003990717.json new file mode 100644 index 00000000..f4a3c707 --- /dev/null +++ b/archived/sylius.paypal-plugin/b949199635bf3f98aef4cf1f1f9696b003990717.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "sylius/paypal-plugin": { + "manifest": { + "bundles": { + "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_paypal.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }", + "", + "fos_rest:", + " exception: true", + " view:", + " formats:", + " json: true", + " xml: true", + " empty_content: 204", + " format_listener:", + " rules:", + " - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }", + " - { path: '^/', stop: true }", + "" + ], + "executable": false + }, + "config/routes/sylius_paypal.yaml": { + "contents": [ + "sylius_paypal_admin:", + " resource: \"@SyliusPayPalPlugin/config/admin_routes.yaml\"", + " prefix: /admin", + "", + "sylius_paypal_shop:", + " resource: \"@SyliusPayPalPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "", + "sylius_paypal_plugin_webhook_refund_order:", + " resource: \"@SyliusPayPalPlugin/config/webhook_routes.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "b949199635bf3f98aef4cf1f1f9696b003990717" + } + } +} diff --git a/sylius.refund-plugin.0.4.json b/archived/sylius.refund-plugin/36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97.json similarity index 59% rename from sylius.refund-plugin.0.4.json rename to archived/sylius.refund-plugin/36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97.json index 265bb75f..6be0fa2a 100644 --- a/sylius.refund-plugin.0.4.json +++ b/archived/sylius.refund-plugin/36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97.json @@ -15,21 +15,28 @@ "config/packages/sylius_refund.yaml": { "contents": [ "imports:", - " - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }", + " - { resource: \"@SyliusRefundPlugin/config/config.yaml\" }", "" ], "executable": false }, "config/routes/sylius_refund.yaml": { "contents": [ - "sylius_refund:", - " resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"", + "sylius_refund_admin:", + " resource: \"@SyliusRefundPlugin/config/admin_routes.yaml\"", + " prefix: '/%sylius_admin.path_name%'", + "", + "sylius_refund_shop:", + " resource: \"@SyliusRefundPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", "" ], "executable": false } }, - "ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390" + "ref": "36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97" } } } diff --git a/index.json b/index.json index f93ed200..ca9e23fb 100644 --- a/index.json +++ b/index.json @@ -1869,10 +1869,14 @@ "1.0" ], "sylius/invoicing-plugin": [ - "0.5" + "0.5", + "1.0" + ], + "sylius/paypal-plugin": [ + "2.0" ], "sylius/refund-plugin": [ - "0.4" + "2.0" ], "sylius/resource-bundle": [ "1.6", diff --git a/sylius.invoicing-plugin.1.0.json b/sylius.invoicing-plugin.1.0.json new file mode 100644 index 00000000..fbd80c59 --- /dev/null +++ b/sylius.invoicing-plugin.1.0.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "sylius/invoicing-plugin": { + "manifest": { + "bundles": { + "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_invoicing.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_invoicing.yaml": { + "contents": [ + "sylius_invoicing_admin:", + " resource: \"@SyliusInvoicingPlugin/config/admin_routes.yaml\"", + " prefix: /admin", + "", + "sylius_invoicing_shop:", + " resource: \"@SyliusInvoicingPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "" + ], + "executable": false + } + }, + "ref": "01e9bee7c0730ab7a7c327aa7ab90816e58596d6" + } + } +} diff --git a/sylius.paypal-plugin.2.0.json b/sylius.paypal-plugin.2.0.json new file mode 100644 index 00000000..f4a3c707 --- /dev/null +++ b/sylius.paypal-plugin.2.0.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "sylius/paypal-plugin": { + "manifest": { + "bundles": { + "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_paypal.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }", + "", + "fos_rest:", + " exception: true", + " view:", + " formats:", + " json: true", + " xml: true", + " empty_content: 204", + " format_listener:", + " rules:", + " - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }", + " - { path: '^/', stop: true }", + "" + ], + "executable": false + }, + "config/routes/sylius_paypal.yaml": { + "contents": [ + "sylius_paypal_admin:", + " resource: \"@SyliusPayPalPlugin/config/admin_routes.yaml\"", + " prefix: /admin", + "", + "sylius_paypal_shop:", + " resource: \"@SyliusPayPalPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "", + "sylius_paypal_plugin_webhook_refund_order:", + " resource: \"@SyliusPayPalPlugin/config/webhook_routes.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "b949199635bf3f98aef4cf1f1f9696b003990717" + } + } +} diff --git a/sylius.refund-plugin.2.0.json b/sylius.refund-plugin.2.0.json new file mode 100644 index 00000000..6be0fa2a --- /dev/null +++ b/sylius.refund-plugin.2.0.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "sylius/refund-plugin": { + "manifest": { + "bundles": { + "Sylius\\RefundPlugin\\SyliusRefundPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_refund.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusRefundPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_refund.yaml": { + "contents": [ + "sylius_refund_admin:", + " resource: \"@SyliusRefundPlugin/config/admin_routes.yaml\"", + " prefix: '/%sylius_admin.path_name%'", + "", + "sylius_refund_shop:", + " resource: \"@SyliusRefundPlugin/config/shop_routes.yaml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "" + ], + "executable": false + } + }, + "ref": "36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97" + } + } +}