From e3c4b5ce3701800932139535db85694cd596fd94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 00:43:54 +0000 Subject: [PATCH] chore(release): 5.7.20 --- CHANGELOG.md | 7 +++++++ .../ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java | 2 +- ios/Plugin/CapacitorUpdaterPlugin.swift | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7964d7..b14fbf22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [5.7.20](https://github.com/Cap-go/capacitor-updater/compare/5.7.19...5.7.20) (2024-03-26) + + +### Bug Fixes + +* allowModifyUrl issue ([8236331](https://github.com/Cap-go/capacitor-updater/commit/8236331feb4f0f95bb1f231417dee730ec005ebc)) + ### [5.7.19](https://github.com/Cap-go/capacitor-updater/compare/5.7.18...5.7.19) (2024-03-26) diff --git a/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java b/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java index 02c14bc1..2a14d210 100644 --- a/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java +++ b/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java @@ -55,7 +55,7 @@ public class CapacitorUpdaterPlugin extends Plugin { private static final String channelUrlDefault = "https://api.capgo.app/channel_self"; - private final String PLUGIN_VERSION = "5.7.19"; + private final String PLUGIN_VERSION = "5.7.20"; private static final String DELAY_CONDITION_PREFERENCES = ""; private SharedPreferences.Editor editor; diff --git a/ios/Plugin/CapacitorUpdaterPlugin.swift b/ios/Plugin/CapacitorUpdaterPlugin.swift index 7f5d2ef0..556754f7 100644 --- a/ios/Plugin/CapacitorUpdaterPlugin.swift +++ b/ios/Plugin/CapacitorUpdaterPlugin.swift @@ -15,7 +15,7 @@ import Version @objc(CapacitorUpdaterPlugin) public class CapacitorUpdaterPlugin: CAPPlugin { public var implementation = CapacitorUpdater() - private let PLUGIN_VERSION: String = "5.7.19" + private let PLUGIN_VERSION: String = "5.7.20" static let updateUrlDefault = "https://api.capgo.app/updates" static let statsUrlDefault = "https://api.capgo.app/stats" static let channelUrlDefault = "https://api.capgo.app/channel_self" diff --git a/package.json b/package.json index 878a66f7..c7fd7dfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-updater", - "version": "5.7.19", + "version": "5.7.20", "packageManager": "pnpm@8.15.4", "license": "MPL-2.0", "description": "Live update for capacitor apps",