Awesome Weather Widget - Version 1.2.5

Version Description

Widget with custom background CSS issue.

Download this release

Release Info

Developer halgatewood
Plugin Icon 128x128 Awesome Weather Widget
Version 1.2.5
Comparing to
See all releases

Code changes from version 1.2.4 to 1.2.5

Files changed (2) hide show
  1. awesome-weather.php +2 -2
  2. readme.txt +6 -0
awesome-weather.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://halgatewood.com/awesome-weather
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
- Version: 1.2.4
9
 
10
 
11
  FILTERS AVAILABLE:
@@ -195,7 +195,7 @@ function awesome_weather_logic( $atts )
195
 
196
  if($background)
197
  {
198
- $rtn .= "<div class=\"awesome-weather-cover\" style='background: url($background) no-repeat;'>";
199
  $rtn .= "<div class=\"awesome-weather-darken\">";
200
  }
201
 
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
+ Version: 1.2.5
9
 
10
 
11
  FILTERS AVAILABLE:
195
 
196
  if($background)
197
  {
198
+ $rtn .= "<div class=\"awesome-weather-cover\" style='background-image: url($background);'>";
199
  $rtn .= "<div class=\"awesome-weather-darken\">";
200
  }
201
 
readme.txt CHANGED
@@ -48,6 +48,9 @@ All weather data is provided by http://openweathermap.org and is cached for one
48
 
49
  == Upgrade Notice ==
50
 
 
 
 
51
  = 1.2.4 =
52
  Forecast now stops showing today.
53
 
@@ -71,6 +74,9 @@ Changed API endpoints. Might not find weather without update.
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.2.4 =
75
  * Forecast now stops showing today.
76
 
48
 
49
  == Upgrade Notice ==
50
 
51
+ = 1.2.5 =
52
+ Widget with custom background CSS issue.
53
+
54
  = 1.2.4 =
55
  Forecast now stops showing today.
56
 
74
 
75
  == Changelog ==
76
 
77
+ = 1.2.5 =
78
+ * Widget with custom background CSS issue.
79
+
80
  = 1.2.4 =
81
  * Forecast now stops showing today.
82