Weather Underground - Version 1.2.1

Version Description

  • Fixed issue with "Give thanks" link
Download this release

Release Info

Developer katzwebdesign
Plugin Icon 128x128 Weather Underground
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (2) hide show
  1. readme.txt +6 -0
  2. wunderground.php +2 -2
readme.txt CHANGED
@@ -149,6 +149,9 @@ For previous versions, it is recommended to use a caching plugin (such as WP Sup
149
 
150
  == Changelog ==
151
 
 
 
 
152
  = 1.2 =
153
  * Improved data storage, fixing issues users were having with Celsius / Fahrenheit settings and setting the number of columns in a table
154
  * A new `cache` option has been added to the shortcode. Add `cache=0` or `cache=` to the shortcode to disable storing forecasts. <strong>Not recommended;</strong> will dramatically slow down site.
@@ -173,6 +176,9 @@ For previous versions, it is recommended to use a caching plugin (such as WP Sup
173
 
174
  == Upgrade Notice ==
175
 
 
 
 
176
  = 1.2 =
177
  * Improved data storage, fixing issues users were having with Celsius / Fahrenheit settings and setting the number of columns in a table
178
  * Many other updates & improvements - cheek the changelog.
149
 
150
  == Changelog ==
151
 
152
+ = 1.2.1 =
153
+ * Fixed issue with "Give thanks" link
154
+
155
  = 1.2 =
156
  * Improved data storage, fixing issues users were having with Celsius / Fahrenheit settings and setting the number of columns in a table
157
  * A new `cache` option has been added to the shortcode. Add `cache=0` or `cache=` to the shortcode to disable storing forecasts. <strong>Not recommended;</strong> will dramatically slow down site.
176
 
177
  == Upgrade Notice ==
178
 
179
+ = 1.2.1 =
180
+ * Fixed issue with "Give thanks" link
181
+
182
  = 1.2 =
183
  * Improved data storage, fixing issues users were having with Celsius / Fahrenheit settings and setting the number of columns in a table
184
  * Many other updates & improvements - cheek the changelog.
wunderground.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Wunderground
4
  Plugin URI: http://www.seodenver.com/wunderground/
5
  Description: Get accurate and beautiful weather forecasts powered by Wunderground.com for your content or your sidebar.
6
- Version: 1.2
7
  Author: Katz Web Services, Inc.
8
  Author URI: http://www.seodenver.com/
9
  */
@@ -20,7 +20,7 @@ class wp_wunderground {
20
  var $numdays = 6;
21
  var $datelabel = '%%weekday%%';
22
  var $todaylabel = 'Today';
23
- var $showlink = 'yes';
24
  var $cache = true;
25
  var $width = '100%';
26
 
3
  Plugin Name: WP Wunderground
4
  Plugin URI: http://www.seodenver.com/wunderground/
5
  Description: Get accurate and beautiful weather forecasts powered by Wunderground.com for your content or your sidebar.
6
+ Version: 1.2.1
7
  Author: Katz Web Services, Inc.
8
  Author URI: http://www.seodenver.com/
9
  */
20
  var $numdays = 6;
21
  var $datelabel = '%%weekday%%';
22
  var $todaylabel = 'Today';
23
+ var $showlink = '';
24
  var $cache = true;
25
  var $width = '100%';
26