Version bump to 1.4.1; Add Patreon to landing page

pull/69/head
Konstantin Sharlaimov (DigitalEntity) 8 years ago
parent b8338e368d
commit fa20219183

@ -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"
@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

@ -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",

@ -25,7 +25,12 @@
<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>
@ -36,7 +41,7 @@
<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>

Loading…
Cancel
Save