Skip to content

Commit

Permalink
Pushing v2.6.0
Browse files Browse the repository at this point in the history
Encoding API call, fixed formatting issues, and fixed alt temps bug. Hat tip to @defvayne23.
  • Loading branch information
fleeting committed Feb 26, 2014
1 parent bbc84b9 commit e810439
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 196 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

For a more complete changelog you can always check out the [commit log](https://github.com/monkeecreate/jquery.simpleWeather/commits/master).

## v2.5 - February 5 2004
## v2.6 - February 26 2014

* Encoding URI for API call.
* Fixed formatting issues.
* Fixed alt temps bug.
* Hat tip to @defvayne23 for the suggestions.

## v2.5 - February 5 2014

* Removed deprecated weather.search YQL table.
* Added geo.placefinder YQL table for searching locations. This allows you to get your location in a more forgiving format than before including latitude and longitude.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ component install monkeecreate/jquery.simpleWeather

**[CDNJS](http://cdnjs.com/libraries/jquery.simpleWeather/)**
```html
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/2.5.0/jquery.simpleWeather.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/2.6.0/jquery.simpleWeather.min.js"></script>
```

**Git**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simpleWeather",
"description": "A simple jQuery plugin to display the current weather information for any location.",
"main": "jquery.simpleWeather.js",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "http://simpleweatherjs.com",
"authors": [
"James Fleeting <hello@jamesfleeting.com>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simpleWeather",
"repo": "monkeecreate/jquery.simpleWeather",
"description": "A simple jQuery plugin to display the current weather information for any location.",
"version": "2.5.0",
"version": "2.6.0",
"main": "jquery.simpleWeather-2.4.min.js",
"scripts": ["jquery.simpleWeather-2.4.min.js"],
"dependencies": {
Expand Down
13 changes: 0 additions & 13 deletions jquery.simpleWeather-2.5.min.js

This file was deleted.

14 changes: 14 additions & 0 deletions jquery.simpleWeather-2.6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e810439

Please sign in to comment.