Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 19, 2025
2 parents 14464d4 + 73eb1fc commit 5ec02fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [7.0.19](https://github.com/Cap-go/capacitor-updater/compare/7.0.18...7.0.19) (2025-02-19)


### Bug Fixes

* better logs and debug ([2179792](https://github.com/Cap-go/capacitor-updater/commit/217979245ca012a7fe2d99112e6e7d3878f092a4))
* improve error handling manifest ([a060842](https://github.com/Cap-go/capacitor-updater/commit/a060842e9d48e59666f24b649223c74b6909705d))

### [7.0.18](https://github.com/Cap-go/capacitor-updater/compare/7.0.17...7.0.18) (2025-02-18)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
private static final String statsUrlDefault = "https://plugin.capgo.app/stats";
private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self";

private final String PLUGIN_VERSION = "7.0.18";
private final String PLUGIN_VERSION = "7.0.19";
private static final String DELAY_CONDITION_PREFERENCES = "";

private SharedPreferences.Editor editor;
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdaterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
CAPPluginMethod(name: "getNextBundle", returnType: CAPPluginReturnPromise)
]
public var implementation = CapacitorUpdater()
private let PLUGIN_VERSION: String = "7.0.18"
private let PLUGIN_VERSION: String = "7.0.19"
static let updateUrlDefault = "https://plugin.capgo.app/updates"
static let statsUrlDefault = "https://plugin.capgo.app/stats"
static let channelUrlDefault = "https://plugin.capgo.app/channel_self"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capgo/capacitor-updater",
"version": "7.0.18",
"version": "7.0.19",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 5ec02fc

Please sign in to comment.