Skip to content

Commit 8f7301e

Browse files
author
Blair Vanderhoof
authored
Update README.md
1 parent dd63cb2 commit 8f7301e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```html
66
<head>
77
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
8-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.4/gist-embed.min.js"></script>
8+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.7.0/gist-embed.min.js"></script>
99
</head>
1010
```
1111

@@ -44,6 +44,11 @@ See http://blairvanderhoof.com/gist-embed/ for all possible ways to use gist-emb
4444

4545
### Change log
4646

47+
#### Version 2.7.0 (Jan 18, 2018)
48+
* Now you can collapse lines!
49+
* https://github.com/blairvanderhoof/gist-embed/pull/60
50+
* Thanks @stefanbauer!
51+
4752
#### Version 2.6 (Sep 4, 2016)
4853
* Now you can enable caching with data-gist-enable-cache="true". Future requests of the same gist won't hit the server!
4954
* https://github.com/blairvanderhoof/gist-embed/pull/55

0 commit comments

Comments
 (0)