Skip to content

Commit

Permalink
Release 19.1.0 (#3384)
Browse files Browse the repository at this point in the history
Co-authored-by: crow <david.crow@airship.com>
  • Loading branch information
crow and crow authored Feb 20, 2025
1 parent 4308c1d commit 511eaf4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Airship.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="19.0.3"
AIRSHIP_VERSION="19.1.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Airship/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//* Copyright Airship and Contributors */

CURRENT_PROJECT_VERSION = 19.0.3
CURRENT_PROJECT_VERSION = 19.1.0
2 changes: 1 addition & 1 deletion Airship/AirshipCore/Source/AirshipVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Foundation

public struct AirshipVersion {
public static let version = "19.0.3"
public static let version = "19.1.0"
public static func get() -> String {
return version
}
Expand Down
2 changes: 1 addition & 1 deletion AirshipDebug.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="19.0.3"
AIRSHIP_VERSION="19.1.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipServiceExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="19.0.3"
AIRSHIP_VERSION="19.1.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# iOS Changelog

## Version 19.1.0 February 20, 2025
Minor release that adds support for email registration in Scenes, fixes bugs, and improves Airship configuration, Scene keyboard avoidance, and logging.

### Changes
- Updated the keyboard avoidance for Scenes to use standard window insets
- Added `resolveInProduction()` method on `AirshipConfig` to expose how Airship resolves the `inProduction` flag during takeOff
- Added support for email registration in Scenes
- Fixed regression with log level check that was introduced in 19.0.0
- Fixed voice over with NPS score for Surveys
- Added logger to `UANotificationServiceExtension`. The logger can be configured by overriding the `airshipConfig` property.
- Fixed Carthage build failures caused by UIKit Sample project

## Version 19.0.3 February 4, 2025
Patch release to fix a crash caused by combine subjects being updated from multiple queues.

Expand Down

0 comments on commit 511eaf4

Please sign in to comment.