From 4d7ccddb2b500fc87229eb0d64272391883ade4b Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Tue, 24 Sep 2024 00:45:55 +0200 Subject: [PATCH] Release 18.9.2 (#3212) --- Airship.podspec | 2 +- Airship/AirshipConfig.xcconfig | 2 +- Airship/AirshipCore/Source/AirshipVersion.swift | 2 +- AirshipContentExtension.podspec | 2 +- AirshipDebug.podspec | 2 +- AirshipServiceExtension.podspec | 2 +- CHANGELOG.md | 11 ++++++++++- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Airship.podspec b/Airship.podspec index 647b5bcee..a5fc11a81 100644 --- a/Airship.podspec +++ b/Airship.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.1" +AIRSHIP_VERSION="18.9.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/Airship/AirshipConfig.xcconfig b/Airship/AirshipConfig.xcconfig index 8cafbdf07..0516bdf75 100644 --- a/Airship/AirshipConfig.xcconfig +++ b/Airship/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ //* Copyright Airship and Contributors */ -CURRENT_PROJECT_VERSION = 18.9.1 +CURRENT_PROJECT_VERSION = 18.9.2 // Uncomment to include the preview build warning // OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1 diff --git a/Airship/AirshipCore/Source/AirshipVersion.swift b/Airship/AirshipCore/Source/AirshipVersion.swift index c29322cc4..fab163ade 100644 --- a/Airship/AirshipCore/Source/AirshipVersion.swift +++ b/Airship/AirshipCore/Source/AirshipVersion.swift @@ -3,7 +3,7 @@ import Foundation public struct AirshipVersion { - public static let version = "18.9.1" + public static let version = "18.9.2" public static func get() -> String { return version } diff --git a/AirshipContentExtension.podspec b/AirshipContentExtension.podspec index 8ff579384..1f8fb4e19 100644 --- a/AirshipContentExtension.podspec +++ b/AirshipContentExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.1" +AIRSHIP_VERSION="18.9.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipDebug.podspec b/AirshipDebug.podspec index 060142f01..2f147e15c 100644 --- a/AirshipDebug.podspec +++ b/AirshipDebug.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.1" +AIRSHIP_VERSION="18.9.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipServiceExtension.podspec b/AirshipServiceExtension.podspec index 9a24b4900..fd779fc5a 100644 --- a/AirshipServiceExtension.podspec +++ b/AirshipServiceExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.1" +AIRSHIP_VERSION="18.9.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e56526e2..6b311629e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # iOS Changelog +## Version 18.9.2 September 23, 2024 +Patch release to fix an issue with high energy usage for In-App Automations, Scenes, and Surveys that was introduced in 18.0.0. This issue is +not very common but it can occur if the device is unable to connect to our backend to fetch an update to the In-App rules on the device after an SDK +update or locale change. Application that are receiving high energy usage reports should update. + +### Changes +- Fixed high energy usage for In-App Automations, Scenes, and Surveys if remote-data fails to refresh. +- Fixed requesting additional notification options if they change after the first prompt. + ## Version 18.9.1 September 13, 2024 Patch release to fix Scene button not able to be tapped in some cases. #### Changes -- Fix Scene buttons not able to be tapped if the last page of the scene contains a wide image background. +- Fixed Scene buttons not able to be tapped if the last page of the scene contains a wide image background. ## Version 18.9.0 September 10, 2024 Minor release that introduces `fallback` parameter when requesting permission updates and the permission is denied. This release also contains