From ed349142267d8dc4f93ceba247d99ba88fffa8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Wed, 12 Jun 2024 13:06:19 +0200 Subject: [PATCH 1/2] feat: add blog post for 12.3.1.GA --- posts/2024/sdk_12_3_1_ga.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 posts/2024/sdk_12_3_1_ga.md diff --git a/posts/2024/sdk_12_3_1_ga.md b/posts/2024/sdk_12_3_1_ga.md new file mode 100644 index 0000000..d2a984d --- /dev/null +++ b/posts/2024/sdk_12_3_1_ga.md @@ -0,0 +1,32 @@ +--- +title: 'Titanium SDK 12.3.1.GA released' +date: '2024-06-12' +category: 'Release' +author: 'Hans Knöchel' +teaser: 'Several bug fixes related to previous releases' +image: https://tidev.io/images/titanium-general.png +--- + +![Titanium SDK 12.3.1.GA](/images/titanium-general.png) + +The next version of the Titanium SDK is now is available: 12.3.1.GA. Titanium SDK 12.3.1 is a patch release of the SDK fixing existing bugs from previous releases. + +We also also added support and documentation for the new Apple privacy manifest files that are required starting May 1 2024. You can read more about it in [Adhere to the iOS 17+ Privacy Requirements](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.html) + +For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.1.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.1.GA_Release_Note.html). + +## Install + +**Follow these steps to get SDK 12.3.1.GA:** + +1. Install the CLI with `[sudo] npm i -g titanium alloy` +2. Run `titanium sdk install 12.3.1.GA` +3. Set `12.3.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. From 8097b209de747e441cfaedecc76f874e4443d0c7 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Wed, 12 Jun 2024 09:25:05 -0500 Subject: [PATCH 2/2] Update posts/2024/sdk_12_3_1_ga.md --- posts/2024/sdk_12_3_1_ga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024/sdk_12_3_1_ga.md b/posts/2024/sdk_12_3_1_ga.md index d2a984d..c1def26 100644 --- a/posts/2024/sdk_12_3_1_ga.md +++ b/posts/2024/sdk_12_3_1_ga.md @@ -11,7 +11,7 @@ image: https://tidev.io/images/titanium-general.png The next version of the Titanium SDK is now is available: 12.3.1.GA. Titanium SDK 12.3.1 is a patch release of the SDK fixing existing bugs from previous releases. -We also also added support and documentation for the new Apple privacy manifest files that are required starting May 1 2024. You can read more about it in [Adhere to the iOS 17+ Privacy Requirements](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.html) +We also also added support and documentation for the new Apple privacy manifest files that are required starting May 1, 2024. You can read more about it in [Adhere to the iOS 17+ Privacy Requirements](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.html) For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.1.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.1.GA_Release_Note.html).