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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 0 additions & 13 deletions sample-angular-app.ppf

This file was deleted.

4 changes: 2 additions & 2 deletions webClient/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}}`;

Expand Down
Loading