See changes as they occur to the elWpAPI code-base.
1 | 20 October 2011
- Fixed issue with numeric passwords starting with 0(zero). I enforce typecasting of numbers when encoding the requests and, when converting to intval(), I lost the leading zero. Make sure you update.
2 | 17 October 2011
- Added Control Definitions to alter some core functionality of WpAPI.
- Completed UTF-8 support. All functions work with exotic character sets.
- Embedded the spinner in the core. Use the special syntax (SPIN({spin1|spin2})) for the spinner to generate variants.
- Converted the Spinner (elWpAPIspinner / WpAPI_Spinner) into a class that can be strval()-ed to generate variants.
- Small improvements in the remoteCall() and remoteCallArgs().
- Major improvements in removeEval() and removeEvalArgs(). Including pseudo-variables like $arg1/$args[1] which expands to func_get_arg(1).
- The rFC-rSQL plugin was renamed to WpAPIplugin.php and RPC methods changed also. The code has been wrapped in an object for a more clean approach in WP.
- WpAPI-HD first release.
3 | 22 September 2011
- rFC's eval() function has been given a special function name called remoteEval().
- Added new eval_wrap() function named remoteEvalWrap() that works same as remoteEval() but accepts arguments which can be accessed using func_get_arg[s]().
- Added new elWpAPIfud class (extending elWpAPIpro) handling remote file management including paths, listing, uploading, downloading and zip extraction. It's built only with remoteEval() and remoteEvalWrap() so it's also a lesson in what you can achieve. Functions start with fud_*().
4 | 16 August 2011
- A Minified version has been added for faster parsing hence inclusion in your projects.
- Added an extra helper function named createPost() that combines multiple calls into one.
- Made files include themselves if placed in same folder.
elWpAPI.php and elWpAPIpro.php include each other and elWpAPIwrap.php includes both. - cURL info is now present in the getLastErrorEx() returned object. This will allow tracing of actual posting performance.


