Skip to content

Commit 511eaf4

Browse files
crowcrow
and
crow
authored
Release 19.1.0 (#3384)
Co-authored-by: crow <david.crow@airship.com>
1 parent 4308c1d commit 511eaf4

6 files changed

+17
-5
lines changed

Airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.0.3"
1+
AIRSHIP_VERSION="19.1.0"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

Airship/AirshipConfig.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//* Copyright Airship and Contributors */
22

3-
CURRENT_PROJECT_VERSION = 19.0.3
3+
CURRENT_PROJECT_VERSION = 19.1.0

Airship/AirshipCore/Source/AirshipVersion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Foundation
44

55
public struct AirshipVersion {
6-
public static let version = "19.0.3"
6+
public static let version = "19.1.0"
77
public static func get() -> String {
88
return version
99
}

AirshipDebug.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.0.3"
1+
AIRSHIP_VERSION="19.1.0"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

AirshipServiceExtension.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.0.3"
1+
AIRSHIP_VERSION="19.1.0"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11

22
# iOS Changelog
33

4+
## Version 19.1.0 February 20, 2025
5+
Minor release that adds support for email registration in Scenes, fixes bugs, and improves Airship configuration, Scene keyboard avoidance, and logging.
6+
7+
### Changes
8+
- Updated the keyboard avoidance for Scenes to use standard window insets
9+
- Added `resolveInProduction()` method on `AirshipConfig` to expose how Airship resolves the `inProduction` flag during takeOff
10+
- Added support for email registration in Scenes
11+
- Fixed regression with log level check that was introduced in 19.0.0
12+
- Fixed voice over with NPS score for Surveys
13+
- Added logger to `UANotificationServiceExtension`. The logger can be configured by overriding the `airshipConfig` property.
14+
- Fixed Carthage build failures caused by UIKit Sample project
15+
416
## Version 19.0.3 February 4, 2025
517
Patch release to fix a crash caused by combine subjects being updated from multiple queues.
618

0 commit comments

Comments
 (0)