Skip to content

Commit

Permalink
Removing support for v14. (#488)
Browse files Browse the repository at this point in the history
Change-Id: Ie41cd8e8ee3a410f55c9e04d6b7c8ea205ea2704
  • Loading branch information
mcloonan authored Apr 25, 2024
1 parent c915086 commit cbfa0ce
Show file tree
Hide file tree
Showing 1,307 changed files with 12 additions and 118,971 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
28.0.0
------
- Compatibility with v16.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v14.

27.0.0
------
Expand Down
123 changes: 0 additions & 123 deletions examples/account_management/approve_merchant_center_link.rb

This file was deleted.

153 changes: 0 additions & 153 deletions examples/account_management/reject_merchant_center_link.rb

This file was deleted.

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 = [:V14, :V15, :V16]
KNOWN_API_VERSIONS = [:V15, :V16]
DEFAULT_API_VERSION = :V16

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

This file was deleted.

54 changes: 0 additions & 54 deletions lib/google/ads/google_ads/v14/common/ad_asset_pb.rb

This file was deleted.

84 changes: 0 additions & 84 deletions lib/google/ads/google_ads/v14/common/ad_type_infos_pb.rb

This file was deleted.

Loading

0 comments on commit cbfa0ce

Please sign in to comment.