From 86d21b6b98284d08b19ac03f9a76bb77c0af407a Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 3 May 2017 15:25:10 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50227a3..7d2eeff 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Note: Stripe requires HTTPS. ## Installation * Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 +* There's an issue upgrading to 1.8.0.beta11 with themes. You might be required to disable the plugin to do upgrades. ## Configuration From d1ac960c65788c8e4d53ff0422371bcc3a567392 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 18 May 2017 10:12:59 +1000 Subject: [PATCH 2/3] install instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2eeff..aaeb82f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ Note: Stripe requires HTTPS. ## Installation * Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 -* There's an issue upgrading to 1.8.0.beta11 with themes. You might be required to disable the plugin to do upgrades. +* Add your Stripe public and private keys in settings and set the currency to your local value. +* Check that the custom header is enabled in admin > customize > themes. +* Enable the plugin and wait for people to donate money. + +Note: There's an issue upgrading to 1.8.0.beta11 with themes. You might be required to disable the plugin to do upgrades. + ## Configuration From 809075d93a78fca31d6dac96fc7da5e14c14a17d Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 18 May 2017 10:14:54 +1000 Subject: [PATCH 3/3] document https --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aaeb82f..2545208 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). -Note: Stripe requires HTTPS. - ## Installation +* Be sure your site is enforcing https. * Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 * Add your Stripe public and private keys in settings and set the currency to your local value. * Check that the custom header is enabled in admin > customize > themes.