Skip to content

Commit

Permalink
update docs for v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschobert committed Mar 31, 2014
1 parent d8e0b60 commit e0df1a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ This will install all the necessary test tools for testing. There is also a Make

## Change Log

__1.3.1__

- Fixed an issue where `sortBy: "most-recent"` did not always correctly sort the images. Thanks
[Neil Campbell](https://github.com/neilcampbell)!
- Changed the default `sortBy` option to be `none`.

__1.3.0__

- Image URLs are now protocol-relative by default. Use the new `useHttp` option to disable.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instafeed.js",
"description": "A simple Instagram javascript plugin for your website.",
"version": "1.2.0",
"version": "1.3.1",
"author": "Steven Schobert <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit e0df1a5

Please sign in to comment.