Skip to content

Commit

Permalink
Release 19.0.1 (#3360)
Browse files Browse the repository at this point in the history
* Release 19.0.1

* Update
  • Loading branch information
rlepinski authored Jan 30, 2025
1 parent f393940 commit 98c5504
Show file tree
Hide file tree
Showing 6 changed files with 14 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.0"
AIRSHIP_VERSION="19.0.1"

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.0
CURRENT_PROJECT_VERSION = 19.0.1
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.0"
public static let version = "19.0.1"
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.0"
AIRSHIP_VERSION="19.0.1"

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.0"
AIRSHIP_VERSION="19.0.1"

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

# iOS Changelog

## Version 19.0.1 January 29, 2025
Patch release that fixes a crash when the device toggles airplane mode. Apps using 19.0.0 should update.

### Changes
- Fixed crash in `WorkConditionsMonitor` when the device toggles airplane mode.
- Added `@MainActor` to `RegistrationDelegate` protocol methods.
- Updated default dismiss button color from white to black for landing pages to match Android.
- Removed top padding on modal and full screen IAAs when using header_media_body and header_body_media without anything above the media.

## Version 19.0.0 January 16, 2025
Major SDK release with several breaking changes. see the [Migration Guide](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration/migration-guide-18-19.md) for more info.

Expand Down

0 comments on commit 98c5504

Please sign in to comment.