Skip to content

Commit de83cee

Browse files
committed
Readme edits cont
1 parent 4ff4bb0 commit de83cee

File tree

1 file changed

+49
-20
lines changed

1 file changed

+49
-20
lines changed

README.md

Lines changed: 49 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,60 @@
22

33
The original lightbox script. Eight years later — still going strong!
44

5-
## Demo and basic instructions
6-
[Goto the Lightbox2 page](http://lokeshdhakar.com/projects/lightbox2/)
5+
For demos and usage instructions, visit [lokeshdhakar.com/projects/lightbox2/](http://lokeshdhakar.com/projects/lightbox2/).
76

7+
---
88

9-
## Credits
9+
by [Lokesh Dhakar](http://www.lokeshdhakar.com)
1010

11-
### Author
12-
by Lokesh Dhakar
13-
[lokeshdhakar.com](http://www.lokeshdhakar.com)
14-
[twitter.com/lokesh](http://twitter.com/lokesh)
15-
16-
17-
### Thanks
18-
* Scott Upton [(uptonic.com)](uptonic.com), Peter-Paul Koch [(quirksmode.com)](quirksmode.com), and Thomas Fuchs [(mir.aculo.us)](mir.aculo.us) for ideas, libs, and snippets.
19-
* Artemy Tregubenko [(arty.name)](arty.name) for cleanup and help in updating to latest proto-aculous in v2.05.
20-
* Matthias Vill [(https://github.com/TheConstructor)](https://github.com/TheConstructor)
21-
* XhmikosR - [(https://github.com/XhmikosR)](https://github.com/XhmikosR)
22-
* mwasson - [(https://github.com/mwasson)](https://github.com/mwasson)
23-
* Heleen v.d. S - [(https://github.com/Heleen)](https://github.com/Heleen)
24-
* careilly - [(https://github.com/careilly)](https://github.com/careilly)
25-
* and many others. Thanks!!!
2611

2712
## License
2813

14+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">lightbox2</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://lokeshdhakar.com" property="cc:attributionName" rel="cc:attributionURL">Lokesh Dhakar</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
15+
2916
- **100% Free.** Lightbox is free to use in both personal and commercial work.
30-
- **Attribution is required.** This means, leaving the author name, author homepage link, and the license info intact. It does not have to be publicly visible, but must remain alongside the code.
17+
- **Attribution is required.** This means, leaving the author name, author homepage link, and the license info intact. None of these items have to be user-facing and can remain alongside the code.
3118

32-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">lightbox2</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://lokeshdhakar.com" property="cc:attributionName" rel="cc:attributionURL">Lokesh Dhakar</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
19+
20+
## Changelog
21+
22+
### 2.7.2 - UNRELEASED
23+
24+
- [Add] CHANGELOG.md :-)
25+
- [Add] Enable target attribute in caption links [#299](https://github.com/lokesh/lightbox2/pull/299)
26+
- [Change] Add lightbox.css to bower.json main property
27+
- [Change] Dropped version property from bower.json. [#453](https://github.com/lokesh/lightbox2/pull/453)
28+
- [Fix] Remove empty src attribute from img tag [#287](https://github.com/lokesh/lightbox2/pull/287)
29+
- [Fix] Correct grammatical error in comment [#224](https://github.com/lokesh/lightbox2/pull/224)
30+
- [Fix] Clear the jquery animation queue before hiding the .lb-loader [#309](https://github.com/lokesh/lightbox2/pull/309)
31+
32+
### v2.7.1 - 2014-30-03
33+
34+
- [Fix] Enable links in captions
35+
36+
### v2.7.0 - 2014-29-03
37+
38+
- [Add] Support for data-title attribute for the caption - Thanks https://github.com/copycut
39+
- [Add] New option to enable always visible prev and next arrows
40+
- [Change] Rewrite Coffeescript code into plain ole Javascript
41+
- [Change] Updated jQuery to v1.10.2
42+
- [Fix] prev/next arrows not appearing in IE9 and IE 10 - Thanks https://github.com/rebizu
43+
- [Fix] Support wrap around option w/keyboard actions. Thanks https://github.com/vovayatsyuk
44+
45+
### v2.6.0 - 2013-07-06
46+
47+
- [Add] Added wraparound option
48+
- [Add] Added fitImagesInViewport option - now mobile friendly
49+
- [Add] Added showImageNumber label
50+
- [Add] Compatibility with html5shiv
51+
- [Add] Html5 valid using new data-lightbox attribute
52+
- [Add] Compatibility with hmtl5shiv and modernizr
53+
- [Add] Support jquery 1.9+
54+
- [Change] Move reference to loading and close images into css
55+
- [Change] Cache jquery objects
56+
57+
### v2.5.0 - 2012-04-11
58+
- [Change] Switch to jQuery from Prototype and Scriptaculous
59+
- [Change] Switch from Javacript to Coffeescript
60+
- [Change] Switch from CSS to SASS
61+
- [Add] Repo created on Github

0 commit comments

Comments
 (0)