You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ config file and one controller.
8
8
## Requirements
9
9
10
10
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)
12
12
13
13
## Usage
14
14
@@ -20,6 +20,30 @@ but you can read my NetTuts article which covers it's usage along with the REST
20
20
21
21
[NetTuts: Working with RESTful Services in CodeIgniter](http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/)
22
22
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.
0 commit comments