Skip to content

Commit

Permalink
Remove support for v11 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Mar 17, 2023
1 parent bc6df4f commit 47177b6
Show file tree
Hide file tree
Showing 1,256 changed files with 16 additions and 112,547 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
22.0.0
------
- Removed support for v11.

21.0.0
------
- Compatibility with v13 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/api_versions.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Google
module Ads
module GoogleAds
KNOWN_API_VERSIONS = [:V11, :V12, :V13]
KNOWN_API_VERSIONS = [:V12, :V13]
DEFAULT_API_VERSION = :V13

def self.default_api_version
Expand Down
31 changes: 0 additions & 31 deletions lib/google/ads/google_ads/utils/v11/path_lookup_util.rb

This file was deleted.

47 changes: 0 additions & 47 deletions lib/google/ads/google_ads/v11/common/ad_asset_pb.rb

This file was deleted.

305 changes: 0 additions & 305 deletions lib/google/ads/google_ads/v11/common/ad_type_infos_pb.rb

This file was deleted.

30 changes: 0 additions & 30 deletions lib/google/ads/google_ads/v11/common/asset_policy_pb.rb

This file was deleted.

Loading

0 comments on commit 47177b6

Please sign in to comment.