Skip to content

Commit

Permalink
[AUTOMATIC] Release/5.7.8 (#544)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (#543) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS
4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)
### Other Changes
* Update RELEASING.md (#511) via Cesar de la Vega (@vegaro)
* Fix cordova ios integration tests (#542) via Toni Rico (@tonidero)
  • Loading branch information
RCGitBot committed Jun 13, 2024
1 parent 37a411e commit b9a2867
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.7
5.7.8
17 changes: 5 additions & 12 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#540) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.0)
* [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1)
* [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0)
* [Android 7.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.9.0)
* [iOS 4.42.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.42.0)
* [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2)
* [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1)
* [iOS 4.41.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0)
* Bump rexml from 3.2.6 to 3.2.8 (#538) via dependabot[bot] (@dependabot[bot])
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (#543) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS 4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)
### Other Changes
* Update fastlane plugin (#535) via Toni Rico (@tonidero)
* Only update docs index on latest stable releases (#525) via Toni Rico (@tonidero)
* Update RELEASING.md (#511) via Cesar de la Vega (@vegaro)
* Fix cordova ios integration tests (#542) via Toni Rico (@tonidero)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 5.7.8
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (#543) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS 4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)
### Other Changes
* Update RELEASING.md (#511) via Cesar de la Vega (@vegaro)
* Fix cordova ios integration tests (#542) via Toni Rico (@tonidero)

## 5.7.7
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#540) via RevenueCat Git Bot (@RCGitBot)
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------------|-------------|-----------------|----------------------|
| 5.7.8 | 4.43.0 | 7.11.1 | 10.9.0 |
| 5.7.7 | 4.42.0 | 7.11.0 | 10.8.0 |
| 5.7.6 | 4.40.1 | 7.8.2 | 10.4.1 |
| 5.7.5 | 4.40.0 | 7.8.1 | 10.4.0 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-purchases",
"type": "commonjs",
"version": "5.7.7",
"version": "5.7.8",
"description": "Purchases Cordova Plugin",
"types": "./www/plugin.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-purchases" version="5.7.7">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-purchases" version="5.7.8">

<dependency id="cordova-annotated-plugin-android" />

Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/cordova-plugin-purchases-docs/5.7.7/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/cordova-plugin-purchases-docs/5.7.8/" />
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/android/PurchasesPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class PurchasesPlugin extends AnnotatedCordovaPlugin {

public static final String PLATFORM_NAME = "cordova";
public static final String PLUGIN_VERSION = "5.7.7";
public static final String PLUGIN_VERSION = "5.7.8";

// Needs to run on ExecutionThread.MAIN so it blocks the JavaBridge thread created by Cordova
// That way we guarantee any other call to the plugin happen after configure has completed
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PurchasesPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extension CDVPurchasesPlugin {
}

var platformFlavorVersion: String {
return "5.7.7"
return "5.7.8"
}

}

0 comments on commit b9a2867

Please sign in to comment.