Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ weight: '7'
* [Titanium SDK 13.1.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.1.1.GA_Release_Note/)
* [Titanium SDK 13.2.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.2.0.GA_Release_Note/)
* [Titanium SDK 13.3.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.3.0.GA_Release_Note/)
* [Titanium SDK 13.3.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.3.1.GA_Release_Note/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Titanium SDK 13.3.1.GA - 20 July 2026
weight: '10'
---

## About this release

Titanium SDK 13.3.1 is a patch release of the SDK, addressing high-priority issues from previous releases.

As of this GA release, the previous Titanium SDK patch release (13.3.0) is no longer supported.

## Community Credits

* Michael Gangolf
* restart method (#14503) ([fcf48e6](https://github.com/tidev/titanium_mobile/commit/fcf48e6d81e7547f362b17512bed22ca1124f6e9))
* hyperloop 8.0.1 (#14504) ([ad65400](https://github.com/tidev/titanium_mobile/commit/ad65400fe12e9f698bf241e7561f2f3f74e3d11a))
* fix liveview restart ([5dea021](https://github.com/tidev/titanium_mobile/commit/5dea021223aba2c47d6327649e7fa765b11982c6))

## Bug Fixes

### iOS platform

* fix liveview restart ([5dea021](https://github.com/tidev/titanium_mobile/commit/5dea021223aba2c47d6327649e7fa765b11982c6))
* restart method (#14503) ([fcf48e6](https://github.com/tidev/titanium_mobile/commit/fcf48e6d81e7547f362b17512bed22ca1124f6e9))

## SDK Module Versions

| Module | Android version | iOS Version |
| ----------- | --------------- | ----------- |
| facebook | 15.0.0 | 16.0.0 |
| ti.map | 5.7.0 | 7.3.1 |
| ti.webdialog | 2.5.0 | 3.0.2 |
| ti.playservices | 18.6.0 | n/a |
| ti.identity | 3.2.0 | 5.0.0 |
| urlSession | n/a | 4.0.1 |
| ti.coremotion | n/a | 4.0.1 |
| ti.applesignin | n/a | 3.1.2 |
| hyperloop | 8.0.1 | 8.0.1 |
Loading