Skip to content

Commit

Permalink
Release 53.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
thangduo committed Jul 22, 2021
1 parent e97487e commit 20fe23e
Show file tree
Hide file tree
Showing 27 changed files with 757 additions and 393 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 53.1.0

##### AdWords

* Upgrade laravel/framework to version 6.20.26 in examples/AdWords/LaravelSampleApp/composer.json.

##### Ad Manager

* No changes.

##### Common

* Restore Guzzle 6 support.

### 53.0.0

##### AdWords
Expand Down
4 changes: 2 additions & 2 deletions examples/AdWords/LaravelSampleApp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"type": "project",
"require": {
"php": ">=7.3",
"laravel/framework": "^6.20.14",
"laravel/framework": "^6.20.26",
"symfony/http-foundation": "^4.4.7",
"fideloper/proxy": "^4.0",
"laravel/tinker": "^1.0",
"googleads/googleads-php-lib": "^53.0.0"
"googleads/googleads-php-lib": "^53.1.0"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down
Loading

0 comments on commit 20fe23e

Please sign in to comment.