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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,15 +218,14 @@ By default, the HTTP will be `X-API-KEY`. This can be configured in **config/res
218
218
219
219
* Added config options to set table names for keys, limits and logs.
220
220
* FALSE values were coming out as empty strings in xml or rawxml mode, now they will be 0/1.
221
-
* 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.
221
+
* key => FALSE can now be used to override the keys_enabled option for a specific method, and level
222
+
is now optional. If no level is set it will assume the method has a level of 0.
222
223
* Fixed issue where calls to ->get('foo') would error is foo was not set. Reported by Paul Barto.
223
224
224
225
## Contributions
225
226
226
-
This project has been funded and made possible through my clients kindly allowing me to
227
-
open-source the functionality as I build it into their projects. I am no longer actively developing
228
-
features for this as I no longer require it, but I will continue to maintain pull requests and try to
229
-
fix issues as and when they are reported (within a week or two).
227
+
This project was originally written by the awesome Phil Sturgeon, however his involvment has shifted
228
+
as he is no longer using it. As of 11/20/2013 further developement and support will be done by Chris Kacerguis.
230
229
231
230
Pull Requests are the best way to fix bugs or add features. I know loads of you use this, so please
232
231
contribute if you have improvements to be made and I'll keep releasing versions over time.
0 commit comments