Skip to content

Commit 0278110

Browse files
crowcrowUlrico972
authored
Release 18.1.2 (#1474)
* Use display name * Show email validation alert * Cleanup * Update urbanairship-preference-center/src/main/java/com/urbanairship/preferencecenter/widget/ContactChannelManagementDialogs.kt Co-authored-by: Ulrich Giberné <[email protected]> * Update version * Update CHANGELOG --------- Co-authored-by: crow <[email protected]> Co-authored-by: Ulrich Giberné <[email protected]>
1 parent 66b6fec commit 0278110

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
[Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration)
44

5+
## Version 18.1.1, June 28, 2024
6+
Patch release that includes fixes for Preference Center.
7+
8+
### Changes
9+
- Fixed warning message on preference center email entry field.
10+
- Fixed country code listing.
11+
512
## Version 18.1.1, June 28, 2024
613
Patch release that includes fixes for Preference Center, Privacy Manager, and Embedded Content.
714

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Airship Version - major.minor.patch
4-
airshipVersion = '18.1.1'
4+
airshipVersion = '18.1.2'
55

66
// Airship Version Qualifier beta, release, etc...
77
// airshipVersionQualifier = "alpha"

0 commit comments

Comments
 (0)