From c44d4e19763936399ca283d16b3f8a8f07437880 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Wed, 22 Jul 2020 13:32:06 -0700 Subject: [PATCH] version 3.5.1 (#290) --- .jazzy.yaml | 4 ++-- CHANGELOG.md | 6 ++++++ Purchases.podspec | 2 +- Purchases/Info.plist | 2 +- Purchases/Misc/RCSystemInfo.m | 2 +- PurchasesTests/Info.plist | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index d035fdf34f..dbb50e9ae4 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,9 +5,9 @@ objc: true sdk: iphonesimulator module: Purchases umbrella_header: Purchases/Public/Purchases.h -module_version: 3.5.0 +module_version: 3.5.1 github_url: https://github.com/revenuecat/purchases-ios -github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.5.0 +github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.5.1 output: docs # Leaving this commented out. We used to specify this before, but now it's working without it # xcodebuild_arguments: [--objc,Purchases/Public/Purchases.h,--,-x,objective-c,-isysroot,$(xcrun --show-sdk-path),-I,$(pwd)] diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a5cfcde8..890d3a3ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.5.1 +- Removes all references to ASIdentifierManager and advertisingIdentifier. This should help with some Kids apps being rejected +https://github.com/RevenueCat/purchases-ios/pull/286 +- Fix for posting wrong duration P0D on consumables +https://github.com/RevenueCat/purchases-ios/pull/289 + ## 3.5.0 - Added a sample watchOS app to illustrate how to integrate in-app purchases on watchOS with RevenueCat https://github.com/RevenueCat/purchases-ios/pull/263 diff --git a/Purchases.podspec b/Purchases.podspec index e1bc6958f6..21ef86a46c 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "3.5.0" + s.version = "3.5.1" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Info.plist b/Purchases/Info.plist index 2a0401c249..20193b9f1f 100644 --- a/Purchases/Info.plist +++ b/Purchases/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.5.0 + 3.5.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/Misc/RCSystemInfo.m b/Purchases/Misc/RCSystemInfo.m index bb62d83673..2fba14bae3 100644 --- a/Purchases/Misc/RCSystemInfo.m +++ b/Purchases/Misc/RCSystemInfo.m @@ -47,7 +47,7 @@ + (BOOL)isSandbox { } + (NSString *)frameworkVersion { - return @"3.5.0"; + return @"3.5.1"; } + (NSString *)systemVersion { diff --git a/PurchasesTests/Info.plist b/PurchasesTests/Info.plist index a444c30dff..a2ddb1416f 100644 --- a/PurchasesTests/Info.plist +++ b/PurchasesTests/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.5.0 + 3.5.1 CFBundleVersion 1