Skip to content

Commit

Permalink
Bumped to 1.2.3
Browse files Browse the repository at this point in the history
Changed licensing to MIT
  • Loading branch information
flesler committed Nov 29, 2013
1 parent f39ffee commit bf70258
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 19 deletions.
22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@
(The MIT License)

Copyright (c) 2007-2013 Ariel Flesler <aflesler@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 0 additions & 2 deletions Makefile

This file was deleted.

4 changes: 4 additions & 0 deletions changes.txt
@@ -1,9 +1,13 @@
1.2.3
[Enhancement]
- Removed a redundant code
- If there's no matched container ('target') serialScroll just ignores the call.
- The setting 'interval' implicitely assumes 'force' as true.
[Fix]
- The setting 'stop' wasn't working on window.
[Misc]
- Changed licensing to MIT
- Repo is compliant with official jquery plugins repository

1.2.2
[Enhancement]
Expand Down
18 changes: 4 additions & 14 deletions jquery.serialScroll.js
@@ -1,23 +1,13 @@
/*!
* jQuery.SerialScroll
* Copyright (c) 2007-2010 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Date: 05/31/2010
* Copyright (c) 2007-2013 Ariel Flesler - aflesler<a>gmail<d>com | http://flesler.blogspot.com
* Licensed under MIT.
*
* @projectDescription Animated scrolling of series.
* @author Ariel Flesler
* @version 1.2.3b
* @version 1.2.3
*
* @id jQuery.serialScroll
* @id jQuery.fn.serialScroll
* @param {Object} settings Hash of settings, it is passed in to jQuery.ScrollTo, none is required.
* @return {jQuery} Returns the same jQuery object, for chaining.
*
* @link {http://flesler.blogspot.com/2008/02/jqueryserialscroll.html Homepage}
*
* Notes:
* - The plugin requires jQuery.ScrollTo.
* - The hash of settings, is passed to jQuery.ScrollTo, so its settings can be used as well.
* http://flesler.blogspot.com/2008/02/jqueryserialscroll.html
*/
;(function( $ ){

Expand Down
6 changes: 3 additions & 3 deletions jquery.serialScroll.min.js

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

17 changes: 17 additions & 0 deletions package.json
@@ -0,0 +1,17 @@
{
"name": "jquery.serialScroll",
"version": "1.2.3",
"description": "Animated scrolling of series.",
"homepage": "https://github.com/flesler/jquery.serialScroll",
"main": [
"./jquery.serialScroll.js"
],
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [ "slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next" ],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
}
}
29 changes: 29 additions & 0 deletions serialScroll.jquery.json
@@ -0,0 +1,29 @@
{
"name": "serialScroll",
"title": "Ariel Flesler's jQuery serialScroll",
"description": "Easy element scrolling using jQuery.",
"keywords": ["slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next"],
"version": "1.2.3",
"author": {
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
},
"maintainers": [{
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/flesler/jquery.serialScroll/blob/master/LICENSE"
}],
"homepage": "https://github.com/flesler/jquery.serialScroll",
"docs": "https://github.com/flesler/jquery.serialScroll",
"bugs": "https://github.com/flesler/jquery.serialScroll/issues",
"download": "https://github.com/flesler/jquery.serialScroll/releases",
"demo": "http://demos.flesler.com/jquery/serialScroll",
"dependencies": {
"jquery": ">=1.8"
}
}

0 comments on commit bf70258

Please sign in to comment.