diff --git a/Airship.podspec b/Airship.podspec index a5fc11a81..339ec3cff 100644 --- a/Airship.podspec +++ b/Airship.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.2" +AIRSHIP_VERSION="18.10.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/Airship/AirshipConfig.xcconfig b/Airship/AirshipConfig.xcconfig index 0516bdf75..645bda2c0 100644 --- a/Airship/AirshipConfig.xcconfig +++ b/Airship/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ //* Copyright Airship and Contributors */ -CURRENT_PROJECT_VERSION = 18.9.2 +CURRENT_PROJECT_VERSION = 18.10.0 // 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 fab163ade..660467ea8 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.2" + public static let version = "18.10.0" public static func get() -> String { return version } diff --git a/AirshipContentExtension.podspec b/AirshipContentExtension.podspec index 1f8fb4e19..60b0bb0a3 100644 --- a/AirshipContentExtension.podspec +++ b/AirshipContentExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.2" +AIRSHIP_VERSION="18.10.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipDebug.podspec b/AirshipDebug.podspec index 2f147e15c..e7daf10f9 100644 --- a/AirshipDebug.podspec +++ b/AirshipDebug.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.2" +AIRSHIP_VERSION="18.10.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipServiceExtension.podspec b/AirshipServiceExtension.podspec index fd779fc5a..b234fa2fe 100644 --- a/AirshipServiceExtension.podspec +++ b/AirshipServiceExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.9.2" +AIRSHIP_VERSION="18.10.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b311629e..7ac46b2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # iOS Changelog +## Version 18.10.0 Oct 3, 2024 +Minor release with accessibility updates, Message Center theming improvements and several bug fixes. + +### Changes +- Fixed Message Center background color and back button theming. +- Fixed tap events in Scenes being registered by their containers in some instances. +- Improved accessibility support in Scenes, Message Center and Preference Center with paging actions, localized content descriptions and traits. +- Added ability to theme Message Center with a custom style. +- Updated webview backgrounds to be clear when displaying media. + ## 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