Google Ads API Client Library for PHP v33.2.0
- Added support for Google Ads API v24
- Dependency updayes
- Resolved Laravel sample app security vulnerabilities
- Removed grpc/grpc maximum version constraint
Known Issues
- gRPC Extension Version Conflict: We have identified a potential issue where the version of the
grpcPECL extension installed in some PHP environments may be older than expected by this library's dependencies. This can lead to an error message during or after installation, such as:
Workaround: If you encounter this error, please upgrade yourThe grpc extension installed by Composer has a greater version than that installed by PECL. Upgrade the PECL extension to avoid issues caused by the version difference.grpcPECL extension.