Skip to content

Commit 573149a

Browse files
committed
Updated change log
1 parent 63f09cf commit 573149a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ By default, the HTTP will be `X-API-KEY`. This can be configured in **config/res
146146

147147
## Change Log
148148

149+
### 2.6.2
150+
151+
* Update CodeIgniter files to 2.1.3
152+
* Fixed issue #165
153+
149154
### 2.6.1
150155

151156
* Update CodeIgniter files to 2.1.2

application/libraries/REST_Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Phil Sturgeon
1212
* @license http://philsturgeon.co.uk/code/dbad-license
1313
* @link https://github.com/philsturgeon/codeigniter-restserver
14-
* @version 2.6.1
14+
* @version 2.6.2
1515
*/
1616
abstract class REST_Controller extends CI_Controller
1717
{

0 commit comments

Comments
 (0)