From bbebe6262371f03e9b83a32cebbd23c51176dfe5 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:10:44 +0200 Subject: [PATCH 01/12] yaml configuration --- mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml diff --git a/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml new file mode 100644 index 00000000..487e53ad --- /dev/null +++ b/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml @@ -0,0 +1,3 @@ +mael_recaptcha: + key: 'env(resolve:MAEL_RECAPTCHA_KEY)' + secret: 'env(resolve:MAEL_RECAPTCHA_SECRET)' From 82b5aee4247aae3f0ac904ff460a0428f466acd1 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:12:26 +0200 Subject: [PATCH 02/12] Create manifest.json --- mael/recaptcha-bundle/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mael/recaptcha-bundle/manifest.json diff --git a/mael/recaptcha-bundle/manifest.json b/mael/recaptcha-bundle/manifest.json new file mode 100644 index 00000000..37560613 --- /dev/null +++ b/mael/recaptcha-bundle/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From be1e4509e1af9a805acc2f2bd015e311f0cb16bc Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:13:00 +0200 Subject: [PATCH 03/12] Create post-install.txt --- mael/recaptcha-bundle/post-install.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/post-install.txt diff --git a/mael/recaptcha-bundle/post-install.txt b/mael/recaptcha-bundle/post-install.txt new file mode 100644 index 00000000..9606734d --- /dev/null +++ b/mael/recaptcha-bundle/post-install.txt @@ -0,0 +1,3 @@ + Next for MaelRecaptchaBundle + * Edit mael_recaptcha.yaml add you keys + * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md From 0b2edd1150f3777b4f12b22058d16208295df6be Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:20:28 +0200 Subject: [PATCH 04/12] Update mael_recaptcha.yaml --- mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml index 487e53ad..db115dd7 100644 --- a/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml +++ b/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml @@ -1,3 +1,3 @@ mael_recaptcha: - key: 'env(resolve:MAEL_RECAPTCHA_KEY)' - secret: 'env(resolve:MAEL_RECAPTCHA_SECRET)' + key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' + secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%' From bc23764439bcd4ef8aba4470621ea0520ced1a99 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:28:24 +0200 Subject: [PATCH 05/12] Create mael_recaptcha.yaml --- mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml diff --git a/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml new file mode 100644 index 00000000..db115dd7 --- /dev/null +++ b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml @@ -0,0 +1,3 @@ +mael_recaptcha: + key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' + secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%' From 663844053fd4bcd1445ed7eacc39caf6dd409dfe Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:28:27 +0200 Subject: [PATCH 06/12] Delete mael_recaptcha.yaml --- mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml diff --git a/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml deleted file mode 100644 index db115dd7..00000000 --- a/mael/recaptcha-bundle/config/packages/mael_recaptcha.yaml +++ /dev/null @@ -1,3 +0,0 @@ -mael_recaptcha: - key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' - secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%' From 34536aaf0318f3bba2cea18aa79007b311853f04 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:28:40 +0200 Subject: [PATCH 07/12] Delete manifest.json --- mael/recaptcha-bundle/manifest.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 mael/recaptcha-bundle/manifest.json diff --git a/mael/recaptcha-bundle/manifest.json b/mael/recaptcha-bundle/manifest.json deleted file mode 100644 index 37560613..00000000 --- a/mael/recaptcha-bundle/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} From 6e08dfb3b075aa10a8b9e0155ef1590aa60aecc0 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:28:47 +0200 Subject: [PATCH 08/12] Delete post-install.txt --- mael/recaptcha-bundle/post-install.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 mael/recaptcha-bundle/post-install.txt diff --git a/mael/recaptcha-bundle/post-install.txt b/mael/recaptcha-bundle/post-install.txt deleted file mode 100644 index 9606734d..00000000 --- a/mael/recaptcha-bundle/post-install.txt +++ /dev/null @@ -1,3 +0,0 @@ - Next for MaelRecaptchaBundle - * Edit mael_recaptcha.yaml add you keys - * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md From 9ad87f2cc0015039106ab9a4c81e336cc83e01bc Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:29:07 +0200 Subject: [PATCH 09/12] Create post-install.txt --- mael/recaptcha-bundle/0.1/post-install.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/0.1/post-install.txt diff --git a/mael/recaptcha-bundle/0.1/post-install.txt b/mael/recaptcha-bundle/0.1/post-install.txt new file mode 100644 index 00000000..9606734d --- /dev/null +++ b/mael/recaptcha-bundle/0.1/post-install.txt @@ -0,0 +1,3 @@ + Next for MaelRecaptchaBundle + * Edit mael_recaptcha.yaml add you keys + * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md From 1c6251d1ef2ec76b3a158c6ede84ff3c2bc68c23 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:29:24 +0200 Subject: [PATCH 10/12] Create manifest.json --- mael/recaptcha-bundle/0.1/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mael/recaptcha-bundle/0.1/manifest.json diff --git a/mael/recaptcha-bundle/0.1/manifest.json b/mael/recaptcha-bundle/0.1/manifest.json new file mode 100644 index 00000000..37560613 --- /dev/null +++ b/mael/recaptcha-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From 30f24a56c7537a104bf5b255de7eb2c11ed7086b Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 26 Apr 2020 11:19:54 +0200 Subject: [PATCH 11/12] Update post-install.txt Editing the instruction after installation of the bundle --- mael/recaptcha-bundle/0.1/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mael/recaptcha-bundle/0.1/post-install.txt b/mael/recaptcha-bundle/0.1/post-install.txt index 9606734d..37ef65de 100644 --- a/mael/recaptcha-bundle/0.1/post-install.txt +++ b/mael/recaptcha-bundle/0.1/post-install.txt @@ -1,3 +1,3 @@ Next for MaelRecaptchaBundle - * Edit mael_recaptcha.yaml add you keys + * Edit mael_recaptcha.yaml add you keys in your .env file * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md From 7cc4cb3355482a803b351e505207dd71dd65f2f9 Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 26 Apr 2020 11:30:22 +0200 Subject: [PATCH 12/12] Update manifest.json --- mael/recaptcha-bundle/0.1/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mael/recaptcha-bundle/0.1/manifest.json b/mael/recaptcha-bundle/0.1/manifest.json index 37560613..4b091f6a 100644 --- a/mael/recaptcha-bundle/0.1/manifest.json +++ b/mael/recaptcha-bundle/0.1/manifest.json @@ -4,5 +4,9 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY", + "MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET" } }