Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jul 11, 2014
1 parent 084f5f9 commit fef2e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ You can also enable debug mode if you're logged in as an Administrator by adding

== Changelog ==

= 2.0.3 =
* Fixed: Cached results weren't being used!
* Fixed: Autocomplete not working in admin Widgets page
* Fixed: Handle queries with quotes in them
* Modified: Switched to showing global results by default. You can still limit results by using the `wunderground_autocomplete_country_code` filter and returning a country code.

= 2.0.2 =
* Fixed: `table-horizontal` layout now works
* Fixed: `simple` template updated to use Chance of Precipitation translation string
Expand Down Expand Up @@ -216,6 +222,12 @@ You can also enable debug mode if you're logged in as an Administrator by adding

== Upgrade Notice ==

= 2.0.3 =
* Fixed: Cached results weren't being used!
* Fixed: Autocomplete not working in admin Widgets page
* Fixed: Handle queries with quotes in them
* Modified: Switched to showing global results by default. You can still limit results by using the `wunderground_autocomplete_country_code` filter and returning a country code.

= 2.0.2 =
* Fixed: `table-horizontal` layout now works
* Fixed: `simple` template updated to use Chance of Precipitation translation string
Expand Down
4 changes: 2 additions & 2 deletions wunderground.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: Weather Underground
* Description: Get accurate and beautiful weather forecasts powered by Wunderground.com for your content or your sidebar.
* Version: 2.0.2
* Version: 2.0.3
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Author: Katz Web Services, Inc.
Expand All @@ -13,7 +13,7 @@

class Wunderground_Plugin {

const version = '2.0.2';
const version = '2.0.3';

var $logger;
var $is_debug = false;
Expand Down

0 comments on commit fef2e3d

Please sign in to comment.