Skip to content

Commit 181edf2

Browse files
authored
Merge pull request #309 from fieg/prep-2.3.0
Prepare release 2.3.0
2 parents 36e9529 + dcc1ef1 commit 181edf2

25 files changed

+54
-47
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 2.3.0
5+
6+
* Added new option: `initialize`
7+
* Fix: `ready` event to fire when ready (see commit f6b44a7)
8+
* Added `ajaxOptions` to `load` event (PR by campadrenalin)
9+
410
## 2.2.3
511

612
* Improved documentation

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
To contribute to Infinite AJAX Scroll please follow these instructions:
3+
To contribute to Infinite Ajax Scroll please follow these instructions:
44

55
* Fork the project and create a new feature branch
66
* Install the development tools

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
88
' <%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
99
' *\n' +
1010
' * Commercial use requires one-time purchase of a commercial license\n' +
11-
' * http://infiniteajaxscroll.com/docs/license.html\n' +
11+
' * https://infiniteajaxscroll.com/docs/license.html\n' +
1212
' *\n' +
1313
' * Non-commercial use is licensed under the MIT License\n' +
1414
' *\n' +

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ For complete documentation about options and extensions visit https://infiniteaj
7575

7676
## Licensing
7777

78-
Infinite AJAX Scroll may be used in commercial projects and applications with the one-time purchase of a commercial license.
78+
Infinite Ajax Scroll may be used in commercial projects and applications with the one-time purchase of a commercial license.
7979

8080
https://infiniteajaxscroll.com/docs/license.html
8181

82-
For non-commercial, personal, or open source projects and applications, you may use Infinite AJAX Scroll under the terms of the MIT License. You may use Infinite AJAX Scroll for free.
82+
For non-commercial, personal, or open source projects and applications, you may use Infinite Ajax Scroll under the terms of the MIT License. You may use Infinite AJAX Scroll for free.

UPGRADE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Upgrade from 2.2 to 2.3
2+
=======================
3+
4+
* `noneLeft` event is now triggered one page earlier
5+
* `ready` event is now actually triggered at least once
6+
17
Upgrade from 2.1 to 2.2
28
=======================
39

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-ias",
3-
"version": "2.2.3",
4-
"homepage": "http://infiniteajaxscroll.com",
3+
"version": "2.3.0",
4+
"homepage": "https://infiniteajaxscroll.com",
55
"main": "src/jquery-ias.js",
66
"ignore": [
77
"**/.*",

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webcreate/jquery-ias",
3-
"description": "Infinite AJAX Scroll: A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
4-
"homepage": "http://infiniteajaxscroll.com",
3+
"description": "Infinite Ajax Scroll: A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
4+
"homepage": "https://infiniteajaxscroll.com",
55
"keywords": [
66
"infinite",
77
"scroll",
@@ -18,7 +18,7 @@
1818
"authors": [
1919
{
2020
"name": "fieg",
21-
"email": "jeroen@fieg.nl",
21+
"email": "jeroen@webcreate.nl",
2222
"homepage": "http://webcreate.nl"
2323
}
2424
],

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
All documentation is made available at http://infiniteajaxscroll.com/docs.
1+
All documentation is made available at https://infiniteajaxscroll.com/docs.

doc/cookbook/wordpress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Integrate Infinite AJAX Scroll with Wordpress
33

44
In this cookbook we install Infinite AJAX Scroll into the default Twenty Twelve theme.
55

6-
1) Download [jquery-ias.min.js](http://infiniteajaxscroll.com/download.html).
6+
1) Download [jquery-ias.min.js](https://infiniteajaxscroll.com/download.html).
77

88
2) Copy `jquery-ias.min.js` into the folder `wp-content/themes/twentytwelve/js`
99

0 commit comments

Comments
 (0)