Skip to content

Commit

Permalink
Changes for release v16_1. (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiboknacky authored Apr 25, 2024
1 parent ff572a2 commit 370ff5f
Show file tree
Hide file tree
Showing 4,486 changed files with 4,533 additions and 488,716 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 23.0.0
* Added support for v16_1 of Google Ads API.
* Removed support for v14 of Google Ads API.
* Added support for `google/protobuf` v4.26.
* Updated `composer.json` to require the minimum PHP version of 8.1.
* Rolled back changes to the code base that requires PHP 8.0 or above, so PHP
7 users can still easily clone this library to work with the legacy code.
* Updated `package.json` of LaravelSampleApp.
* Added VerifyAdvertiserIdentity example.
* Updated code examples:
* AddCompleteCampaignsUsingBatchJob
* DetectAndApplyRecommendations
* DismissRecommendation
* UploadConversionAdjustment
* Removed code examples:
* AddFlightsFeed
* AddRealEstateFeed
* ApplyRecommendation
* ApproveMerchantCenterLink
* DismissRecommendation
* RejectMerchantCenterLink

## 22.1.0
* Added support for v16 of Google Ads API.
* Fixed dependabot alert in `examples/LaravelSampleApp/composer.lock`.
Expand Down
219 changes: 0 additions & 219 deletions examples/AccountManagement/ApproveMerchantCenterLink.php

This file was deleted.

Loading

0 comments on commit 370ff5f

Please sign in to comment.