Skip to content

Commit db8de8f

Browse files
author
Phil Sturgeon
committed
Updated README with Changelog.
1 parent 9a1cfd8 commit db8de8f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ config file and one controller.
77

88
## Requirements
99

10-
1. PHP 5.1+
11-
2. CodeIgniter Reactor 2.0 (for 1.7.x support download v2.2 from Downloads tab)
10+
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)
1212

1313
## Usage
1414

@@ -24,8 +24,17 @@ but you can read my NetTuts article which covers it's usage along with the REST
2424

2525
### 2.5
2626

27-
* Instead of just seeing item, item, item, the singular version of the basenode will be used if possible. [Example](http://d.pr/RS46)
28-
* Re-factored to use the Format library, soon to be merged with CodeIgniter.
27+
* Instead of just seeing item, item, item, the singular version of the basenode will be used if possible. [Example](http://d.pr/RS46).
28+
* Re-factored to use the Format library, which will soon be merged with CodeIgniter.
29+
* Fixed Limit bug (limit of 5 would allow 6 requests).
30+
* Added logging for invalid API key requests.
31+
* Changed serialize to serialized.
32+
* Changed all visibility 'private' to 'protected'.
33+
* MIME's with character encodings on the end will now work.
34+
* Fixed PUT arguments. Once again just sending a body query string works. [Example](http://d.pr/cY0b)
35+
* Fixed up all .foo extensions to work when no get arguments provided, and moved .html to Format library.
36+
* Updated key.php example to use config_item('rest_keys_table') instead of hardcoded 'keys' table name.
37+
* Updated REST_Controller to use config_item('rest_limits_table') instead of hardcoded 'limits'.
2938

3039
### 2.4
3140

0 commit comments

Comments
 (0)