diff --git a/.version b/.version index 0712b525c2..f668d52011 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.31.0-SNAPSHOT +4.30.3 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index baa858afd4..fb40654c82 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,5 +1,7 @@ -### Performance Improvements -* `Paywalls`: optimize `background.jpg` image (#3379) via NachoSoto (@NachoSoto) +### RevenueCatUI +* `Paywalls`: fix Turkish discount string (#3385) via NachoSoto (@NachoSoto) +* `Paywalls`: fix template 4 layout bug on iOS 16 (#3381) via NachoSoto (@NachoSoto) +### Dependency Updates +* Bump fastlane-plugin-revenuecat_internal from `a297205` to `0ddee10` (#3383) via dependabot[bot] (@dependabot[bot]) ### Other Changes -* `RevenueCatUI`: lowered CocoaPods deployment target to 11.0 (#3378) via NachoSoto (@NachoSoto) -* Fix deprecation warning (#3371) via NachoSoto (@NachoSoto) +* `CircleCI`: fix `visionOS` job (#3384) via NachoSoto (@NachoSoto) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bed20adb..1162fe99f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 4.30.3 +### RevenueCatUI +* `Paywalls`: fix Turkish discount string (#3385) via NachoSoto (@NachoSoto) +* `Paywalls`: fix template 4 layout bug on iOS 16 (#3381) via NachoSoto (@NachoSoto) +### Dependency Updates +* Bump fastlane-plugin-revenuecat_internal from `a297205` to `0ddee10` (#3383) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* `CircleCI`: fix `visionOS` job (#3384) via NachoSoto (@NachoSoto) + ## 4.30.2 ### Performance Improvements * `Paywalls`: optimize `background.jpg` image (#3379) via NachoSoto (@NachoSoto) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index b709221118..4f77ae9cc8 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "4.31.0-SNAPSHOT" + s.version = "4.30.3" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 4c80e77cc9..3432ef50c3 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "4.31.0-SNAPSHOT" + s.version = "4.30.3" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 6c0e2106b1..0260e4051f 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.30.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index f2f6a06806..4a22ed7d9b 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -54,7 +54,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "4.31.0-SNAPSHOT" + return "4.30.3" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 3ae2d23c26..f9b267c358 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.30.3 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index b25f5d205e..e23799ee1d 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.30.3 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index b25f5d205e..e23799ee1d 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.30.3 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 4c13925b92..bbdf05c811 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.30.3 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 863d1c1555..69181499a8 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html index acc7f5d20a..36ec1787f0 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - +