Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for v12 #455

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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