Releases: sil-org/google-api-php-client-mock
Releases · sil-org/google-api-php-client-mock
Change from codeship testing to github actions
Change (non-breaking)
- Change from codeship testing to github actions
Ensure alias is added when primary Email address is changed
Fixed
- Add an alias, like Google, when renaming the primary email address
Added
- Test coverage for fixed code
Ensure alias is added when primary Email address is changed
Fixed
- Add an alias, like Google, when renaming the primary email address
Added
- Test coverage for fixed code
Fix listUsers
Fix
- Return all user object properties, not just customerId and primaryEmail
Fix listUsers
Fix
- Return all user object properties, not just customerId and primaryEmail
Dependency updates
Update
- No code changes, just dependency updates
Upgrading to more current libraries
Changed (breaking)
- Updated to PHP 8.2 (from 7.4)
- Updated to the latest Google Direction API PHP libraries (2.15/0.312 vs 1.1.9/0.176). This includes a major refactor which is not backwards compatible for aliases, because Google changed it.
Fix dummy method turnOff throwing exception over missing id under PHP 8.2
Fixed
- dummy method turnOff throwing exception over missing id under PHP 8.2
Add non-functional twoStepVerification turnOff method
Added
- Non-functional twoStepVerification turnOff method
Fix isEnrolled2Sv and isEnforced2Sv values
Fixed
- Ensure that isEnforced2Sv and isEnrolled2Sv properties are mocked by setting and reading them.