Skip to content

Commit

Permalink
5.0.0 RC (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Popa <valeriu.job@gmail.com>
  • Loading branch information
vapopa and Valeriu Popa committed Jun 22, 2023
1 parent 2779cb0 commit 74401ab
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Criteo Publisher SDK Changelog
--------------------------------------------------------------------------------
## Version [5.0.0]

### Features
- MRAID 1.0 support.

--------------------------------------------------------------------------------
## Version [4.9.0]

Expand Down
2 changes: 1 addition & 1 deletion CriteoAdViewer/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoAdViewer/UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoGoogleAdapter/Sources/CriteoGoogleAdapter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CriteoPublisherSdk"
spec.version = "4.9.0"
spec.version = "5.0.0"
spec.summary = "Criteo Publisher SDK for iOS"

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/Sources/Public/CRConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef CRConstants_h
#define CRConstants_h

#define CRITEO_PUBLISHER_SDK_VERSION @"4.9.0"
#define CRITEO_PUBLISHER_SDK_VERSION @"5.0.0"

#define CRITEO_DEFAULT_REQUEST_TIMEOUT_IN_SECONDS 60
#define CRITEO_DEFAULT_BID_TTL_IN_SECONDS 15 * 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"CR_HeaderBiddingTests",
"CR_InHouseFunctionalTests\/test_givenInterstitialLoadWrongBid_whenLoadGoodBid_thenReceiveAd",
"CR_InHouseFunctionalTests\/test_givenInterstitial_whenLoadBid_thenReceiveAd",
"CR_InHouseFunctionalTests\/test_givenInterstitial_whenLoadBid_thenReceiveAd_legacyTestAdUnitInCtor",
"CR_InHouseFunctionalTests\/test_givenInterstitial_whenLoadWrongBid_thenFailToReceiveAd",
"CR_InternalContextProviderTests\/testFetchInternalUserContext_GivenRealData_PutProperInformation",
"CR_NativeAdFunctionalTests",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
"CR_RemoteConfigRequestTests",
"CR_StandaloneBannerFunctionalTests\/test_givenBannerWithAppStoreClickUrl_whenClickUrl_thenOpenStoreKitController",
"CR_StandaloneBannerFunctionalTests\/test_givenBannerWithGoodAdUnitId_whenLoadAd_thenAdIsLoadedProperly",
"CR_StandaloneBannerFunctionalTests\/test_givenTwoAdRenderings_whenRecreateBannerView_thenTwoAdsPresented",
"CR_StandaloneBannerFunctionalTests\/test_givenTwoAdRenderings_whenReuseSameBannerView_thenTwoAdsPresented",
"CR_URLRequestTests",
"CR_URLResolverTests",
"CR_URLResolverTests\/testResolutionToAppStoreURLWithRedirects",
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/iTestHostApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.9.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 74401ab

Please sign in to comment.