Skip to content

Commit 8a97115

Browse files
committed
Release 43.0.0.
1 parent 1fda67a commit 8a97115

File tree

1,985 files changed

+56047
-120350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,985 files changed

+56047
-120350
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
74
- 7.1
85
- 7.2
6+
- 7.3
97

108
branches:
119
only:

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
### 43.0.0
2+
3+
##### AdWords
4+
5+
* No changes.
6+
7+
##### Ad Manager
8+
9+
* Added support for v201908.
10+
* Removed support for v201808.
11+
* Removed examples for v201811.
12+
13+
* Removed examples from all versions for Sales Management:
14+
- BaseRateService/GetAllBaseRates
15+
- BaseRateService/GetBaseRatesForRateCard
16+
- ExchangeRateService/GetAllExchangeRates
17+
- ExchangeRateService/GetExchangeRatesForCurrencyCode
18+
- PackageService/GetAllPackages
19+
- PackageService/GetInProgressPackages
20+
- PremiumRateService/GetAllPremiumRates
21+
- PremiumRateService/GetPremiumRatesForRateCard
22+
- ProductPackageItemService/GetAllProductPackageItems
23+
- ProductPackageItemService/GetProductPackageItemsForProductPackage
24+
- ProductPackageService/GetActiveProductPackages
25+
- ProductPackageService/GetAllProductPackages
26+
- ProductService/GetAllProducts
27+
- ProductService/GetProductsForProductTemplate
28+
- ProductTemplateService/ActivateProductTemplates
29+
- ProductTemplateService/CreateProductTemplates
30+
- ProductTemplateService/CreateProgrammaticProductTemplates
31+
- ProductTemplateService/GetAllProductTemplates
32+
- ProductTemplateService/GetSponsorshipProductTemplates
33+
- ProposalService/CreateProgrammaticProposals
34+
- ProposalLineItemService/CreateProgrammaticProposalLineItems
35+
- RateCardService/GetAllRateCards
36+
- RateCardService/GetMarketplaceRateCards
37+
- ReconciliationLineItemReportService/GetReconciliationLineItemReportsForReconciliationReport
38+
- ReconciliationLineItemReportService/UpdateReconciliationLineItemReports
39+
- ReconciliationOrderReportService/GetReconciliationOrderReportsForReconciliationReport
40+
- ReconciliationOrderReportService/SubmitReconciliationOrderReports
41+
- ReconciliationReportRowService/GetReconciliationReportRowsForReconciliationReport
42+
- ReconciliationReportRowService/UpdateReconciliationReportRows
43+
- ReconciliationReportService/GetAllReconciliationReports
44+
- ReconciliationReportService/GetReconciliationReportForLastBillingPeriod
45+
- WorkflowRequestService/ApproveWorkflowApprovalRequests
46+
- WorkflowRequestService/GetWorkflowApprovalRequests
47+
- WorkflowRequestService/GetWorkflowExternalConditionRequests
48+
- WorkflowRequestService/TriggerWorkflowExternalConditionRequests
49+
50+
* Converted ProposalService examples:
51+
- GetProposalsPendingApproval to GetProposalsAwaitingSellerReview
52+
- CreateProgrammaticProposalsForNonSalesManagement to CreateProposals
53+
54+
* Converted ProposalLineItemService example:
55+
- CreateProgrammaticProposalLineItemsForNonSalesManagement to
56+
CreateProposalLineItems
57+
58+
##### Common
59+
60+
* No changes.
61+
162
### 42.0.0
263

364
##### AdWords

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ this library (e.g., submitting pull requests) or wish to try our examples.
9797
1. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
9898
if you haven't set up the credentials yet.
9999
1. You can now use the library and run any examples you want. Try
100-
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/BasicOperations/GetCampaigns.php)
100+
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/GetCampaigns.php)
101101
by executing the following command:
102102
103103
```
104-
$ php examples/AdWords/v201809/BasicOperations/GetCampaigns.php
104+
$ php examples/AdWords/v201806/BasicOperations/GetCampaigns.php
105105
```
106106
107107
### Downloading a compressed tarball
@@ -122,11 +122,11 @@ client library. The extracted directory of the tarball will contain only the
122122
1. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
123123
if you haven't set up the credentials yet.
124124
1. You can now run any examples you want. Try
125-
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/BasicOperations/GetCampaigns.php)
125+
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/GetCampaigns.php)
126126
by executing the following command:
127127
128128
```
129-
$ php examples/AdWords/v201809/BasicOperations/GetCampaigns.php
129+
$ php examples/AdWords/v201806/BasicOperations/GetCampaigns.php
130130
```
131131
132132
### Setting up your OAuth2 credentials
@@ -346,9 +346,9 @@ CA file issues can also cause an error like this:
346346
```
347347
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
348348
Couldn't load from
349-
'https://adwords.google.com/api/adwords/cm/v201809/CampaignService?wsdl' :
349+
'https://adwords.google.com/api/adwords/cm/v201806/CampaignService?wsdl' :
350350
failed to load external entity
351-
"https://adwords.google.com/api/adwords/cm/v201809/CampaignService?wsdl
351+
"https://adwords.google.com/api/adwords/cm/v201806/CampaignService?wsdl
352352
```
353353

354354
To remedy, see [Steps for troubleshooting CA file issues](https://github.com/googleads/googleads-php-lib/wiki/Steps-for-troubleshooting-CA-file-issues).

examples/AdManager/v201811/BaseRateService/GetAllBaseRates.php

Lines changed: 0 additions & 96 deletions
This file was deleted.

examples/AdManager/v201811/BaseRateService/GetBaseRatesForRateCard.php

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)