diff --git a/README.md b/README.md index 3cb5a29..1d75286 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index fcf70a6..48aa859 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": { "type": "git",