=== Alfie WP Weather ===
Contributors: appcuarium
Donate link: https://secure.savethechildren.org/site/donor.asp
Tags: weather, forecast
Requires at least: 3.3
Tested up to: 3.5
Stable tag: 1.0.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Alfie WP Weather is a powerful, flexible plugin that adds weather information to your WordPress website with style.

== Description ==

Alfie WP Weather is a smart plugin that adds weather information to your WordPress website. It comes with an integrated Ajax location search, so you can setup everything with just a few clicks. Every aspect of the plugin is configurable. You can choose to display minimum, custom or full weather information available, including the forecast. The plugin uses the Yahoo! API for the real-time location and weather information. The information is cached for an hour to avoid over-usage of the Yahoo! API and also to provide the fastest response times from the server.

The plugin and widget are already translated into Spanish and Romanian. More translations and cool features coming soon.

If you like the plugin and want to donate, please donate to Save The Children at https://secure.savethechildren.org/site/donor.asp

== Installation ==

1. Upload the alfie-wp-weather folder to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. There's no configuration needed. You can add the Alfie WP Weather widget in a sidebar like usually.
4. To display the weather info anywhere on your WordPress site use the shortcode [alfie_wp_weather]. By default, the shortcode will activate the full weather info, will show the temperature in Celsius degrees. If you want to disable some of the info displayed, you can pass 0 as parameter for the desired option.

For example, in order to display the weather info for New York in Fahrenheit degrees, disabling country and condition info, the shortcode will look like this:

[alfie_wp_weather woeid="2459115" country=0 condition=0 units="f"]

Available parameters are: 

	[woeid] -> text
	[image] -> boolean
	[country] -> boolean
	[condition] -> boolean
	[units] -> text
	[highlow] -> boolean
	[wind] -> boolean
	[humidity] -> boolean
	[visibility] -> boolean
	[sunrise] -> boolean
	[sunset] -> boolean
	[forecast] -> boolean
	[credits] -> boolean

== Frequently asked questions ==

No questions for now...

== Screenshots ==

1. Site widget night view
2. Site widget day view
3. Dashboard widget location search

== Changelog ==

= 1.0.11 =

* Changed the way internal referencing of files is made. Now the plugin is fully compatible with subdirectory WordPress installs.

= 1.0.10 =

* Corrected an error that prevented the changes made in version 1.0.9 to be uploaded to WordPress servers

= 1.0.9 =

* Changed the shorcode parameters name to shorter ones
* Added shortcode usage instructions

= 1.0.8 =

* Added shortcode. Now the weather info can be displayed anywhere.
* Fixed an issue with the plugin not loading if WordPress was installed in a directory other than root

= 1.0.7 =

* Fixed minor bugs.

= 1.0.6 =

* Fixed minor bugs.
* Added donation link to savethechildren.org

= 1.0.5 =

* Now you cand add multiple widgets on the same page.
* Corrected a bug wich triggered an error when WPML wasn't installed.
* Made credits footer optional, you can now disable it if you want from widget options.

= 1.0.4 =

* Corrected image background size.
* Added background gradient to weather conditions that triggered white background images ( false invisible/missing ).
* Fixed locales with WPML in Ajax call.
* Added Romanian translation for the widget.

= 1.0.3 =

* Corrected Spanish language file / CSS styling of city and condition.
* Fixed style bullet display.

= 1.0.2 =

* Added localization for weather condition and forecast week days names.
* Updated main .po file to reflect the latest localization data.
* Updated Spanish translation.
* Added minified CSS files.
* Added minified JS files.

= 1.0.1 =

* Fixed minor display bugs.

== Upgrade notice ==

Will be available when upgrade is released.

== Localization ==

The plugin and widget are fully localized. Full compatibility with WPML and qTranslate.