Skip to content

Releases: tflanagan/php-quickbase

v0.2.0

28 Oct 14:56
Compare
Choose a tag to compare
Lib: Enhanced DoQuery and GetSchema, and tests

- Added support for normalizing variables and chdbids in DoQuery and
  GetSchema responses. This is a breaking change.
- Enhanced tests to test expected and actual data structures

v0.1.2

27 Oct 20:13
Compare
Choose a tag to compare
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

27 Oct 18:51
Compare
Choose a tag to compare
Meta: Update composer autoload

- Fixed composer.json to correctly autoload quickbase.php

v0.1.0

26 Oct 16:24
Compare
Choose a tag to compare
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