Awesome Weather Widget - Version 1.3.3

Version Description

Moved Google Font out of CSS into enqueue

Download this release

Release Info

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

Code changes from version 1.3.2 to 1.3.3

awesome-weather.css CHANGED
@@ -1,5 +1,3 @@
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; }
5
  .awecf { *zoom: 1; }
 
 
1
  .awecf:before, .awecf:after { content: " "; display: table; }
2
  .awecf:after { clear: both; }
3
  .awecf { *zoom: 1; }
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.3.2
9
 
10
 
11
  FILTERS AVAILABLE:
@@ -44,6 +44,7 @@ add_action('plugins_loaded', 'awesome_weather_setup', 99999);
44
  function awesome_weather_wp_head( $posts )
45
  {
46
  wp_enqueue_style( 'awesome-weather', plugins_url( '/awesome-weather.css', __FILE__ ) );
 
47
  }
48
  add_action('wp_enqueue_scripts', 'awesome_weather_wp_head');
49
 
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
+ Version: 1.3.3
9
 
10
 
11
  FILTERS AVAILABLE:
44
  function awesome_weather_wp_head( $posts )
45
  {
46
  wp_enqueue_style( 'awesome-weather', plugins_url( '/awesome-weather.css', __FILE__ ) );
47
+ wp_enqueue_style( 'opensans-googlefont', 'https://fonts.googleapis.com/css?family=Open+Sans:400,300' );
48
  }
49
  add_action('wp_enqueue_scripts', 'awesome_weather_wp_head');
50
 
languages/awesome-weather-pl_PL.mo ADDED
Binary file
languages/awesome-weather-pl_PL.po ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Awesome Weather Widget
2
+ # This file is distributed under the same license as the Awesome Weather Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Awesome Weather Widget 1.3.1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/awesome-weather\n"
7
+ "POT-Creation-Date: 2013-09-27 16:36:26+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-01-16 20:19+0100\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.6.3\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
16
+ "|| n%100>=20) ? 1 : 2);\n"
17
+ "Language: pl_PL\n"
18
+
19
+ #: awesome-weather.php:69
20
+ msgid "C"
21
+ msgstr "°C"
22
+
23
+ #: awesome-weather.php:69
24
+ msgid "F"
25
+ msgstr "°F"
26
+
27
+ #: awesome-weather.php:228
28
+ msgid "N"
29
+ msgstr "płn."
30
+
31
+ #: awesome-weather.php:229
32
+ msgid "NNE"
33
+ msgstr "płn. - płn. wsch."
34
+
35
+ #: awesome-weather.php:230
36
+ msgid "NE"
37
+ msgstr "płn. wsch."
38
+
39
+ #: awesome-weather.php:231
40
+ msgid "ENE"
41
+ msgstr "wsch. - płn. wsch."
42
+
43
+ #: awesome-weather.php:232
44
+ msgid "E"
45
+ msgstr "wsch."
46
+
47
+ #: awesome-weather.php:233
48
+ msgid "ESE"
49
+ msgstr "wsch. - płd. wsch."
50
+
51
+ #: awesome-weather.php:234
52
+ msgid "SE"
53
+ msgstr "płd. wsch."
54
+
55
+ #: awesome-weather.php:235
56
+ msgid "SSE"
57
+ msgstr "płd. - płd. wsch."
58
+
59
+ #: awesome-weather.php:236
60
+ msgid "S"
61
+ msgstr "płd."
62
+
63
+ #: awesome-weather.php:237
64
+ msgid "SSW"
65
+ msgstr "płd. - płd. zach."
66
+
67
+ #: awesome-weather.php:238
68
+ msgid "SW"
69
+ msgstr "płd. zach."
70
+
71
+ #: awesome-weather.php:239
72
+ msgid "WSW"
73
+ msgstr "zach. - płd. zach."
74
+
75
+ #: awesome-weather.php:240
76
+ msgid "W"
77
+ msgstr "zach."
78
+
79
+ #: awesome-weather.php:241
80
+ msgid "WNW"
81
+ msgstr "zach. - płn. zach."
82
+
83
+ #: awesome-weather.php:242
84
+ msgid "NW"
85
+ msgstr "płn. zach."
86
+
87
+ #: awesome-weather.php:243
88
+ msgid "NNW"
89
+ msgstr "płn. - płn. zach."
90
+
91
+ #: awesome-weather.php:280
92
+ msgid "km/h"
93
+ msgstr "km/h"
94
+
95
+ #: awesome-weather.php:280
96
+ msgid "mph"
97
+ msgstr "mph"
98
+
99
+ #: awesome-weather.php:287
100
+ msgid "humidity:"
101
+ msgstr "wilgotność:"
102
+
103
+ #: awesome-weather.php:288
104
+ msgid "wind:"
105
+ msgstr "wiatr:"
106
+
107
+ #: awesome-weather.php:289
108
+ msgid "H"
109
+ msgstr "Max:"
110
+
111
+ #: awesome-weather.php:289
112
+ msgid "L"
113
+ msgstr "Min:"
114
+
115
+ #: awesome-weather.php:305
116
+ msgid "Sun"
117
+ msgstr "Nd"
118
+
119
+ #: awesome-weather.php:305
120
+ msgid "Mon"
121
+ msgstr "Pon"
122
+
123
+ #: awesome-weather.php:305
124
+ msgid "Tue"
125
+ msgstr "Wt"
126
+
127
+ #: awesome-weather.php:305
128
+ msgid "Wed"
129
+ msgstr "Śr"
130
+
131
+ #: awesome-weather.php:305
132
+ msgid "Thu"
133
+ msgstr "Czw"
134
+
135
+ #: awesome-weather.php:305
136
+ msgid "Fri"
137
+ msgstr "Pt"
138
+
139
+ #: awesome-weather.php:305
140
+ msgid "Sat"
141
+ msgstr "Sob"
142
+
143
+ #: awesome-weather.php:323
144
+ msgid "extended forecast"
145
+ msgstr "rozszerzona prognoza"
146
+
147
+ #: awesome-weather.php:344
148
+ msgid "No weather information available"
149
+ msgstr "Brak danych pogodowych"
150
+
151
+ #: awesome-weather.php:405
152
+ msgid "Location:"
153
+ msgstr "Lokalizacja"
154
+
155
+ #: awesome-weather.php:406
156
+ msgid "(i.e: London,UK or New York City,NY)"
157
+ msgstr "(np.: Londyn,UK lub Nowy Jork, NY)"
158
+
159
+ #: awesome-weather.php:412
160
+ msgid "Override Title:"
161
+ msgstr "niestandardowy tytuł"
162
+
163
+ #: awesome-weather.php:417
164
+ msgid "Units:"
165
+ msgstr "Jednostki"
166
+
167
+ #: awesome-weather.php:423
168
+ msgid "Size:"
169
+ msgstr "rozmiar"
170
+
171
+ #: awesome-weather.php:432
172
+ msgid "Forecast:"
173
+ msgstr "Prognoza"
174
+
175
+ #: awesome-weather.php:444
176
+ msgid "Background Image:"
177
+ msgstr "Obrazek tła"
178
+
179
+ #: awesome-weather.php:449
180
+ msgid "Custom Background Color:"
181
+ msgstr "Niestandardowy kolor tła"
182
+
183
+ #: awesome-weather.php:450
184
+ msgid "(overrides color changing, use hex #7fb761)"
185
+ msgstr "Nadpisywanie domyślnego koloru, użyj hex #7fb761"
186
+
187
+ #: awesome-weather.php:455
188
+ msgid "Hide Stats:"
189
+ msgstr "Ukryj statystyki"
190
+
191
+ #: awesome-weather.php:460
192
+ msgid "Link to OpenWeatherMap:"
193
+ msgstr "Link do OpenWeatherMap"
194
+
195
+ #. Plugin Name of the plugin/theme
196
+ msgid "Awesome Weather Widget"
197
+ msgstr "Awesome Weather Widget"
198
+
199
+ #. Plugin URI of the plugin/theme
200
+ msgid "http://halgatewood.com/awesome-weather"
201
+ msgstr "http://halgatewood.com/awesome-weather"
202
+
203
+ #. Description of the plugin/theme
204
+ msgid "A weather widget that actually looks cool"
205
+ msgstr "A weather widget that actually looks cool"
206
+
207
+ #. Author of the plugin/theme
208
+ msgid "Hal Gatewood"
209
+ msgstr "Hal Gatewood"
210
+
211
+ #. Author URI of the plugin/theme
212
+ msgid "http://www.halgatewood.com"
213
+ msgstr "http://www.halgatewood.com"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: halgatewood
3
  Donate link: http://halgatewood.com/awesome-weather/
4
  Tags: widgets, sidebar, shortcode, openweathermap, weather, weather widget, forecast, global, temp
5
  Requires at least: 3.5
6
- Tested up to: 3.6
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -35,6 +35,7 @@ All weather data is provided by http://openweathermap.org and is cached for one
35
  = Translations =
36
  * Portuguese - alvarogois
37
  * German - Anne Bremer
 
38
 
39
 
40
  == Installation ==
@@ -48,13 +49,16 @@ All weather data is provided by http://openweathermap.org and is cached for one
48
 
49
  1. Basic wide layout
50
  2. Basic tall layout
51
- 3. Micro no features
52
  4. Widget Settings
53
  5. Background Image Option (1.2)
54
  5. Add inline styles to your widget and set custom background colors (1.3.1)
55
 
56
  == Upgrade Notice ==
57
 
 
 
 
58
  = 1.3.2 =
59
  Improved support for poorly coded themes that load the before_title and after_title with extra divs and don't take into account that widgets may not use a title.
60
 
@@ -96,6 +100,9 @@ Changed API endpoints. Might not find weather without update.
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 1.3.2 =
100
  * Improved support for poorly coded themes that load the before_title and after_title with extra divs and don't take into account that widgets may not use a title.
101
  * Portuguese translation created by user: alvarogois
3
  Donate link: http://halgatewood.com/awesome-weather/
4
  Tags: widgets, sidebar, shortcode, openweathermap, weather, weather widget, forecast, global, temp
5
  Requires at least: 3.5
6
+ Tested up to: 3.8
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
35
  = Translations =
36
  * Portuguese - alvarogois
37
  * German - Anne Bremer
38
+ * Polish - Femcio
39
 
40
 
41
  == Installation ==
49
 
50
  1. Basic wide layout
51
  2. Basic tall layout
52
+ 3. Micro, using the checkbox 'Hide Stats'
53
  4. Widget Settings
54
  5. Background Image Option (1.2)
55
  5. Add inline styles to your widget and set custom background colors (1.3.1)
56
 
57
  == Upgrade Notice ==
58
 
59
+ = 1.3.3 =
60
+ Moved Google Font out of CSS into enqueue
61
+
62
  = 1.3.2 =
63
  Improved support for poorly coded themes that load the before_title and after_title with extra divs and don't take into account that widgets may not use a title.
64
 
100
 
101
  == Changelog ==
102
 
103
+ = 1.3.3 =
104
+ Moved Google Font out of CSS into enqueue
105
+
106
  = 1.3.2 =
107
  * Improved support for poorly coded themes that load the before_title and after_title with extra divs and don't take into account that widgets may not use a title.
108
  * Portuguese translation created by user: alvarogois