1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-16 14:20:10 -07:00

Bump 4.4.1

This commit is contained in:
Andrew Van Tassel 2024-07-24 15:33:05 -06:00
parent 8864477707
commit df433e6038
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<label>OpenWeatherMap.org API Key</label> <label>OpenWeatherMap.org API Key</label>
<input type="text" id="mailhop.owm_key" value="" placeholder="Enter your OpenWeatherMap API Key"/> <input type="text" id="mailhop.owm_key" value="" placeholder="Enter your OpenWeatherMap API Key"/>
<br/> <br/>
MailHops API uses <a href="https://.openweathermap.org" target="_blank">OpenWeatherMap</a> to get the weather of the sender MailHops API uses <a href="https://openweathermap.org" target="_blank">OpenWeatherMap</a> to get the weather of the sender
<br/>Register for an API Key to enable this feature. <br/>Register for an API Key to enable this feature.
</div> </div>
<div style="text-align: center; padding: 10px;"> <div style="text-align: center; padding: 10px;">

View File

@ -10,7 +10,7 @@ class MailHops {
loading = false loading = false
tabId = null tabId = null
options = { options = {
version: 'MailHops Plugin 4.4.0', version: 'MailHops Plugin 4.4.1',
api_key: '', api_key: '',
owm_key: '', owm_key: '',
lang: 'en', lang: 'en',