From 0b67a1f28adb28ee8536edcea832a4fbfc164257 Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 26 Jun 2018 18:57:12 -0300 Subject: [PATCH 1/6] add felds/quick-mailer-bundle recipe --- .../4.0/config/packages/quickmailer.yaml | 18 ++++++++++++++++++ felds/quick-mailer-bundle/4.0/manifest.json | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml create mode 100644 felds/quick-mailer-bundle/4.0/manifest.json diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml new file mode 100644 index 00000000..be5133d4 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml @@ -0,0 +1,18 @@ +# For the full configuration, visit: +# https://github.com/felds/QuickMailerBundle + +quickmailer: + # Sender info (required) + from: { name: "Sender Name", email: "sender@example.com" } + + # # Reply-to info (optional) + # reply_to: { name: "Reply-to Name", email: "reply-to@example.com" } + + templates: + # # Short-form (enabled by default) + # demo: path/to/template.html.twig + + # # Long-form + # demo: + # path: path/to/template.html.twig + # enabled: true diff --git a/felds/quick-mailer-bundle/4.0/manifest.json b/felds/quick-mailer-bundle/4.0/manifest.json new file mode 100644 index 00000000..98d53bf2 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From 4013a8fb70bdd474f36bbe842b971979fac9102d Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Fri, 29 Jun 2018 14:15:12 -0300 Subject: [PATCH 2/6] simplify the default config --- .../4.0/config/packages/quickmailer.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml index be5133d4..bb0ee64a 100644 --- a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml +++ b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml @@ -9,10 +9,5 @@ quickmailer: # reply_to: { name: "Reply-to Name", email: "reply-to@example.com" } templates: - # # Short-form (enabled by default) - # demo: path/to/template.html.twig - - # # Long-form - # demo: - # path: path/to/template.html.twig - # enabled: true + # This loads a template named `demo` + demo: path/to/template.html.twig From 495d1c1f5f18950198f24b19d1a3b7de0d416041 Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 3 Jul 2018 15:05:09 -0300 Subject: [PATCH 3/6] rename config file --- .../config/packages/{quickmailer.yaml => felds_quickmailer.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename felds/quick-mailer-bundle/4.0/config/packages/{quickmailer.yaml => felds_quickmailer.yaml} (100%) diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml similarity index 100% rename from felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml rename to felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml From db1312798bde7f60b573f6c2346b9a649ac9c570 Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 3 Jul 2018 15:14:07 -0300 Subject: [PATCH 4/6] change config root --- .../4.0/config/packages/felds_quickmailer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml index bb0ee64a..acd8d476 100644 --- a/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml +++ b/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml @@ -1,7 +1,7 @@ # For the full configuration, visit: # https://github.com/felds/QuickMailerBundle -quickmailer: +felds_quickmailer: # Sender info (required) from: { name: "Sender Name", email: "sender@example.com" } From 23f7eaee883c2fe8e4572bd2d8addb450660686e Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 3 Jul 2018 15:18:23 -0300 Subject: [PATCH 5/6] bump version to change config root --- .../{4.0 => 5.0}/config/packages/felds_quickmailer.yaml | 0 felds/quick-mailer-bundle/{4.0 => 5.0}/manifest.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename felds/quick-mailer-bundle/{4.0 => 5.0}/config/packages/felds_quickmailer.yaml (100%) rename felds/quick-mailer-bundle/{4.0 => 5.0}/manifest.json (100%) diff --git a/felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml b/felds/quick-mailer-bundle/5.0/config/packages/felds_quickmailer.yaml similarity index 100% rename from felds/quick-mailer-bundle/4.0/config/packages/felds_quickmailer.yaml rename to felds/quick-mailer-bundle/5.0/config/packages/felds_quickmailer.yaml diff --git a/felds/quick-mailer-bundle/4.0/manifest.json b/felds/quick-mailer-bundle/5.0/manifest.json similarity index 100% rename from felds/quick-mailer-bundle/4.0/manifest.json rename to felds/quick-mailer-bundle/5.0/manifest.json From 080851c14255c5a069058304b41ddf64a51be8bb Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 3 Jul 2018 15:24:13 -0300 Subject: [PATCH 6/6] re-run the ci tasks