Releases: tflanagan/php-quickbase
Releases · tflanagan/php-quickbase
v0.2.0
v0.1.2
Lib: Fixed one field return, fixed encoding - Executing a DoQuery with a single field results in the field array not being an array of fields and their values, but an array of that single field. If this is detected, it imposes another array as if there were more than one field. - Removed htmlspecialchars() from arr2Xml. This may cause issues downstream, but we will see...
v0.1.1
v0.1.0
v0.1.0 - Initial Stable Release - Extended QuickBaseError - Added error doc to README.md - Require ext-xml - Finalize most functions - Catch bad ticket error - Fix self referencing static methods - Fix encoding xml packet - Enforce SSL correctly for API_Authenticate - Enhance API_DoQuery response - Enhance API_GetSchema response - Reduce commented lines for placeholder functions