Skip to content

Commit

Permalink
Release 18.10.0 (#3221)
Browse files Browse the repository at this point in the history
* Update version

* Update CHANGELOG

* Capitalize products

---------

Co-authored-by: crow <david.crow@airship.com>
  • Loading branch information
crow and crow authored Oct 3, 2024
1 parent c893f64 commit d58df1a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 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="18.9.2"
AIRSHIP_VERSION="18.10.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,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
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 = "18.9.2"
public static let version = "18.10.0"
public static func get() -> String {
return version
}
Expand Down
2 changes: 1 addition & 1 deletion AirshipContentExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="18.9.2"
AIRSHIP_VERSION="18.10.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_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="18.9.2"
AIRSHIP_VERSION="18.10.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="18.9.2"
AIRSHIP_VERSION="18.10.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d58df1a

Please sign in to comment.