Skip to content

Releases: silinternational/google-sheets-php

Allow for PHP8

02 Dec 08:14
5dcc48b
Compare
Choose a tag to compare
Merge pull request #9 from silinternational/develop

Release 1.1.0 Allow for PHP8

Use version tag for `google/apiclient` dependency

05 Jan 15:29
33a6563
Compare
Choose a tag to compare

Fixed

  • Switch to tag for version constraint on google/apiclient dependency
  • Use our standard PHP 7.4 Docker image for tests and composer updates

Added

  • Add a make update command for easier updating of dependencies

That v1.1.9 tag refers to the exact commit we'd been using (19d7d735).

Updating dependencies

10 Jun 19:43
16fa17e
Compare
Choose a tag to compare

Change

  • Update to PHP 7.4 (from PHP 7.2)
  • Update to apiclient-services 0.176 (from 0.83)

Prepare for publishing

28 May 20:48
ced299f
Compare
Choose a tag to compare

Fixed

  • Pass application name on to Google_Client
  • Add missing composer.json fields

Append data to Google Sheet

28 May 20:40
2cb71c0
Compare
Choose a tag to compare

Added

  • Ability to append (multiple rows of) data to a Google Sheet