Skip to content

Commit

Permalink
remove v13 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurachevalier4 authored Jan 23, 2024
1 parent a5fd5c3 commit b9e7196
Show file tree
Hide file tree
Showing 1,603 changed files with 7 additions and 60,857 deletions.
6 changes: 1 addition & 5 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ $build_sc->new(
create_makefile_pl => "traditional",
dist_abstract => "Google Ads API Client Library for Perl",
dist_name => "Google-Ads-GoogleAds-Client",
dist_version => "19.0.0",
dist_version => "20.0.0",
no_index => {
namespace => [
"Google::Ads::GoogleAds::V13::Enums",
"Google::Ads::GoogleAds::V13::Common",
"Google::Ads::GoogleAds::V13::Resources",
"Google::Ads::GoogleAds::V13::Services",
"Google::Ads::GoogleAds::V14::Enums",
"Google::Ads::GoogleAds::V14::Common",
"Google::Ads::GoogleAds::V14::Resources",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
20.0.0 - 2024-01-22
-------------------
- Removed support for Google Ads API v13.

19.0.0 - 2023-10-19
-------------------
- Added support for Google Ads API v15.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/Google/Ads/GoogleAds/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package Google::Ads::GoogleAds::Client;
use strict;
use warnings;
use version;
our $VERSION = qv("19.0.0");
our $VERSION = qv("20.0.0");

use Google::Ads::GoogleAds::OAuth2ApplicationsHandler;
use Google::Ads::GoogleAds::OAuth2ServiceAccountsHandler;
Expand Down
2 changes: 1 addition & 1 deletion lib/Google/Ads/GoogleAds/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use File::HomeDir;
use File::Spec::Functions;

# Main version number that the rest of the modules pick up off of.
our $VERSION = qv("19.0.0");
our $VERSION = qv("20.0.0");

use constant DEFAULT_PROPERTIES_FILE =>
catfile(File::HomeDir->my_home, "googleads.properties");
Expand Down
34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V13/Common/ActivityCountryInfo.pm

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V13/Common/ActivityIdInfo.pm

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V13/Common/ActivityRatingInfo.pm

This file was deleted.

37 changes: 0 additions & 37 deletions lib/Google/Ads/GoogleAds/V13/Common/AdAssetPolicySummary.pm

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V13/Common/AdImageAsset.pm

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V13/Common/AdMediaBundleAsset.pm

This file was deleted.

39 changes: 0 additions & 39 deletions lib/Google/Ads/GoogleAds/V13/Common/AdScheduleInfo.pm

This file was deleted.

38 changes: 0 additions & 38 deletions lib/Google/Ads/GoogleAds/V13/Common/AdTextAsset.pm

This file was deleted.

Loading

0 comments on commit b9e7196

Please sign in to comment.