Awesome Weather Widget - Version 1.1.1

Version Description

Google Font URL changed or I messed it up, probably me.

Download this release

Release Info

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

Code changes from version 1.1 to 1.1.1

Files changed (3) hide show
  1. awesome-weather.css +1 -1
  2. awesome-weather.php +1 -1
  3. readme.txt +3 -0
awesome-weather.css CHANGED
@@ -1,4 +1,4 @@
1
- @import url(http://fonts.googleapis.com/css?Open+Sans:400,300);
2
 
3
  .awecf:before, .awecf:after { content: " "; display: table; }
4
  .awecf:after { clear: both; }
1
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
2
 
3
  .awecf:before, .awecf:after { content: " "; display: table; }
4
  .awecf:after { clear: both; }
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.1
9
 
10
 
11
  FILTERS AVAILABLE:
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
+ Version: 1.1.1
9
 
10
 
11
  FILTERS AVAILABLE:
readme.txt CHANGED
@@ -46,6 +46,9 @@ All weather data is provided by http://openweathermap.org and is cached for one
46
 
47
  == Upgrade Notice ==
48
 
 
 
 
49
  = 1.1 =
50
  Errors are now commented out. Look in the source to see what the problem is.
51
 
46
 
47
  == Upgrade Notice ==
48
 
49
+ = 1.1.1 =
50
+ Google Font URL changed or I messed it up, probably me.
51
+
52
  = 1.1 =
53
  Errors are now commented out. Look in the source to see what the problem is.
54