Skip to content

Commit 1f30243

Browse files
committed
Release 38.0.0.
1 parent ed8a5e0 commit 1f30243

File tree

9,660 files changed

+57479
-49989
lines changed

Some content is hidden

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

9,660 files changed

+57479
-49989
lines changed

.gitattributes

100755100644
File mode changed.

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1+
### Composer ###
2+
composer.phar
13
/vendor/
2-
/composer.lock
4+
5+
# Ignore a library lock file https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies
6+
composer.lock
7+
8+
9+
### macOS ###
10+
*.DS_Store
11+
.AppleDouble
12+
.LSOverride
13+
14+
15+
### PhpStorm ###
16+
.idea/
17+
18+
19+
### VisualStudioCode ###
20+
.vscode/*
21+
!.vscode/settings.json
22+
!.vscode/tasks.json
23+
!.vscode/launch.json
24+
!.vscode/extensions.json
25+
.history
26+
27+

.travis.yml

100755100644
File mode changed.

CHANGELOG.md

100755100644
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 38.0.0
2+
3+
##### AdWords
4+
5+
* Added Smart Shopping ad example (v201809).
6+
* Fixed [issue #541](https://github.com/googleads/googleads-php-lib/issues/541).
7+
8+
##### Ad Manager
9+
10+
* Added support for v201811.
11+
* Removed support for v201711.
12+
* Removed examples for v201802.
13+
* Updated the `Util/v201811/AdManagerDateTimes.php` class for renaming the
14+
function `setTimeZoneID` to `setTimeZoneId`.
15+
* Discontinue the `GetAllContentMetadataKeyHierarchies.php` example.
16+
117
### 37.1.0
218

319
##### AdWords

CONTRIBUTING.md

100755100644
File mode changed.

LICENSE

100755100644
File mode changed.

README.md

100755100644
File mode changed.

UPGRADING.md

100755100644
File mode changed.

check_conditions.php

100755100644
File mode changed.

composer.json

100755100644
File mode changed.

0 commit comments

Comments
 (0)