Skip to content

Commit 37a837f

Browse files
author
Phil Sturgeon
committed
Updated README for 2.6.
1 parent c421862 commit 37a837f

File tree

2 files changed

+298
-94
lines changed

2 files changed

+298
-94
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ config file and one controller.
88
## Requirements
99

1010
1. PHP 5.2+
11-
2. CodeIgniter 2.0.3 to 2.1-dev (for 1.7.x support download v2.2 from Downloads tab)
11+
2. CodeIgniter 2.1.0 to 3.0-dev
12+
13+
Note: for 1.7.x support download v2.2 from Downloads tab
1214

1315
## Usage
1416

@@ -22,6 +24,22 @@ but you can read my NetTuts article which covers it's usage along with the REST
2224

2325
## Change Log
2426

27+
### 2.6
28+
29+
* Added loads of PHPDoc comments.
30+
* Response where method doesn't exist is now "HTTP 405 Method Not Allowed", not "HTTP 404 Not Found".
31+
* Compatable with PHP 5.4.
32+
* Added support for gzip compression.
33+
* Fix the apache\_request\_header function with CGI.
34+
* Fixed up correctly .foo extensions to work when get arguments provided.
35+
* Allows method emulation via X-HTTP-Method-Override
36+
* Support for Backbone.emulateHTTP improved.
37+
* Combine both URI segment and GET params instead of using one or the other
38+
* Separate each piece of the WWW-Authenticate header for digest requests with a comma.
39+
* Added IP whitelist option.
40+
41+
42+
2543
### 2.5
2644

2745
* Instead of just seeing item, item, item, the singular version of the basenode will be used if possible. [Example](http://d.pr/RS46).

0 commit comments

Comments
 (0)