We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53f502 commit 30356deCopy full SHA for 30356de
src/http/Response.php
@@ -8,7 +8,7 @@
8
* Response Component based on CI_Output
9
*
10
* @author Nick Tsai <myintaer@gmail.com>
11
- * @since 0.2.0
+ * @since 1.2.0
12
* @example
13
* $response = new yidas\http\Response;
14
* $response->setFormat(yidas\http\Response::FORMAT_JSON);
src/rest/Controller.php
@@ -9,7 +9,7 @@
* RESTful API Controller
- * @version 1.1.5
+ * @version 1.2.0
* @link https://github.com/yidas/codeigniter-rest/
* @see https://github.com/yidas/codeigniter-rest/blob/master/examples/RestController.php
15
0 commit comments