From 5bc3002ff1074c717bdd6671e1974359982a0a21 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 26 Jul 2022 04:01:26 +0600 Subject: [PATCH 1/3] Update Tebex / ecommerce --- src/technologies/t.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 76457f296..13c4fa03e 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -713,10 +713,13 @@ 6 ], "description": "Tebex specialises in providing gcommerce solutions for online games.", - "headers": { - "tb-cache-country": "\\;confidence:33", - "tb-cache-group": "\\;confidence:34", - "tb-node": "\\;confidence:33" + "dom": { + "a[href*='.tebex.io']": { + "attributes": { + "target": "_blank", + "text": "Tebex" + } + } }, "icon": "Tebex.svg", "implies": [ @@ -725,6 +728,7 @@ ], "requires": "Cart Functionality", "saas": true, + "scripts": ".tebexLogin", "website": "https://www.tebex.io" }, "Telescope": { From 22eae03f869b53a833b4ef91855f0e03b4716377 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 26 Jul 2022 04:03:02 +0600 Subject: [PATCH 2/3] update scripts --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 13c4fa03e..1f556545c 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -728,7 +728,7 @@ ], "requires": "Cart Functionality", "saas": true, - "scripts": ".tebexLogin", + "scripts": "\\.tebexLogin", "website": "https://www.tebex.io" }, "Telescope": { From b5f5d4758c886876f21649fb95f96aacafd7b689 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 26 Jul 2022 04:04:27 +0600 Subject: [PATCH 3/3] add PHP --- src/technologies/t.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 1f556545c..7872fca26 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -724,7 +724,8 @@ "icon": "Tebex.svg", "implies": [ "MySQL", - "Sass" + "Sass", + "PHP" ], "requires": "Cart Functionality", "saas": true,