From 0d576a892b0940fe2da42a64216b1a465a48f1bb Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 25 Dec 2025 21:16:06 +0100 Subject: [PATCH] [mirotalk] - fix --- .env.template | 2 +- app/src/config.template.js | 2 +- app/src/server.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/js/brand.js | 2 +- public/js/client.js | 5 +++-- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.env.template b/.env.template index a0672f28..63bf9b16 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.7.00 - Environment Configuration +# MiroTalk P2P v.1.7.01 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index 9669db69..ea1a447b 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.7.00 - Configuration File + * MiroTalk P2P v.1.7.01 - Configuration File * ============================================== * * Branding and customizations require a license: diff --git a/app/src/server.js b/app/src/server.js index 009f1c92..e1d80532 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.7.00 + * @version 1.7.01 * */ diff --git a/package-lock.json b/package-lock.json index 5172d2ee..dc957fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.7.00", + "version": "1.7.01", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.7.00", + "version": "1.7.01", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.2.0", diff --git a/package.json b/package.json index 3cbe9949..70471e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.7.00", + "version": "1.7.01", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { diff --git a/public/js/brand.js b/public/js/brand.js index e419e30b..339f39eb 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -77,7 +77,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.7.00', + title: 'WebRTC P2P v1.7.01', html: ` `; } else { + elemDisplay(msgerCPDropDownMenuBtn, false); dropdownOptions = `
  • @@ -13566,7 +13567,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.00', + title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.01', imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about, customClass: { image: 'img-about' }, html: `