From 50b24fdf5c23332871a86142d0d3bedce2fa1c12 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Tue, 28 May 2024 15:29:26 -0700 Subject: [PATCH] v1.7.3 --- CHANGELOG.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6895130..31acc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog - Unreleased + - Nothing yet + +- v1.7.3 - [PR #315](https://github.com/pushandplay/cordova-plugin-apprate/pull/315) - Fix error in IOS 17 "Call must be made on main thread" in launchAppStore method - [PR #313](https://github.com/pushandplay/cordova-plugin-apprate/pull/313) - Improve French translations - [PR #310](https://github.com/pushandplay/cordova-plugin-apprate/pull/310) - Add translation for `pt-BR` diff --git a/package.json b/package.json index 1946316..dd1ec5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-apprate", - "version": "1.7.2", + "version": "1.7.3", "repository": { "type": "git", "url": "https://github.com/pushandplay/cordova-plugin-apprate" diff --git a/plugin.xml b/plugin.xml index b148639..b7e299d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + AppRate This plugin provides "Rate This App" functionality to your Cordova/Phonegap application pushandplay