From 1c68d919b9cc12ef8f5f32ff430f5ed6e38709f1 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 11:59:32 +0200 Subject: [PATCH 1/5] Update app.component.ts Signed-off-by: 1000TurquoisePogs --- webClient/src/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webClient/src/app/app.component.ts b/webClient/src/app/app.component.ts index 5f10c90e..9b37ff20 100644 --- a/webClient/src/app/app.component.ts +++ b/webClient/src/app/app.component.ts @@ -39,13 +39,13 @@ export class AppComponent { `{"type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } }}`; From 3a0cf191db957bdb94cd314dbd3a34657597cd84 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:11:33 +0200 Subject: [PATCH 2/5] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eac05e..6fed7d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the sample angular app will be documented in this file. +## 3.6.0 + +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#134](https://github.com/zowe/sample-angular-app/pull/134)) + ## 3.0.0 - Enhancement: i18n support aligned with Zowe v3 Desktop (zlux-app-manager PR #709). From c5b867976eebb9b8466d702582967403bc2333d4 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:12:48 +0200 Subject: [PATCH 3/5] Update pluginDefinition.json Signed-off-by: 1000TurquoisePogs --- pluginDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginDefinition.json b/pluginDefinition.json index d363e3ae..8c928f14 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.angular", "apiVersion": "2.0.0", - "pluginVersion": "3.0.0", + "pluginVersion": "3.6.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", From 1bb9545398b70559d7f582e1f53f1bc0965c4c2c Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:13:04 +0200 Subject: [PATCH 4/5] Delete sample-angular-app.ppf Signed-off-by: 1000TurquoisePogs --- sample-angular-app.ppf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sample-angular-app.ppf diff --git a/sample-angular-app.ppf b/sample-angular-app.ppf deleted file mode 100644 index 8e9dd800..00000000 --- a/sample-angular-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - From 16a1da77ba5820c35085ba0c9d53fd0a72f6276f Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:14:52 +0200 Subject: [PATCH 5/5] Update manifest.yaml Signed-off-by: 1000TurquoisePogs --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 1fe56154..c290e0bb 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: angular-sample id: org.zowe.zlux.sample.angular # Without the v -version: 3.0.0 +version: 3.6.0 # Human readable component name title: Angular Sample # Human readable component description