We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e0b60 commit e0df1a5Copy full SHA for e0df1a5
README.md
@@ -200,6 +200,12 @@ This will install all the necessary test tools for testing. There is also a Make
200
201
## Change Log
202
203
+__1.3.1__
204
+
205
+- Fixed an issue where `sortBy: "most-recent"` did not always correctly sort the images. Thanks
206
+ [Neil Campbell](https://github.com/neilcampbell)!
207
+- Changed the default `sortBy` option to be `none`.
208
209
__1.3.0__
210
211
- Image URLs are now protocol-relative by default. Use the new `useHttp` option to disable.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "instafeed.js",
3
"description": "A simple Instagram javascript plugin for your website.",
4
- "version": "1.2.0",
+ "version": "1.3.1",
5
"author": "Steven Schobert <spschobert@gmail.com>",
6
"repository": {
7
"type": "git",
0 commit comments