Skip to content

Commit f07ce95

Browse files
committed
2.0.1 release.
1 parent fad2a74 commit f07ce95

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# phpstorm project files
2+
.idea
3+
4+
# netbeans project files
5+
nbproject
6+
7+
# zend studio for eclipse project files
8+
.buildpath
9+
.project
10+
.settings
11+
12+
# windows thumbnail cache
13+
Thumbs.db
14+
15+
# Mac DS_Store Files
16+
.DS_Store

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Yii Framework 2 Change Log
2-
==========================
1+
yii-pjax Change Log
2+
===================
33

4-
- Feature #11: add new option "cache" (macklay)
54

6-
2.0.0 beta under development
7-
----------------------------
5+
2.0.1 Oct 10, 2014
6+
------------------
87
- Bug #9: Fixed missing history option in default settings (tonydspaniard)
9-
- Bug #2495: Fixed avoid duplicates of _pjax parameter (tof06)
10-
- Bug #2692: Fixed Pjax/GridView and back button (klevron, tof06, tonydspaniard)
8+
- New #11: add new option "cache" (macklay)
9+
10+
11+
2.0.0 Mar 20, 2014
12+
------------------
13+
- Bug: Fixed avoid duplicates of _pjax parameter (tof06)
14+
- Bug: Fixed Pjax/GridView and back button (klevron, tof06, tonydspaniard)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yii2-pjax",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.1",
44
"main": "./jquery.pjax.js",
55
"dependencies": {
66
"jquery": ">=1.8"

0 commit comments

Comments
 (0)