| 1 |
=== wp-forecast === |
| 2 |
Contributors: tuxlog |
| 3 |
Donate link: http://www.tuxlog.de |
| 4 |
Tags: weather,forecast,widget,openweathermap,open-meteo |
| 5 |
Requires at least: 4.0 |
| 6 |
Tested up to: 6.7 |
| 7 |
Stable tag: 9.6 |
| 8 |
License: GPLv2 |
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 |
wp-forecast is a highly customizable plugin for wordpress, showing weather-data from open-meteo.com and/or openweathermap.com. |
| 11 |
|
| 12 |
== Description == |
| 13 |
You are reading the readme.txt file for the wp-forecast plugin. |
| 14 |
wp-forecast is a plugin for the famous wordpress blogging package, |
| 15 |
showing the weather-data from open-meteo.com and/or openweathermap.com. |
| 16 |
please also refer to the terms of usage of open-meteo.com and/or openweathermap.com. |
| 17 |
|
| 18 |
Features: |
| 19 |
|
| 20 |
+ Displays the weather data from Open-Meteo.com and OpenWeatherMap.com |
| 21 |
at your wordpress pages, posts or sidebar |
| 22 |
+ Displays OpenUV.io data |
| 23 |
+ Let you choose the |
| 24 |
* location (of course) |
| 25 |
* the time after the weather data is refreshed |
| 26 |
* the langugage |
| 27 |
* metric or american measures |
| 28 |
* windspeed unit |
| 29 |
* the forecast days |
| 30 |
* the forecast for up to six/seven days |
| 31 |
+ support wordpress widgets, easy placement :-) |
| 32 |
+ customize the information you want to show |
| 33 |
+ supports pull-down forecast data to efficiently use space |
| 34 |
+ multiple wp-forecast widget support |
| 35 |
+ integration into your site via css (see below) |
| 36 |
+ comes with an api for wordpress-pro's ;-) |
| 37 |
|
| 38 |
Credits: |
| 39 |
|
| 40 |
+ Barbary Jany testing a lot and bring it to valid XHTML |
| 41 |
+ Frans Lieshout |
| 42 |
Wim Scholtes translation to dutch |
| 43 |
+ Luís Reis translation to portugues |
| 44 |
+ Håkan Carlström, |
| 45 |
Susanne Svensso translation to swedish |
| 46 |
+ Gabriele von der Ohe translation to german with entities (for iso-8859-1 or latin1 blogs) |
| 47 |
+ Martin Loyer/Jean-Pierre translation to french |
| 48 |
+ Robert Lang language file for en_US |
| 49 |
+ Detti Giulio/Stefano Boeri translation to italian |
| 50 |
+ Eilif Nordseth translation to norwegian |
| 51 |
+ Michael S.R. Petersen translation to dansk |
| 52 |
+ Jaakko Kangosjärvi translation to finish |
| 53 |
+ Lukasz "linshi" Linhard translation to polish |
| 54 |
+ Castmir & Alejandro translation to spanish |
| 55 |
+ Tamas Koos translation to hungarian |
| 56 |
+ Valeria Pellegrini translation to russian |
| 57 |
+ Valentina Boeri translation to romanian |
| 58 |
+ Roland Geci translation to slovak |
| 59 |
+ Pavel Soukenik translation to czech |
| 60 |
+ Pavel Karnaukhov translation to ukraine |
| 61 |
+ Zoran Maric translation to serbian (latin) |
| 62 |
+ Petar Petrov translation to bulgarian |
| 63 |
+ Udi Burg translation to hebrew |
| 64 |
+ Uli Kozok translation to indonesian |
| 65 |
+ Ali Zemani translation to persian |
| 66 |
+ Amizda Idriz translation to bosnian |
| 67 |
+ Lovrenco Vladislavić translation to croatian |
| 68 |
+ All the others giving feedback about missing features and bugs. |
| 69 |
Thank you very much for your contribution to wp-forecast. |
| 70 |
+ Weather Icon Font by me Erik FLowers Weather Icons licensed under SIL OFL 1.1 |
| 71 |
|
| 72 |
Installation: |
| 73 |
|
| 74 |
0. Install via the WordPress plugin admin dialog (search for wp-forecast) or |
| 75 |
|
| 76 |
1. Upload to your plugins folder, usually `wp-content/plugins/`, keeping |
| 77 |
the directory structure intact \(i.e. wp-forecast.php should end up |
| 78 |
in `wp-content/plugins/wp-forecast/`\). |
| 79 |
|
| 80 |
2. Activate the plugin on the plugin screen. |
| 81 |
|
| 82 |
3. Visit the configuration page \(`Options -> WP-forecast`\) to pick the |
| 83 |
number of widgets, data to display and to change any other option. |
| 84 |
|
| 85 |
4. Visit the Themes/Widgets page to place your wp-forecast widget within |
| 86 |
your themes sidebars or insert it manually and edit your template |
| 87 |
file and put the wp-forecast function where you want your weather |
| 88 |
data to show up. |
| 89 |
Example: `<ul><li> |
| 90 |
<?php if(function_exists(wp_forecast)) { |
| 91 |
wp_forecast( <widget_id> ); |
| 92 |
} ?> |
| 93 |
</li></ul>` |
| 94 |
|
| 95 |
You have to replace <widget\_id> with the choosen widget id. |
| 96 |
For the first widget use wp\_forecast("A"), for the second |
| 97 |
wp\_forecast("B") and so on. |
| 98 |
In most cases it is advisable to put the call into a div environment. |
| 99 |
|
| 100 |
5. Optional |
| 101 |
If you would like to have another set of icons download it |
| 102 |
from <http://accunet.accuweather.com/wx/accunet/graphics_icons.htm> |
| 103 |
and put it into the wp-content/plugins/wp-forecast/icons folder |
| 104 |
|
| 105 |
6. Optional |
| 106 |
If you would like to change the style, just edit wp-forecast.css |
| 107 |
there are three classes div.wp-forecast for outer formatting, |
| 108 |
table.wp-forecast for the middle part or iconpart and |
| 109 |
wp-forecast-details for everything below the icon |
| 110 |
|
| 111 |
|
| 112 |
== Translations == |
| 113 |
|
| 114 |
wp-forecast comes with various translations, located in the directory `lang`. |
| 115 |
if you would like to add a new translation, just take the file |
| 116 |
wp-forecast.pot (in the wp-forecast main directory) copy it to |
| 117 |
wp-forecast_<iso-code>-<iso-code>.po and edit it to add your translations |
| 118 |
(e.g. with poedit). |
| 119 |
|
| 120 |
Please be aware that the number codes stand for the weather-situations. |
| 121 |
you can see the mapping in wp-forecast-en_US-en_US.po. there are also |
| 122 |
the letters N, S, W, E they stand for the winddirections and can be |
| 123 |
translates either. |
| 124 |
|
| 125 |
To use your own translation, a different one as the default just rename the |
| 126 |
appropriate file wp-forecast_<iso-code>-<iso-code>.po and |
| 127 |
wp-forecast_<iso-code>-<iso-code>.mo |
| 128 |
|
| 129 |
To add your translations online at the Translate WordPress project please visit |
| 130 |
https://translate.wordpress.org/projects/wp-plugins/wp-forecast. This should be the prefered |
| 131 |
way from now on. |
| 132 |
|
| 133 |
|
| 134 |
|
| 135 |
== Frequently Asked Questions == |
| 136 |
= Where can I get further information about the plugin? = |
| 137 |
|
| 138 |
There are severeal ressources to visit: |
| 139 |
|
| 140 |
* [The german wp-forecast page][germanpage] |
| 141 |
* [The german reference][germanref] |
| 142 |
* [A short FAQ list in german][gerfaq] |
| 143 |
* [A checklist in case of problems (german and english)][checklist] |
| 144 |
* [The english readme.txt][engreadme] |
| 145 |
* [The english reference (a bit out of date but still useful)][engref] |
| 146 |
|
| 147 |
[germanpage]: https://www.tuxlog.de/wp-forecast/ |
| 148 |
"German wp-forecast-page" |
| 149 |
[germanref]: https://www.tuxlog.de/wp-forecast-handbuch/ |
| 150 |
"German wp-forecast-manual" |
| 151 |
[gerfaq]: https://www.tuxlog.de/wordpress/2007/wp-forecast-wie-geht-das/ |
| 152 |
"wp-forecast FAQ - Wie geht das?" |
| 153 |
[checklist]: https://www.tuxlog.de/uncategorized/2009/checkliste-fur-wp-forecast-checklist-for-wp-worecast/ |
| 154 |
"wp-forecast checklist for connection problems" |
| 155 |
[engreadme]: https://wordpress.org/plugins/wp-forecast/ |
| 156 |
"you are actually reading this one" |
| 157 |
[engref]: https://www.tuxlog.de/wordpress/2008/wp-forecast-reference-v17-english/ |
| 158 |
"english reference for wp-forecast" |
| 159 |
|
| 160 |
= After upgrading the plugin my widgets are gone. Any Ideas? = |
| 161 |
|
| 162 |
Probably you used the automatic upgrade which disables the widget during update and sometimes removes the configured widgets. Just add the widgets again. |
| 163 |
|
| 164 |
= After upgrading my settings are gone. How can this be? = |
| 165 |
|
| 166 |
Probably you have enabled "Delete options during plugin deactivation?" and used automatically update or disabled the plugin during update. When this option is marked everey database entries inserted by wp-forecast are removed from the database. |
| 167 |
|
| 168 |
== Screenshots == |
| 169 |
1. wp-forecast as a widget with two day forecast |
| 170 |
2. wp-forecast admin dialog |
| 171 |
3. wp-forecast in an iframe with a two day forecast |
| 172 |
|
| 173 |
|
| 174 |
== Changelog == |
| 175 |
|
| 176 |
= v9.6 (2025-01-05) = |
| 177 |
* added support for weather icon font and color |
| 178 |
* fixed wind icon for night time display |
| 179 |
* updated plugin for use with old OWM free data api v2.5 |
| 180 |
* fixed connection test for old OWM api v2.5 |
| 181 |
* put forecast label into its own div |
| 182 |
* added alternate UV Icon set from "der hase" |
| 183 |
* removed transport pre-selection since this is meanwhile covered by WP-Http |
| 184 |
|
| 185 |
= v9.5 (2024-10-28) = |
| 186 |
* added missing UV icon 5 |
| 187 |
* fixed typo in License tag |
| 188 |
* fixed conversion of precipitation forecast data |
| 189 |
|
| 190 |
= v9.4 (2024-04-05) = |
| 191 |
* added hint to OneCall API |
| 192 |
* tested with WP 6.5 |
| 193 |
|
| 194 |
= v9.3 (2024-02-26) = |
| 195 |
* fixed possibility of XSS from within WordPress with role contributor and up |
| 196 |
|
| 197 |
= v9.2 (2023-11-26) = |
| 198 |
* add two filters to change the weather data if wanted wp-forecast-openweathermap-data and wp-forecast-open-meteo-data |
| 199 |
* fixed widget with location selection (some attributes were removed for security reasons) |
| 200 |
* fixed label typo in admin dialog |
| 201 |
* removed some index warnings during widget preview call |
| 202 |
|
| 203 |
= v9.1 (2023-09-20) = |
| 204 |
* added weather description from Open-Meteo and OpenWeatherMap instead of old Accuweather descriptions |
| 205 |
* removed old accuweather translations |
| 206 |
* completed OpenMeteo translations |
| 207 |
* fixed some typos |
| 208 |
* avoid warning if translation is missing |
| 209 |
* fixed activation error in some constellations |
| 210 |
* fixed saving setup on Multisite |
| 211 |
* Echo received message in connectiontest |
| 212 |
|
| 213 |
= v9.0 (2023-09-18) = |
| 214 |
* fixed apparent temperature bug in Open-Meteo data |
| 215 |
* added support for Fahrenheit for Open-Meteo |
| 216 |
* get more precise UV index for Open-Meteo |
| 217 |
* updated some documentation |
| 218 |
* fixed typos in english translation |
| 219 |
* fixed unescaped quotes in search results (e.g. O'Hare Airport) |
| 220 |
* sunset and sunrise are now formatted from blog time format |
| 221 |
|
| 222 |
= v8.9 (2023-09-15) = |
| 223 |
* fixed bug with use visitor ip for location and OpenMeteo |
| 224 |
* fixed timezone shift on some sunset/sunrise times |
| 225 |
* adopted connection test for Open-Meteo. |
| 226 |
* completed german translation |
| 227 |
|
| 228 |
= v8.8 (2023-09-13) = |
| 229 |
* added support for OpenMeteo as an alternative to accuweather |
| 230 |
* add admin notice for the accuweather problem |
| 231 |
* added OpenMeteo to asset banner |
| 232 |
|
| 233 |
= v8.7 (2023-01-20) = |
| 234 |
* updated widget translations |
| 235 |
|
| 236 |
= v8.6 (2023-01-13) = |
| 237 |
* added handling for empty timezone setting for OpenWeatherMap |
| 238 |
* corrected typo in german translation |
| 239 |
* removed DarkSky service because it is terminated |
| 240 |
* added support for OpenWeatherMap new API v3 service |
| 241 |
* removed hint for ending DarkSky service |
| 242 |
|
| 243 |
= v8.5 (2022-10-13) = |
| 244 |
* fixed html incompatibility with some themes |
| 245 |
|
| 246 |
= v8.4 (2022-09-19) = |
| 247 |
* fixed pulldown issue when called as shortcode |
| 248 |
* fixed undefined id in shortcodes.php |
| 249 |
* fixed some warnings about undefined indices |
| 250 |
|
| 251 |
= v8.3 (2022-09-16) = |
| 252 |
* fixed widget output concerning filtering |
| 253 |
|
| 254 |
= v8.2 (2022-09-13) = |
| 255 |
* fixed loading shortcode css correct |
| 256 |
* fixed pulldown anchors in special constellations |
| 257 |
|
| 258 |
= v8.1 (2022-09-12) = |
| 259 |
* enhanced OpenUV error handling |
| 260 |
|
| 261 |
= v8.0 (2022-09-08) = |
| 262 |
* fixed check connection test with new modal dialog |
| 263 |
|
| 264 |
= v7.9 (2022-09-07) = |
| 265 |
* added local translation for multi language sites |
| 266 |
* eliminated extract calls for security |
| 267 |
* fixed minor WordPress standard issues |
| 268 |
|
| 269 |
= v7.8 (2022-09-04) = |
| 270 |
* fixed shortcode call |
| 271 |
|
| 272 |
= v7.7 (2022-09-03) = |
| 273 |
* removed support for WordPress multisite admin settings |
| 274 |
* fixed various PHP Sniffer errors and warnings |
| 275 |
* redesigned admin dialog for connection test (ajax) |
| 276 |
* redesigned admin dialog for location search (ajax) |
| 277 |
* fixed special problem with some even more special precipitation values from the weatherprovider |
| 278 |
|
| 279 |
= v7.6 (2022-08-27) = |
| 280 |
* completed sanitize vars in admin dialog and update nonces |
| 281 |
* extended connection test for OpenWeatherMap |
| 282 |
* added some missing translations |
| 283 |
|
| 284 |
= v7.5 (2022-02-08) = |
| 285 |
* fixed warning in admin dialog when QUERY_STRING is not set |
| 286 |
|
| 287 |
= v7.4 (2021-10-19) = |
| 288 |
* fixed current precipitation for 1h |
| 289 |
|
| 290 |
= v7.3 (2021-10-16) = |
| 291 |
* added support for precipitation with OpenWeathermap.org |
| 292 |
|
| 293 |
= v7.2 (2021-06-14) = |
| 294 |
* fixed some warning of undefined indexes |
| 295 |
* added OpenWeathermap weather data provider since accuweather does not send correct forecast data anymore |
| 296 |
* added admin hint about weatherservice changes |
| 297 |
* fixed wind direction mapping |
| 298 |
|
| 299 |
= v7.1 (2021-04-07) = |
| 300 |
* fixed refresh of weather data on WP ajax call |
| 301 |
* added support for svg icons |
| 302 |
* fixed call of round function for PHP8 |
| 303 |
|
| 304 |
= v7.0 (2020-09-16) = |
| 305 |
* fixed curly brackets syntax in funclib |
| 306 |
* fixed date_i18n timezone issue by replacing it with php date function |
| 307 |
|
| 308 |
= v6.9 (2020-06-01) = |
| 309 |
* fixed link to accuweather weathersite for locations in the US |
| 310 |
|
| 311 |
= v6.8 (2020-05-20) = |
| 312 |
* fixed WPLANG warning |
| 313 |
|
| 314 |
= v6.7 (2020-01-25) = |
| 315 |
* fixed timezone with sunrise and sunset from DarkSky |
| 316 |
* fixed shift of conditions for different timezones |
| 317 |
* fixed decimals for DarkSky night temepratures |
| 318 |
|
| 319 |
= v6.6 (2019-11-25) = |
| 320 |
* fixed some conditions or to || |
| 321 |
* open lat and lon for DarkSky locations withour giving a location |
| 322 |
* removed old WeatherBug error message |
| 323 |
|
| 324 |
= v6.5 (2019-11-16) = |
| 325 |
* added some css classes for DarkSky |
| 326 |
* round some values from DarkSky (e.g. degrees) |
| 327 |
|
| 328 |
= v6.4 (2019-11-10) = |
| 329 |
* removed support for WeatherBug since the free API was discontinued |
| 330 |
* added support for DarkSky weather API |
| 331 |
* fixed some notices |
| 332 |
* removed old fashioned debugging aid |
| 333 |
|
| 334 |
= v6.3 (2019-10-20) = |
| 335 |
* fixed some more undefined index Notices |
| 336 |
|
| 337 |
= v6.2 (2019-09-12) = |
| 338 |
* fixed language override parameter for shortcode |
| 339 |
* fixed some undefined index Notices |
| 340 |
|
| 341 |
= v6.1 (2019-01-19) = |
| 342 |
* added option to disable load of default CSS rules |
| 343 |
* removed some PHP notices |
| 344 |
|
| 345 |
= v6.0 (2018-10-26) = |
| 346 |
* added interface to data from OpenUV.io to show detailed UV data |
| 347 |
* added interface to ipstack.com for getting the visitors location for displaying the weather |
| 348 |
* reordered the admin dialog |
| 349 |
* added new widget showing data from OpenUV.com |
| 350 |
* added UV icons, thanks to Lars |
| 351 |
|
| 352 |
= v5.9 (2018-08-12) = |
| 353 |
* javascript for ajax like call is only loaded when needed now |
| 354 |
- updated spanish translation, thanks to Alejandro |
| 355 |
|
| 356 |
= v5.8 (2018-02-17) = |
| 357 |
* removed deprecated function call for PHP7 |
| 358 |
|
| 359 |
= v5.7 (2017-09-23) = |
| 360 |
* added PHP7 compatibility |
| 361 |
|
| 362 |
= v5.6 (2017-08-27) = |
| 363 |
* tested with WordPress 4.8.1 |
| 364 |
* fixed some descriptions |
| 365 |
* removed older files from package |
| 366 |
* fixed a network bug which occurs sometimes |
| 367 |
* reduces max numer of widgets to 8 avoiding heavy loading on some sites |
| 368 |
|
| 369 |
|
| 370 |
= v5.5 (2015-08-25) = |
| 371 |
* fixed deprecated constructor call for WP_Widget which leads to problems with some PHP Versions |
| 372 |
|
| 373 |
= v5.4 (2015-02-14) = |
| 374 |
* error handling if no icon code found in weather data |
| 375 |
* updated french translation |
| 376 |
* switched to new accuweather server |
| 377 |
|
| 378 |
= v5.3 (2015-02-11) = |
| 379 |
* error handling if no icon code found in weather data |
| 380 |
|
| 381 |
= v5.2 (2015-02-08) = |
| 382 |
* updated italian translation Thanks to Peter P. |
| 383 |
* fixed some php warnings |
| 384 |
* fixed dutch translation |
| 385 |
|
| 386 |
= v5.1 (2014-10-24) = |
| 387 |
* support for using shortcode in normal textwidget |
| 388 |
* update croatian translation Thanks to Stjepan |
| 389 |
|
| 390 |
= v5.0 (2014-07-29) = |
| 391 |
* made the css a bit more responsive |
| 392 |
* added croatian language (Thanks to Lovrenco) |
| 393 |
|
| 394 |
= v4.9 (2014-05-04) = |
| 395 |
* added contextual help and support email in admin dialog |
| 396 |
* removed unused code (was commented since v3.x) |
| 397 |
* removed old langauge files |
| 398 |
|
| 399 |
= v4.8 (2014-01-30) = |
| 400 |
* add updated hebrew translation |
| 401 |
* optimized default icons with opt-gif and opt-png |
| 402 |
* added css sprites feature for accuweather icons (experimental) |
| 403 |
* fixed problem with dutch language and wind icons |
| 404 |
* adopted default css to Twenty Fourteen |
| 405 |
* added new accesspoint to access accuweather location search |
| 406 |
|
| 407 |
= v4.7 (2013-10-21) = |
| 408 |
* add updated czech translation. Thanks to eldenroot |
| 409 |
* added update greek translation. Thanks to Nikos |
| 410 |
* added a wind direction indicator |
| 411 |
|
| 412 |
= v4.6 (2013-10-13) = |
| 413 |
* fixed css output with wp_enqueue_script |
| 414 |
* disabled service for google weather because google closed the api |
| 415 |
* added uv-index to the accuweather data fields |
| 416 |
|
| 417 |
= v4.5 (2013-05-07) = |
| 418 |
* added serbian language (Thanks to Amizda Idriz) |
| 419 |
* fixed langauge codes in language selection dialog |
| 420 |
|
| 421 |
= v4.4 (2013-02-03) = |
| 422 |
* fixed some php warnings |
| 423 |
* added persian translation (Thanks to Ali Zemani) |
| 424 |
* fixed language code in iframe header |
| 425 |
|
| 426 |
= v4.3 (2012-12-24) = |
| 427 |
* added new hebrew translation by Udi :-) |
| 428 |
* added new greek translation by Nikos :-) |
| 429 |
* added updated serbian translation by Zoran :-) |
| 430 |
* fixed search dialog for some special accuweather responses |
| 431 |
|
| 432 |
= v4.2 (2012-10-23) = |
| 433 |
* changed global variable name for xml parsing to prevent collision |
| 434 |
* added width and height attributes to img tags for better performance |
| 435 |
* fixed HTML warning in admin dialog |
| 436 |
* fixed problem with plugin_locale filter |
| 437 |
* fixed problem with webservers which do not decompress automatically |
| 438 |
* added indonesian language thanks to Uli |
| 439 |
|
| 440 |
= v4.1 (2012-08-03) = |
| 441 |
* fix admin dialog, it was not possible to save the WeatherBug Partner-ID |
| 442 |
* only include javascript for multi widget in frontend |
| 443 |
* changed translation loading from load_textdomain to load_plugin_textdomain |
| 444 |
* fixed a problem with search dialog and individual wp-content folder |
| 445 |
|
| 446 |
= v4.0 (2012-06-10) = |
| 447 |
* support individual wp-content folder |
| 448 |
* added hebrew translation from Udi Burg |
| 449 |
|
| 450 |
= v3.9 (2012-05-26) = |
| 451 |
* fixed a bug with new search dialog and multiwidgets |
| 452 |
* fixed some php notices |
| 453 |
* fixed weather provider switch in admin dialog |
| 454 |
* check for apikey in search dialog for weatherbug |
| 455 |
|
| 456 |
= v3.8 (2012-02-05) = |
| 457 |
* fixed a special data constellation returned by accuweather for the pressure |
| 458 |
* changed js loading to load thickbox only in admin dialog |
| 459 |
* changed search dialog to an ajax like replacement |
| 460 |
* redesigned the admin dialog a bit more convenient |
| 461 |
* fixed an url problem in connection check |
| 462 |
|
| 463 |
= v3.7 (2011-12-21) = |
| 464 |
* fixed include of wordpress specific vars (wp-config.php, wp-load.php) to support secure setting |
| 465 |
* various html5 validity fixes |
| 466 |
* calculate copyright year automatically |
| 467 |
|
| 468 |
= v3.6 (2011-07-06) = |
| 469 |
* changed accuweather copyright notice to 2011 |
| 470 |
* removed use of HttpExt class for transport, since it was removed from wordpress 3.2 |
| 471 |
|
| 472 |
= v3.5 (2011-04-21) = |
| 473 |
* added updated finish translation from Jaakko |
| 474 |
* selection widget now accepts language_override to set langauge different from default |
| 475 |
|
| 476 |
= v3.4 (2011-03-13) = |
| 477 |
* added updated dansk translation (thanks to Michael S.R. Petersen) |
| 478 |
* fixed a problem with wp 3.1 in network mode, due to a different search path th |
| 479 |
e wrong setup.php was included |
| 480 |
|
| 481 |
|
| 482 |
= v3.3 (2010-11-02) = |
| 483 |
* moved enqueue script to init hook where it should be to avoid conflicts with other plugins |
| 484 |
* added bulgarian translation |
| 485 |
* if you return to a wp-forecast site which uses selection widget, your selected location will be remembered and automatically displayed when you return (uses cookies) |
| 486 |
|
| 487 |
= v3.2 (2010-10-01) = |
| 488 |
* fixed duplicate id in selection widget |
| 489 |
|
| 490 |
= v3.1 (2010-08-02) = |
| 491 |
* fixed several bugs when using presettings in multiusermode |
| 492 |
* added support for GoogleWeather API |
| 493 |
* added serbian latin translation (thanks to Zoran) |
| 494 |
* fixed year in copyright notice |
| 495 |
* update accuweather servicelink to new server |
| 496 |
* fixed translation for superadmin dialog on multisites |
| 497 |
* added colored checkboxes to superadmin dialog |
| 498 |
* removed examples folder from package |
| 499 |
|
| 500 |
= v3.0 (2010-05-15) = |
| 501 |
* timeoffset is now considered for current time too |
| 502 |
* added support for wpmu (maintain settings on a per blog base, support for wpmu admin plugin) |
| 503 |
* updated dansk translation |
| 504 |
* fixed handling of country specific characters in accuweather data |
| 505 |
* added "Less..." link at the top (pull down widget) |
| 506 |
* updated swedish translation |
| 507 |
* added css class for iframe tag for shortcodes |
| 508 |
|
| 509 |
= v2.9 (2010-02-19) = |
| 510 |
* fixed an javascript, jquery incompatibility with ie6, ie7, ie8 concerning the selection dialog widget |
| 511 |
|
| 512 |
= v2.8 (2010-01-30) = |
| 513 |
* prevent wp-forecast-nowp.css from being deleted during automatic plugin update |
| 514 |
* added beaufort to set of windunits |
| 515 |
* updated dutch translation, thanks to Wim :-) |
| 516 |
* fixed warning during autoupdate with wordpress >Version 2.8.6 |
| 517 |
* rounded pressure to get rid of long values |
| 518 |
|
| 519 |
= v2.7 (2010-01-22) = |
| 520 |
* added unit label to timeoffset field in admindialog |
| 521 |
* added selection dialog widget to let user choose which location to view |
| 522 |
* extended pulldown widget to use more than one pulldown widget per page |
| 523 |
* prevent wp-forecast.css from being deleted during automatic plugin update |
| 524 |
|
| 525 |
= v2.6 (2009-12-17) = |
| 526 |
* fixed wrong urlencoded link to weather forecast at accuweather |
| 527 |
* fixed undefined variable warning for $wp_forecast_pre_transport in wp-forecast.php |
| 528 |
* fixed uncompress bug in wordpress 2.9 with workaround in fetch_url |
| 529 |
* fixed invalid xhtml/javascript in admin dialog once more |
| 530 |
* added open in new window feature for weather provider link |
| 531 |
* added time offset to correct wrong calculated accuweather times |
| 532 |
|
| 533 |
= v2.5 (2009-10-17) = |
| 534 |
* fixed wrong html in widget dialog with wordpress v2.8, that leads to problems with placing widgets in internet explorer |
| 535 |
* set default for widget call via v2.8.1 widgetdialog |
| 536 |
* replaced "Copyright" with © |
| 537 |
* added parameters width and height to shortcode |
| 538 |
* added feature to show/hide forecast data with javascript |
| 539 |
* added transport check to admin dialog |
| 540 |
|
| 541 |
= v2.4 (2009-07-04) = |
| 542 |
* changed readme to support new changelog feature at wordpress.org |
| 543 |
* fixed faq section in readme, resized icon |
| 544 |
* added default css file which is used when no user specific one is available |
| 545 |
* fixed div container when date/time is disabled |
| 546 |
* fixed widget title to be display correct |
| 547 |
|
| 548 |
= v2.4beta (2009-06-18) = |
| 549 |
|
| 550 |
* fixed translation of winddirection in api |
| 551 |
* added translation for romanian |
| 552 |
* fixed russian and italian translation |
| 553 |
* modified show function to use data api |
| 554 |
* avoid to store new cache when http fetch results in failure notice from acuweather |
| 555 |
* add support for weatherbug |
| 556 |
* reduced the number of database reads and writes and raise performance |
| 557 |
* changed the xhtml using only div and not table or others |
| 558 |
* added shortcode wpforecast |
| 559 |
* catch error when weather bug does not deliver a shorttext |
| 560 |
* since it leads to problems with some installations |
| 561 |
* added menu icon |
| 562 |
* moved settings to main menu |
| 563 |
* switched the widget dialog to new oo-progamming for versions after 2.7.1 |
| 564 |
* added a preselection of the transfer method to be used with wp-forecast |
| 565 |
|
| 566 |
|
| 567 |
= v2.3 (2009-01-30) = |
| 568 |
|
| 569 |
* fixed some wrong italian translations |
| 570 |
* added shorttext for api daily forecast |
| 571 |
* fixed translation in api |
| 572 |
* process failure notice from accuweather if it occures |
| 573 |
* added lat and lon to data api |
| 574 |
* switched to wordpress default function to get remote data from accuweather |
| 575 |
* changed default value of cache refresh to 1800 seconds |
| 576 |
* added translation to russian |
| 577 |
|
| 578 |
|
| 579 |
= v2.2 (2008-12-29) = |
| 580 |
|
| 581 |
* fixed some mistakes in finish translation (thanks to Jaska) |
| 582 |
* added hungarian translation |
| 583 |
* added parameter to avoid option deletion when deactivating the plugin |
| 584 |
* added parameter for direct call to add a html-header |
| 585 |
* added multi-checkbox-switch in admin-dialog (for convenience only) |
| 586 |
* added translation for winddirections |
| 587 |
* added data api for wordpress-pro's to design layouts individually |
| 588 |
|
| 589 |
|
| 590 |
= v2.1 (2008-11-09) = |
| 591 |
|
| 592 |
* added language support for spanish (thanks to Castmir) and |
| 593 |
* polish (thanks to Lukasz) |
| 594 |
* fixed minor css bug |
| 595 |
|
| 596 |
|
| 597 |
= v2.0 (2008-11-02) = |
| 598 |
|
| 599 |
* added finish translation (thanks to Jaska) |
| 600 |
* fixed a problem with overloaded textdomains (translations) |
| 601 |
* since wordpress does not a sanity check if a loaded domain is reloaded, we have to do it |
| 602 |
|
| 603 |
|
| 604 |
= v1.9 (2008-10-04) = |
| 605 |
|
| 606 |
* surpress fsockopen warning messages in case of connection problems and output the error as html comment |
| 607 |
|
| 608 |
|
| 609 |
= v1.8 (2008-09-17) = |
| 610 |
|
| 611 |
* added css class wpf-icon to make it easier formating the weather icons |
| 612 |
* added autodetection for icon filetype |
| 613 |
* gif, png and jpg are supported |
| 614 |
* corrected some translations |
| 615 |
|
| 616 |
|
| 617 |
= v1.7 (2008-07-20) = |
| 618 |
|
| 619 |
* removed a bit of redundant html when widget title is empty |
| 620 |
* fixed bug in output of current conditions |
| 621 |
* added option to show a link to the accuweather forecast |
| 622 |
* added dansk translation |
| 623 |
|
| 624 |
|
| 625 |
= v1.6 (2008-07-11) = |
| 626 |
|
| 627 |
* removed some hardcoded css |
| 628 |
* it is now possible to call the widget directly outside from wp |
| 629 |
* fixed a problem with wp >2.5 and the widget dialog |
| 630 |
* removed some redundant html |
| 631 |
* when showing no current weather information |
| 632 |
* placed forecast header into own table with own css class |
| 633 |
* added timeout parameter for the accuweather connections |
| 634 |
* rounded humidity to integer values |
| 635 |
* fixed some typos in swedish translation and added norwegian selection (thanks to RAM_OS) |
| 636 |
|
| 637 |
|
| 638 |
= v1.5 (2008-05-12) = |
| 639 |
|
| 640 |
* fixed two dutch phrases in dutch translation |
| 641 |
* added norwegian translation (thanks to Eilif) |
| 642 |
|
| 643 |
|
| 644 |
= v1.4 (2008-01-26) = |
| 645 |
|
| 646 |
* fix loading the wright textdomain when called from outside wordpress |
| 647 |
* added a bit debug code |
| 648 |
* work around for a bug in k2rc3 theme |
| 649 |
* added italian translation |
| 650 |
* added english lanuage file |
| 651 |
* a bit of code cleanup |
| 652 |
* extend function wp-forecast to select language per widget |
| 653 |
* added functions to display a set and a range of widgets at once |
| 654 |
|
| 655 |
|
| 656 |
= v1.3 (2007-12-26) = |
| 657 |
|
| 658 |
* added french translation |
| 659 |
* added german icon 11 (fog, 11_de.gif) |
| 660 |
* extended css classes to support horizontal view via css |
| 661 |
* removed repeating section title |
| 662 |
|
| 663 |
|
| 664 |
= v1.2 (2007-11-05) = |
| 665 |
|
| 666 |
* extend error handling for serverloss |
| 667 |
* added iso8859-1 coded german translation |
| 668 |
* fixed bug with german winddirections |
| 669 |
* added a widget title |
| 670 |
* removed standard location label (this can be handled via alternate location) |
| 671 |
|
| 672 |
|
| 673 |
= v1.1 (2007-10-01) = |
| 674 |
|
| 675 |
* fixed: setting the current time could not be disabled |
| 676 |
* fixed: on some servers the current date was converted to 0 |
| 677 |
* switched translations to gettext as recommended by wp codex |
| 678 |
|
| 679 |
|
| 680 |
= v1.0 (2007-09-09) = |
| 681 |
|
| 682 |
* fixed accuweather call for us locations |
| 683 |
* now works with wordpress mu |
| 684 |
|
| 685 |
|
| 686 |
= v1.0b4 (2007-09-01) = |
| 687 |
|
| 688 |
* fixed humidity / pressure checkbox |
| 689 |
* removed hard coded formatting, added css class |
| 690 |
* added support to show current time |
| 691 |
|
| 692 |
|
| 693 |
= v1.0b3 (2007-07-29) = |
| 694 |
|
| 695 |
* fixed output of before/after widget stuff for empty forecast |
| 696 |
* fixed different parameters for calling wp_forecast as widget and from sidebar.php |
| 697 |
* added swedish translation (thx to Håkan Carlström) |
| 698 |
|
| 699 |
|
| 700 |
= v1.0b2 (2007-07-25) = |
| 701 |
|
| 702 |
* work around for bug 4275 in wordpress 2.2 |
| 703 |
* removed widget id from output |
| 704 |
|
| 705 |
|
| 706 |
= v1.0b (2007-07-17) = |
| 707 |
|
| 708 |
* added support for up to 20 widgets with different locations and settings |
| 709 |
* added portugese language support |
| 710 |
* weather data is now cached in the database |
| 711 |
* no cookies needed anymore |
| 712 |
* default value of missing translations is now english |
| 713 |
* removed configuration dialog from widgets page to avoid misunderstanding about setup |
| 714 |
* fixed some minor errors |
| 715 |
|
| 716 |
|
| 717 |
= v0.9.1 (2007-07-01) = |
| 718 |
|
| 719 |
* added new field windgusts |
| 720 |
* fixed some incompatibility with complex themes |
| 721 |
|
| 722 |
|
| 723 |
= v0.9 (2007-06-23) = |
| 724 |
|
| 725 |
* added copyright notice |
| 726 |
* added date for current conditions |
| 727 |
* added alternative location name |
| 728 |
|
| 729 |
|
| 730 |
= v0.8 (2007-06-18) = |
| 731 |
|
| 732 |
* added dutch language support |
| 733 |
* show time in wordpress format (option: time_format) |
| 734 |
|
| 735 |
= v0.7 (2007-06-11) = |
| 736 |
* Fixed an incompatibility with wpSEO (used same global variable language which should never happen) |
| 737 |
|
| 738 |
|
| 739 |
= v0.6 (2007-06-07) = |
| 740 |
|
| 741 |
* Fixed a lot of incorrect XHTML |
| 742 |
* added translation for winddirection |
| 743 |
* changed display of low- and hightemperature in forecast |
| 744 |
* no decimals for windspeed |
| 745 |
* fixed two phrases in translation |
| 746 |
* added hint for dealing with german umlaute and search location dialog |
| 747 |
* added a bit error handling to surpress long error messages when receiving no or invalid xml from accuweather |
| 748 |
|
| 749 |
|
| 750 |
= v0.5 (2007-06-03) = |
| 751 |
|
| 752 |
* added support for wp widgets |
| 753 |
* Fixed some incorrect XHTML code |
| 754 |
* added selection of the fields to show |
| 755 |
* added windspeed unit support (hope you like it Barbara :-)) |
| 756 |
* added german language support for admin page |
| 757 |
|
| 758 |
|
| 759 |
= v0.4 (2007-05-31) = |
| 760 |
|
| 761 |
* never published, only code cleaning done |
| 762 |
|
| 763 |
|
| 764 |
= v0.3 (2007-05-18) = |
| 765 |
|
| 766 |
* Integrate forecast |
| 767 |
|
| 768 |
|
| 769 |
= v0.2 (2007-05-17) = |
| 770 |
|
| 771 |
* Fixed some incorrect XHTML code |
| 772 |
* Fixed path settings for icons and css |
| 773 |
* Tested with various browsers |
| 774 |
|
| 775 |
|
| 776 |
= v0.1 (2007-01-15) = |
| 777 |
|
| 778 |
* Initial beta release |
| 779 |
|