Skip to content

Commit

Permalink
Remove support for v12 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Sep 15, 2023
1 parent 4da6de4 commit 37cdd90
Show file tree
Hide file tree
Showing 1,267 changed files with 7 additions and 111,676 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
23.1.0
24.0.0
------
- Compatibility with v14.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v12.

23.0.0
------
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 = [:V12, :V13, :V14]
KNOWN_API_VERSIONS = [:V13, :V14]
DEFAULT_API_VERSION = :V14

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

This file was deleted.

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

This file was deleted.

271 changes: 0 additions & 271 deletions lib/google/ads/google_ads/v12/common/ad_type_infos_pb.rb

This file was deleted.

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

This file was deleted.

80 changes: 0 additions & 80 deletions lib/google/ads/google_ads/v12/common/asset_set_types_pb.rb

This file was deleted.

Loading

0 comments on commit 37cdd90

Please sign in to comment.