Skip to content

Commit

Permalink
### 1.0.2 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 16, 2023
1 parent 6bc8bfb commit 2ffcefd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*Dario De Pascalis*
### **Copyrigth**: *Tiledesk SRL*

### 1.0.2 in PROD

### 1.0.2-rc.1
- minor improvements

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.0.2-rc.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class CdsPanelWidgetComponent implements OnInit, OnDestroy {

setIframeUrl(){
this.WIDGET_BASE_URL = this.appConfigService.getConfig().widgetBaseUrl;
const testItOutUrl = this.WIDGET_BASE_URL + "assets/twp" + '/chatbot-panel.html'
const testItOutUrl = this.WIDGET_BASE_URL + "5.0.71/assets/twp" + '/chatbot-panel.html'
// const testItOutUrl = "https://widget.tiledesk.com/v6/5.0.71/assets/twp"+ '/chatbot-panel.html'
// const testItOutUrl = 'http://localhost:4203/assets/twp'+ '/chatbot-panel.html'
let url = testItOutUrl + '?tiledesk_projectid=' + this.projectID +
Expand Down

0 comments on commit 2ffcefd

Please sign in to comment.