Merge branch 'navigation-button' into staging
This commit is contained in:
commit
a9e687383b
|
@ -30,3 +30,4 @@ Visit `/admin/plugins` and configure your private and public keys.
|
||||||
|
|
||||||
* [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules.
|
* [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules.
|
||||||
* If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes.
|
* If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes.
|
||||||
|
* [This fix](https://github.com/discourse/discourse/pull/4738) renders the extra nav items consistently.
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<a href="/user/{{currentUser.username}}/payments">
|
||||||
|
{{i18n 'discourse_donations.title'}}
|
||||||
|
</a>
|
|
@ -1,6 +1,6 @@
|
||||||
# name: discourse-donations
|
# name: discourse-donations
|
||||||
# about: Integrating Discourse with Stripe for donations
|
# about: Integrating Discourse with Stripe for donations
|
||||||
# version: 1.7.3
|
# version: 1.8.0
|
||||||
# url: https://github.com/choiceaustralia/discourse-donations
|
# url: https://github.com/choiceaustralia/discourse-donations
|
||||||
# authors: Rimian Perkins
|
# authors: Rimian Perkins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue