diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eac05..6fed7d2 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). diff --git a/manifest.yaml b/manifest.yaml index 1fe5615..c290e0b 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 diff --git a/pluginDefinition.json b/pluginDefinition.json index d363e3a..8c928f1 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", diff --git a/sample-angular-app.ppf b/sample-angular-app.ppf deleted file mode 100644 index 8e9dd80..0000000 --- a/sample-angular-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - diff --git a/webClient/src/app/app.component.ts b/webClient/src/app/app.component.ts index 5f10c90..9b37ff2 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" } }}`;