Merge branch 'navigation-button' into staging

This commit is contained in:
Rimian Perkins 2017-03-06 14:44:26 +11:00
commit a9e687383b
3 changed files with 5 additions and 1 deletions

View File

@ -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.
* 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.

View File

@ -0,0 +1,3 @@
<a href="/user/{{currentUser.username}}/payments">
{{i18n 'discourse_donations.title'}}
</a>

View File

@ -1,6 +1,6 @@
# name: discourse-donations
# about: Integrating Discourse with Stripe for donations
# version: 1.7.3
# version: 1.8.0
# url: https://github.com/choiceaustralia/discourse-donations
# authors: Rimian Perkins