Skip to content

Commit c585b1b

Browse files
author
Phil Sturgeon
committed
Added changelog for 2.4 and added some history to it.
1 parent 99f0f0e commit c585b1b

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

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

1010
1. PHP 5.1+
11-
2. CodeIgniter 2.0-dev (for 1.7.x support download v2.2 from Downloads tab)
11+
2. CodeIgniter Reactor 2.0 (for 1.7.x support download v2.2 from Downloads tab)
1212

1313
## Usage
1414

@@ -20,6 +20,30 @@ but you can read my NetTuts article which covers it's usage along with the REST
2020

2121
[NetTuts: Working with RESTful Services in CodeIgniter](http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/)
2222

23+
## Change Log
24+
25+
### 2.4
26+
27+
* Added support for UTF-8 characters in XML.
28+
* Added JSONP as a return type.
29+
* Loaded the Security lib before use in case it is not loaded in the application.
30+
* Emulate the Request method for MooTools support.
31+
* Upgraded everything to use CodeIgniter Reactor 2.0.0.
32+
* Added the ability to set or override the Auth type per controller / method.
33+
* Adding ability to only accept AJAX requests.
34+
35+
### 2.3
36+
37+
* Upgraded to CodeIgniter 2.0 and stopped supporting CodeIgniter 1.7.2.
38+
* After $this->response() is called the controller will stop processing.
39+
40+
### 2.2
41+
42+
* Added config options to set table names for keys, limits and logs.
43+
* FALSE values were coming out as empty strings in xml or rawxml mode, now they will be 0/1.
44+
* key => FALSE can now be used to override the keys_enabled option for a specific method, and level is now optional. If no level is set it will assume the method has a level of 0.
45+
* Fixed issue where calls to ->get('foo') would error is foo was not set. Reported by Paul Barto.
46+
2347

2448
## Donations
2549

0 commit comments

Comments
 (0)