Skip to content

Releases: sil-org/google-api-php-client-mock

Extend doesUserMatch for orgUnitPath

12 Jul 20:04
3f837bf

Choose a tag to compare

Fixed

  • Fix separator logic to work with orgUnitPath=

Changed

  • Upgraded Vagrantfile to use Focal, not Bionic

Security

  • Upgraded dependencies

Add default value for agreedToTerms

12 Jul 14:18
78f93f5

Choose a tag to compare

Added

  • Default agreedToTerms to false

Fixed

  • Corrected to ISO-8601 format for creationTime and lastLoginTime
  • Corrected published against main not develop

Add default value for agreedToTerms

12 Jul 14:15
68be4dd

Choose a tag to compare

Pre-release

Added

  • Default agreedToTerms to false

Fixed

  • Corrected to ISO-8601 format for creationTime and lastLoginTime

Fix missing fullName

16 May 15:50
b1da6e3

Choose a tag to compare

Fixed

  • Fix missing fullName on listUsers() using concatenation of given and family names.

Add delete() for mocked token

21 Mar 14:32
2feb7d3

Choose a tag to compare

Added

  • delete() for Google_Service_Directory_Token mock

Fixed

  • Properly pass the mock database file name
  • Code quality improvements including some refactoring, PSR12, and PHPDoc clean up

Expand UserSettingsForwardingAddresses with delete()

16 Mar 18:33
b71eccf

Choose a tag to compare

Add

  • Skeleton delete() to UserSettingsForwardingAddresses mock
  • Skeleton tests for listUserSettingsForwardingAddresses() and delete()

Change

  • Revise make clean to remove only stopped containers, and not prune networks, images, and volumes too

Use version number for `google/apiclient` dependency

05 Jan 15:30
d7bc07c

Choose a tag to compare

Changed

  • Changed tag from a commit-based reference to a version tag (that refers to the same commit)

Removed

  • Removed deprecated sqlite dependency in Docker image used for tests and composer updates

Update dependencies

10 Jun 19:40
68d4271

Choose a tag to compare

Change

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

PHP 7.3, PHPUnit 9.5.4

24 Mar 14:44
b36817c

Choose a tag to compare

Changed

  • Switch from PHP 7.2 to 7.3

Fix

  • Upgraded from PHPUnit 8.x to 9.5.4 at least

Release 0.9.0

11 Jan 22:30
fdb9089

Choose a tag to compare

Fix