Skip to content

Commit

Permalink
Added new version number and fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arinas committed Nov 19, 2020
1 parent 7c68f72 commit 1f9c59e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,5 @@ Just call `gulp build` to have all files and variants created inside dist!
[Raphael Hättich](https://github.com/RaphaelHaettich)
[Serafin Lichtenhahn](https://github.com/seralichtenhahn)
[Jochen Sengier](https://www.celcius.be) - [Github](https://github.com/celcius-jochen/)
[Dmytro Hrynevych](https://github.com/dmh)
[Dmytro Hrynevych](https://github.com/dmh)
[Dominik Schilling](https://dominikschilling.de/) - [Github](https://github.com/ocean90/)
32 changes: 17 additions & 15 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="../dist/simple-lightbox.css?v2.6.0" />
<link rel="stylesheet" href="../dist/simple-lightbox.css?v2.7.0" />
<link rel="stylesheet" href="demo.css" />
<title>SimpleLightbox by André Rinas</title>
</head>
Expand All @@ -14,7 +14,7 @@
<div class="header-container">
<div class="container demo-container">
<div class="info">
<h1>SimpleLightbox <sup>v2.6.0</sup></h1>
<h1>SimpleLightbox <sup>v2.7.0</sup></h1>
<span class="subline">Touch-friendly image lightbox</span>
<nav>
<a class="btn donate" target="_blank" href="https://www.paypal.me/anrinas">Donate</a>
Expand Down Expand Up @@ -183,8 +183,8 @@ <h2>JavaScript Options</h2>
<tr>
<td>captionSelector</td>
<td>'img'</td>
<td>string</td>
<td>set the element where the caption is. Set it to "self" for the A-Tag itself</td>
<td>string or function</td>
<td>set the element where the caption is. Set it to "self" for the A-Tag itself or use a callback which returns the element</td>
</tr>
<tr>
<td>captionType</td>
Expand Down Expand Up @@ -621,6 +621,7 @@ <h2>Customization</h2>
<h2>Changelog</h2>
</div>
<div class="col-right">
<strong>2.7.0</strong> - Merged #206 which fixes #205. Thanks to @ocean90 for the idea and PR<br />
<strong>2.6.0</strong> - Added new option uniqueImages for #156, focus for #190 and fixed bug #200 issue closing during animation.<br />
<strong>2.5.0</strong> - Added new option fadeSpeed. This will fix #147.<br />
<strong>2.4.1</strong> - Added new simple-lightbox.legacy.js with IE 11 Support<br />
Expand Down Expand Up @@ -703,16 +704,17 @@ <h2>Author/<br />Contributors</h2>
<a target="_blank" href="https://andrerinas.de/">Andre Rinas</a> - <a target="_blank" href="https://github.com/andreknieriem/">Github</a>
</p>
<p>
<a href="https://github.com/Mtillmann">Martin Tillmann</a><br>
<a href="https://github.com/nicekiwi">nicekiwi</a><br>
<a href="https://github.com/helloilya">helloilya</a><br>
<a href="https://github.com/bitstarr">bitstarr</a><br>
<a href="http://geoffrey.crofte.fr/">Geoffrey Crofte</a> - <a href="https://github.com/creativejuiz/">Github</a><br>
<a href="http://webseiten-anders.de/">Karl Anders</a> - <a href="https://github.com/karland/">Github</a>
<a href="https://github.com/RaphaelHaettich">Raphael Hättich</a>
<a href="https://github.com/seralichtenhahn">Serafin Lichtenhahn</a>
<a href="https://www.celcius.be">Jochen Sengier</a> - <a href="https://github.com/celcius-jochen/">Github</a>
<a href="https://github.com/dmh">Dmytro Hrynevych</a>
<a target="_blank" href="https://github.com/Mtillmann">Martin Tillmann</a><br>
<a target="_blank" href="https://github.com/nicekiwi">nicekiwi</a><br>
<a target="_blank" href="https://github.com/helloilya">helloilya</a><br>
<a target="_blank" href="https://github.com/bitstarr">bitstarr</a><br>
<a target="_blank" href="http://geoffrey.crofte.fr/">Geoffrey Crofte</a> - <a target="_blank" href="https://github.com/creativejuiz/">Github</a><br>
<a target="_blank" href="http://webseiten-anders.de/">Karl Anders</a> - <a target="_blank" href="https://github.com/karland/">Github</a><br>
<a target="_blank" href="https://github.com/RaphaelHaettich">Raphael Hättich</a><br>
<a target="_blank" href="https://github.com/seralichtenhahn">Serafin Lichtenhahn</a><br>
<a target="_blank" href="https://www.celcius.be">Jochen Sengier</a> - <a target="_blank" href="https://github.com/celcius-jochen/">Github</a><br>
<a target="_blank" href="https://github.com/dmh">Dmytro Hrynevych</a><br>
<a target="_blank" href="https://dominikschilling.de/">Dominik Schilling</a> - <a target="_blank" href="https://github.com/ocean90/">Github</a><br>
</p>
</div>
</div>
Expand All @@ -724,7 +726,7 @@ <h2>Author/<br />Contributors</h2>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="../dist/simple-lightbox.js?v2.6.0"></script>
<script src="../dist/simple-lightbox.js?v2.7.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit 1f9c59e

Please sign in to comment.