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
@@ -148,6 +146,17 @@ By default, the HTTP will be `X-API-KEY`. This can be configured in **config/res
148
146
149
147
## Change Log
150
148
149
+
### 2.6.1
150
+
151
+
* Update CodeIgniter files to 2.1.2
152
+
* Log Table support for IPv6 & NULL parameters
153
+
* Abstract out the processes of firing a controller method within _remap() to an separate method
154
+
* Moved GET, POST, PUT, and DELETE parsing to separate methods, allowing them to be overridden as needed
155
+
* Small bugfix for a PHP 5.3 strlen error
156
+
* Fixed some PHP 5.4 warnings
157
+
* Fix for bug in Format.php's to_html() which failed to detect if $data was really a multidimensional array.
158
+
* Fix for empty node on XML output format, for false = 0, true = 1.
159
+
151
160
### 2.6.0
152
161
153
162
* Added loads of PHPDoc comments.
@@ -198,7 +207,12 @@ By default, the HTTP will be `X-API-KEY`. This can be configured in **config/res
198
207
* 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.
199
208
* Fixed issue where calls to ->get('foo') would error is foo was not set. Reported by Paul Barto.
200
209
201
-
## Donations
210
+
## Contributions
211
+
212
+
This project has been funded and made possible through my clients kindly allowing me to
213
+
open-source the functionality as I build it into their projects. I am no longer actively developing
214
+
features for this as I no longer require it, but I will continue to maintain pull requests and try to
215
+
fix issues as and when they are reported (within a week or two).
202
216
203
-
If my REST Server has helped you out, or you'd like me to do some custom work on it, [please sponsor me](http://pledgie.com/campaigns/8328)
204
-
so I can keep working on this and other CodeIgniter projects for you all.
217
+
Pull Requests are the best way to fix bugs or add features. I know loads of you use this, so please
218
+
contribute if you have improvements to be made and I'll keep releasing versions over time.
0 commit comments