-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version bump for 1.0.0-beta.2 * Updates VERSIONS.md * Updates maven.publish to 0.29.0. * Increases Sonatype connection timeout to 5 minutes (instead of 1). --------- Co-authored-by: JayShortway <[email protected]>
- Loading branch information
1 parent
621aad3
commit 302decd
Showing
5 changed files
with
40 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,18 @@ | ||
### Breaking Changes | ||
|
||
* Changes package to com.revenuecat (#80) via JayShortway (@JayShortway) | ||
* Fix iOS StoreProduct description & price (#108) via JayShortway (@JayShortway) | ||
* Uses PurchasesAreCompletedBy (#105) via JayShortway (@JayShortway) | ||
* PurchasesConfiguration binary compatibility (#72) via JayShortway (@JayShortway) | ||
* Removes PurchasesFactory (#103) via JayShortway (@JayShortway) | ||
* configuration consistency (#71) via JayShortway (@JayShortway) | ||
* Removes StoreProduct.pricePer*() functions, as they are not available in PHC, nor in e.g. | ||
Flutter & React Native. via JayShortway (@JayShortway) | ||
### New Features | ||
* Adds ProductCategory to StoreProduct (#114) via JayShortway (@JayShortway) | ||
* Checks PHC version at configure() time on iOS (#104) via JayShortway (@JayShortway) | ||
* Removes Offerings.getCurrentOfferingForPlacement() (#121) via JayShortway (@JayShortway) | ||
### Bugfixes | ||
* Fixes Compose<->K2 compilation error (#111) via JayShortway (@JayShortway) | ||
* Fixes the Transaction type (#113) via JayShortway (@JayShortway) | ||
* Fixes showInAppMessagesIfNeeded() on iOS (#110) via JayShortway (@JayShortway) | ||
* Fix iOS crash showing paywall for current offering (#129) via JayShortway (@JayShortway) | ||
### Dependency Updates | ||
* Consolidates Compose versions (#112) via JayShortway (@JayShortway) | ||
* Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.0 (#66) via JayShortway ( | ||
@JayShortway) | ||
* Update agp to v8.4.1 (#68) via JayShortway (@JayShortway) | ||
* Update agp to v8.4.0 (#62) via JayShortway (@JayShortway) | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 11.1.1 (#124) via RevenueCat Git Bot (@RCGitBot) | ||
* [Android 7.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.12.0) | ||
* [iOS 4.43.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.2) | ||
* [iOS 4.43.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.1) | ||
### Other Changes | ||
* Adds .aiexclude (#109) via JayShortway (@JayShortway) | ||
* Fixes snapshot publishing (#107) via JayShortway (@JayShortway) | ||
* Adds prepare-next-snapshot-version CI job (#102) via JayShortway (@JayShortway) | ||
* Copies some CI jobs from GitHub Actions to CircleCI. (#101) via JayShortway (@JayShortway) | ||
* Moves publishing logic from the CircleCI config to Fastlane. (#100) via JayShortway (@JayShortway) | ||
* Release train (#99) via JayShortway (@JayShortway) | ||
* Adds the upgrade-hybrid-common action (#93) via JayShortway (@JayShortway) | ||
* Adds Fastlane (#90) via JayShortway (@JayShortway) | ||
* Adds the Danger bot. (#87) via JayShortway (@JayShortway) | ||
* Corrects the artifactId of the :paywalls module. (#86) via JayShortway (@JayShortway) | ||
* Adds snapshot publishing (#83) via JayShortway (@JayShortway) | ||
* Adds note on migration to README.md (#79) via JayShortway (@JayShortway) | ||
* Update README.md (#78) via JayShortway (@JayShortway) | ||
* Adds Paywalls (#77) via JayShortway (@JayShortway) | ||
* Adds issue and PR templates. via JayShortway (@JayShortway) | ||
* Fixes docs for StoreProduct.presentedOfferingContext. via JayShortway (@JayShortway) | ||
* Adds a currently-disabled check for the PHC version on iOS. via JayShortway (@JayShortway) | ||
* Minor consistency update. via JayShortway (@JayShortway) | ||
* PlatformInfo is properly passed on Android and iOS. via JayShortway (@JayShortway) | ||
* Adds klib abi validation. via JayShortway (@JayShortway) | ||
* Now depends on PurchasesHybridCommon (#70) via JayShortway (@JayShortway) | ||
* Improves the error message when the PurchasesInitializer is missing from the merged AndroidManifest.xml. (#130) via JayShortway (@JayShortway) | ||
* Fixes viewing revenuecatui Kotlin code in Xcode (#127) via JayShortway (@JayShortway) | ||
* Removes the Compose Compiler Gradle Plugin from :apiTester. (#125) via JayShortway (@JayShortway) | ||
* Adds missing API tests (#106) via JayShortway (@JayShortway) | ||
* Publishes API reference only on release. (#122) via JayShortway (@JayShortway) | ||
* Fixes the release pipeline (#119) via JayShortway (@JayShortway) | ||
* Adds KobanKat migration guide (#116) via JayShortway (@JayShortway) | ||
* Updates README.md (#115) via JayShortway (@JayShortway) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
| Version | iOS version | Android version | Common files version | | ||
|---------|-------------|-----------------|----------------------| | ||
| 1.0.0-beta.2 | 4.43.2 | 7.12.0 | 11.1.1 | | ||
| 1.0.0-beta.1 | 4.43.0 | 7.11.1 | 10.10.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters