Skip to content

Commit

Permalink
Version bump to 1.4.1; Add Patreon to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalentity committed Nov 21, 2016
1 parent b8338e3 commit fa20219
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"message": "Contributing"
},
"defaultContributingText": {
"message": "If you would like to help make INAV even better you can help in many ways, including:<br /><ul><li>Answering other users questions on the forums and IRC.</li><li>Contributing code to the firmware and configurator - new features, fixes, improvements</li><li>Testing <a href=\"https://github.com/iNavFlight/inav/pulls\" target=\"_blank\">new features/fixes</a> and providing feedback.</li><li>Helping out with <a href=\"https://github.com/iNavFlight/inav/issues\" target=\"_blank\">issues and commenting on feature requests</a>.</li><li><a href=\"https://www.paypal.me/KonstantinSharlaimov\" target=\"_blank\" title=\"Donate\">Donating</a></li></ul>"
"message": "If you would like to help make INAV even better you can help in many ways, including:<br /><ul><li>Answering other users questions on the forums and IRC.</li><li>Contributing code to the firmware and configurator - new features, fixes, improvements</li><li>Testing <a href=\"https://github.com/iNavFlight/inav/pulls\" target=\"_blank\">new features/fixes</a> and providing feedback.</li><li>Helping out with <a href=\"https://github.com/iNavFlight/inav/issues\" target=\"_blank\">issues and commenting on feature requests</a>.</li></ul>"
},
"defaultChangelogHead": {
"message": "Configurator - Changelog"
Expand All @@ -260,7 +260,7 @@
"message": "Open Source / Donation Notice"
},
"defaultDonateText": {
"message": "This utility is fully <strong>open source</strong> and is available free of charge to all <strong>INAVF</strong> users.<br />If you found the INAV or INAV Configurator useful, please consider <strong>supporting</strong> its development by donating."
"message": "This utility is fully <strong>open source</strong> and is available free of charge to all <strong>INAV</strong> users.<br />If you found the INAV or INAV Configurator useful, please consider <strong>supporting</strong> its development by donating."
},
"defaultSponsorsHead": {
"message": "Sponsors"
Expand Down
Binary file added images/btn-patreon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn-paypal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "1.4.0",
"version": "1.4.1",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
Expand Down
9 changes: 7 additions & 2 deletions tabs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ <h3 i18n="defaultDonateHead"></h3>
<div i18n="defaultDonateText"></div>
<div class="donate">
<a href="https://www.paypal.me/KonstantinSharlaimov"
target="_blank" title="Donate"><img src="./images/btn-donate.png" alt="Paypal"
target="_blank" title="Donate"><img src="./images/btn-paypal.png" alt="Paypal"
height="30" /></a>
</div>
<div class="donate">
<a href="https://www.patreon.com/inavflight"
target="_blank" title="Support on Patreon"><img src="./images/btn-patreon.png" alt="Patreon"
height="30" /></a>
</div>
</div>
Expand All @@ -36,7 +41,7 @@ <h3 i18n="defaultDonateHead"></h3>
<div class="title" i18n="defaultSponsorsHead"></div>
<ul>
<li><a href="http://shop.myairbot.com" title="shop.myairbot.com" target="_blank">Airbot</a></li>
<li><a href="http://www.multiwiicopter.com" title="www.multiwiicopter.com" target="_blank">MultiiWiiCopter</a></li>
<li><a href="http://www.carbonbird.com" title="www.CarbonBird.com" target="_blank">CarbonBird.com</a></li>
<li><a href="http://www.ledge-team.com" title="www.ledge-team.com" target="_blank">Ledge Team</a></li>
</ul>
</div>
Expand Down

0 comments on commit fa20219

Please sign in to comment.