From 30479883eac5622a0959a231941e0086f04c3f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Petr=C3=A1sek?= Date: Fri, 18 Jul 2025 10:06:16 +0200 Subject: [PATCH 1/2] Update recipe for psys/order-invoice-bundle v1.2 --- psys/order-invoice-bundle/1.2/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/psys/order-invoice-bundle/1.2/manifest.json b/psys/order-invoice-bundle/1.2/manifest.json index 2acb3520..56bdcdc4 100644 --- a/psys/order-invoice-bundle/1.2/manifest.json +++ b/psys/order-invoice-bundle/1.2/manifest.json @@ -3,7 +3,6 @@ "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] }, "copy-from-package": { - "migrations/": "migrations/", "templates/": "templates/" } } From d4ecc6acca5dd27952c7c3c3b83cd091d33ec3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Petr=C3=A1sek?= Date: Mon, 21 Jul 2025 08:26:14 +0200 Subject: [PATCH 2/2] drop everything --- .../1.0/config/packages/psys_order_invoice.yaml | 4 ---- psys/order-invoice-bundle/1.0/manifest.json | 13 ------------- psys/order-invoice-bundle/1.2/manifest.json | 8 -------- 3 files changed, 25 deletions(-) delete mode 100644 psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml delete mode 100644 psys/order-invoice-bundle/1.0/manifest.json delete mode 100644 psys/order-invoice-bundle/1.2/manifest.json diff --git a/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml b/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml deleted file mode 100644 index 5f1af3f9..00000000 --- a/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml +++ /dev/null @@ -1,4 +0,0 @@ -psys_order_invoice: - pdf_exporter: - engine: mpdf - template_path: invoice/oi_default.html.twig diff --git a/psys/order-invoice-bundle/1.0/manifest.json b/psys/order-invoice-bundle/1.0/manifest.json deleted file mode 100644 index d5ad63f2..00000000 --- a/psys/order-invoice-bundle/1.0/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] - }, - "copy-from-recipe": - { - "config/": "%CONFIG_DIR%/" - }, - "copy-from-package": { - "migrations/": "migrations/", - "templates/": "templates/" - } -} diff --git a/psys/order-invoice-bundle/1.2/manifest.json b/psys/order-invoice-bundle/1.2/manifest.json deleted file mode 100644 index 56bdcdc4..00000000 --- a/psys/order-invoice-bundle/1.2/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] - }, - "copy-from-package": { - "templates/": "templates/" - } -}