From 3afa7a04341ba19958dbb393bdb1a4b5d5c82a4c Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 19 Dec 2024 15:26:52 +0100 Subject: [PATCH] 12.6.1.GA --- posts/2024/sdk_12_6_1_ga.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 posts/2024/sdk_12_6_1_ga.md diff --git a/posts/2024/sdk_12_6_1_ga.md b/posts/2024/sdk_12_6_1_ga.md new file mode 100644 index 0000000..c4b02b9 --- /dev/null +++ b/posts/2024/sdk_12_6_1_ga.md @@ -0,0 +1,33 @@ +--- +title: 'Titanium SDK 12.6.1.GA released' +date: '2024-12-19' +category: 'Release' +author: 'Michael Gangolf' +teaser: 'iOS bugfix release' +image: https://tidev.io/images/titanium-general.png +--- + +![Titanium SDK 12.6.1.GA](/images/titanium-general.png) + +This version fixes a bug with click events on iOS that was introduced in 12.6.0.GA. + +For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.6.1.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.1.GA_Release_Note.html). + +In case you've missed the 12.6.0.GA release notes please check this link: [Titanium SDK 12.6.0.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.GA_Release_Note.html). + + +## Install + +**Follow these steps to get SDK 12.6.1.GA:** + +1. Install the CLI with `[sudo] npm i -g titanium alloy` +2. Run `titanium sdk install 12.6.1.GA` +3. Set `12.6.1.GA` in your `tiapp.xml` + +## Report Bugs + +If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues). + +## How can I support? + +If you like our work and want to support, think about a [donation](/donate) or to [contribute](/contribute) with your time and code.