Skip to content

Commit 38514ea

Browse files
committed
Release 46.2.1.
1 parent 7666bfa commit 38514ea

File tree

5,599 files changed

+234
-191
lines changed

Some content is hidden

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

5,599 files changed

+234
-191
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 46.2.1
2+
3+
##### AdWords
4+
5+
* Updated the composer.json and composer.lock files of Laravel sample
6+
application to fix the repoted security issue.
7+
8+
##### Ad Manager
9+
10+
* No changes.
11+
12+
##### Common
13+
14+
* No changes.
15+
116
### 46.2.0
217

318
##### AdWords
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

examples/AdWords/LaravelSampleApp/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"require": {
99
"php": ">=7.2",
1010
"laravel/framework": "^5.8",
11+
"symfony/http-foundation": "^4.4.7",
1112
"fideloper/proxy": "^4.0",
1213
"laravel/tinker": "^1.0",
13-
"googleads/googleads-php-lib": "^46.2.0"
14+
"googleads/googleads-php-lib": "^46.2.1"
1415
},
1516
"require-dev": {
1617
"beyondcode/laravel-dump-server": "^1.0",

0 commit comments

Comments
 (0)