Skip to content

Releases: asimlqt/php-google-spreadsheet-client

v3.0.2

09 Nov 07:45
Compare
Choose a tag to compare

v3.0.1

22 Apr 19:21
Compare
Choose a tag to compare
  • #136 Switch from addChild to -> in CellFeed::createCell due to addChild not escaping & properly.

v3.0.0

03 Apr 15:36
Compare
Choose a tag to compare
  • Minimum php version is 5.6 now.
  • Added support for retrieving public spreadsheets
  • Added support for retrieving resources by id, improves performance
  • Request class now returns the actual error message from the Google API
  • Added context specific exceptions
  • All classes which accept XML in the constructor are consistent now. They all take a SimpleXMLElement as the first parameter
  • All XML generation code now uses SimpleXML to generate the XML, no more string concatenation. This prevents errors when using certain characters which are not valid in XML such as '&' without escaping
  • Added formula support in batch requests
  • SSL verification option added to DefaultServiceRequest
  • 100% test code coverage