Skip to content

Commit

Permalink
Merge pull request #45
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutko committed Apr 14, 2016
1 parent b8d3c2e commit ebf6ef8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,16 @@ http://www.jozefbutko.com/stickynavbar/ or if you want to play with options: htt
[jQuery Easing Plugin](http://gsgd.co.uk/sandbox/jquery/easing/)

## Contact
Copyright (C) 2014-2015 Jozef Butko<br>
Copyright (C) 2014-2016 Jozef Butko<br>
[www.jozefbutko.com](http://www.jozefbutko.com)<br>
[www.github.com/jbutko](http://www.github.com/jbutko)<br>
[@jozefbutko](http://www.twitter.com/jozefbutko)

## Changelog
### 1.3.3
- menuItemsHref incorrect selector causes errors - pull request #45 by @dimaip<br>
14/04/2016

### 1.3.2
- add support for relative links<br>
04/10/2015
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stickyNavbar.js",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/jbutko/stickyNavbar.js",
"author": {
"name": "Jozef Butko",
Expand Down
6 changes: 3 additions & 3 deletions jquery.stickyNavbar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* stickyNavbar.js v1.3.2
* stickyNavbar.js v1.3.3
* https://github.com/jbutko/stickyNavbar.js
* Fancy sticky navigation jQuery plugin with smart anchor links highlighting
*
Expand All @@ -15,9 +15,9 @@
* jQuery easing plugin:
* http://gsgd.co.uk/sandbox/jquery/easing/
*
* COPYRIGHT (C) 2014-2015 Jozef Butko
* COPYRIGHT (C) 2014-2016 Jozef Butko
* https://github.com/jbutko
* LAST UPDATE: 04/10/2015
* LAST UPDATE: 14/04/2016
*
*/
;(function($, window, document) {
Expand Down
8 changes: 4 additions & 4 deletions jquery.stickyNavbar.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": "stickyNavbar.js",
"version": "1.3.2",
"version": "1.3.3",
"description": "Fancy sticky navigation jQuery plugin with smart anchor links highlighting",
"main": "jquery.stickyNavbar.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion stickyNavbar.js.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"navigation",
"sticky"
],
"version": "1.3.2",
"version": "1.3.3",
"author": {
"name": "Jozef Butko",
"email": "[email protected]",
Expand Down

0 comments on commit ebf6ef8

Please sign in to comment.