Skip to content

Commit

Permalink
bumped version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fieg committed Feb 23, 2014
1 parent 1a43844 commit 5505e7a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
Changelog
=========

## 2.x
## 2.1.0

* Added History extension
* Added `ready` event
Expand Down
6 changes: 3 additions & 3 deletions UPGRADE.md
@@ -1,8 +1,8 @@
Upgrade from 2.0 to 2.x
Upgrade from 2.0 to 2.1
=======================

* `render` event should be replaced with `rendered`
* `load` event should be replaced with `loaded`
* `render` is now triggered before rendering, use `rendered` when rendering is complete
* `load` is now triggered before loading, use `loaded` when loading is complete

Upgrade from 1.x to 2.0
=======================
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-ias",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "http://infiniteajaxscroll.com",
"main": "src/jquery.ias.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion ias.jquery.json
Expand Up @@ -2,7 +2,7 @@
"name": "ias",
"title": "Infinite Ajax Scroll",
"description": "jQuery plugin that progressively enhances your server-side pagination",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "http://infiniteajaxscroll.com",
"download": "http://infiniteajaxscroll.com/download.html",
"docs": "http://infiniteajaxscroll.com/docs/getting-started.html",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jquery-ias",
"title": "Infinite Ajax Scroll",
"version": "2.0.0",
"version": "2.1.0",
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
"homepage": "http://infiniteajaxscroll.com",
"main": "src/jquery-ias.js",
Expand Down
8 changes: 2 additions & 6 deletions src/callbacks.js
@@ -1,12 +1,8 @@
/**
* Infinite Ajax Scroll v2.0.0
* A jQuery plugin for infinite scrolling
* IASCallbacks
* http://infiniteajaxscroll.com
*
* Commercial use requires one-time purchase of a commercial license
* http://infiniteajaxscroll.com/docs/license.html
*
* Non-commercial use is licensed under the MIT License
* This file is part of the Infinite AJAX Scroll package
*
* Copyright 2014 Webcreate (Jeroen Fiege)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jquery-ias.js
@@ -1,5 +1,5 @@
/**
* Infinite Ajax Scroll v2.0.0
* Infinite Ajax Scroll v2.1.0
* A jQuery plugin for infinite scrolling
* http://infiniteajaxscroll.com
*
Expand Down

0 comments on commit 5505e7a

Please sign in to comment.