Skip to content

Commit

Permalink
Release 18.7.2 (#3178)
Browse files Browse the repository at this point in the history
* Update versions

* Update CHANGELOG

---------

Co-authored-by: crow <david.crow@airship.com>
  • Loading branch information
crow and crow authored Aug 10, 2024
1 parent e06ba4d commit 8ab43ed
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 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.7.1"
AIRSHIP_VERSION="18.7.2"

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.7.1
CURRENT_PROJECT_VERSION = 18.7.2

// 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.7.1"
public static let version = "18.7.2"
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.7.1"
AIRSHIP_VERSION="18.7.2"

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.7.1"
AIRSHIP_VERSION="18.7.2"

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.7.1"
AIRSHIP_VERSION="18.7.2"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@

# iOS Changelog

## Version 18.7.2 August 9, 2024
Patch release that fixes in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.

### Changes
- Fixed Automation Engine updates when pause state changes.

## Version 18.7.1 August 1, 2024
Patch release that prevents In-App Automation, Scenes, and Surveys from being able to trigger off custom events or screen views
when analytics is disabled. The actual event was not being tracked by Airship in these cases, just processed locally.

### Changes
- Prevent screen view and custom events from being processed by automations when analytics is disabled.


## Version 18.7.0 July 30, 2024
Minor release that fixes some layout issues with images and videos in a Scene, accessibility improvements, and fixes a potential crash with JSON encoding/decoding due
to using a JSONEncoder/JSONDecoder across threads.
Expand Down

0 comments on commit 8ab43ed

Please sign in to comment.