Skip to content

Commit e0df1a5

Browse files
update docs for v1.3.1
1 parent d8e0b60 commit e0df1a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ This will install all the necessary test tools for testing. There is also a Make
200200

201201
## Change Log
202202

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+
203209
__1.3.0__
204210

205211
- Image URLs are now protocol-relative by default. Use the new `useHttp` option to disable.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instafeed.js",
33
"description": "A simple Instagram javascript plugin for your website.",
4-
"version": "1.2.0",
4+
"version": "1.3.1",
55
"author": "Steven Schobert <spschobert@gmail.com>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)