Skip to content

Commit d3a18c9

Browse files
chore(release): 7.2.19
1 parent aee3db0 commit d3a18c9

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [7.2.19](https://github.com/Cap-go/capacitor-updater/compare/7.2.18...7.2.19) (2025-06-24)
6+
7+
8+
### Bug Fixes
9+
10+
* don't remove navigation history on iOS ([aee3db0](https://github.com/Cap-go/capacitor-updater/commit/aee3db0d508a4781d8023e5fb101b77424526fd7))
11+
512
### [7.2.18](https://github.com/Cap-go/capacitor-updater/compare/7.2.17...7.2.18) (2025-06-23)
613

714

android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
5858
private static final String statsUrlDefault = "https://plugin.capgo.app/stats";
5959
private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self";
6060

61-
private final String PLUGIN_VERSION = "7.2.18";
61+
private final String PLUGIN_VERSION = "7.2.19";
6262
private static final String DELAY_CONDITION_PREFERENCES = "";
6363

6464
private SharedPreferences.Editor editor;

ios/Plugin/CapacitorUpdaterPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
4545
CAPPluginMethod(name: "getNextBundle", returnType: CAPPluginReturnPromise)
4646
]
4747
public var implementation = CapacitorUpdater()
48-
private let PLUGIN_VERSION: String = "7.2.18"
48+
private let PLUGIN_VERSION: String = "7.2.19"
4949
static let updateUrlDefault = "https://plugin.capgo.app/updates"
5050
static let statsUrlDefault = "https://plugin.capgo.app/stats"
5151
static let channelUrlDefault = "https://plugin.capgo.app/channel_self"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-updater",
3-
"version": "7.2.18",
3+
"version": "7.2.19",
44
"license": "MPL-2.0",
55
"description": "Live update for capacitor apps",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)