Skip to content

Commit

Permalink
Bugfix z-index for spinner to low, added sass files
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 15, 2015
1 parent bf2f985 commit 1436775
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Andre Knieriem
Copyright (c) 2015 Andre Rinas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var gallery = $('.gallery a').simpleLightbox();
gallery.next(); // Next Image
```
### Changelog
**1.4.3 - Bugfix z-index for spinner to low, added sass files**
**1.4.2 - Bugfix for issue #2 - Drop Event does not fire when mouse leaves window**
**1.4.1 - The whole caption Selector is rewritten. You can now select an element and get its text, use data or attribute**
**1.4.0 - Caption Attribute can now be what, you want, or data-title. Fixed some small issues**
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "simplelightbox",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "http://andreknieriem.de/simple-lightbox",
"authors": [
"André Knieriem <[email protected]> (http://andreknieriem.de)"
"André Rinas <[email protected]> (http://andreknieriem.de)"
],
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-lightbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
By André Knieriem, www.andreknieriem.de
By André Rinas, www.andreknieriem.de
Available for use under the MIT License
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/simple-lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplelightbox",
"version": "1.4.2",
"version": "1.4.3",
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"main": "dist/simple-lightbox.js",
"repository": {
Expand Down

0 comments on commit 1436775

Please sign in to comment.