From 2d0c6d2b0cd9802743371eb9dee0fc0d8fd14cf6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 26 Dec 2020 21:11:21 +0600 Subject: [PATCH 1/3] Update FontAwesome/ version --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 2dcafa40b..363a361c0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5806,7 +5806,7 @@ "description": "Font Awesome is a font and icon toolkit based on CSS and Less.", "html": [ "]* href=[^>]+(?:([\\d.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1", - "]* href=[^>]*?(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)\\;version:\\1", + "]* href=[^>]*?(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", "]* href=[^>]*kit\\-pro\\.fontawesome\\.com/releases/v([0-9.]+)/\\;version:\\1" ], "icon": "font-awesome.svg", From 47277a292630cacfc8dc4d9dc0bfbd9bc588c973 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 26 Dec 2020 21:14:51 +0600 Subject: [PATCH 2/3] Update FontAwesome/ add pricing --- src/technologies.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 363a361c0..c005b98cb 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5811,12 +5811,14 @@ ], "icon": "font-awesome.svg", "js": { - "___FONT_AWESOME___": "" + "___FONT_AWESOME___": "", + "FontAwesomeCdnConfig": "" }, "scripts": [ "(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:.*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", "kit\\.fontawesome\\.com/([0-9a-z]+).js" ], + "pricing": ["low", "freemium", "recurring"], "website": "https://fontawesome.com/" }, "Fork CMS": { From abebe2b77eea26190bc752e548c5fd9b39dd2bbe Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 26 Dec 2020 21:27:22 +0600 Subject: [PATCH 3/3] Update FontAwesome/ delete regex --- src/technologies.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index c005b98cb..4d20fea04 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5806,7 +5806,6 @@ "description": "Font Awesome is a font and icon toolkit based on CSS and Less.", "html": [ "]* href=[^>]+(?:([\\d.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1", - "]* href=[^>]*?(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", "]* href=[^>]*kit\\-pro\\.fontawesome\\.com/releases/v([0-9.]+)/\\;version:\\1" ], "icon": "font-awesome.svg", @@ -5816,7 +5815,7 @@ }, "scripts": [ "(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:.*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", - "kit\\.fontawesome\\.com/([0-9a-z]+).js" + "\\.fontawesome\\.com/([0-9a-z]+).js" ], "pricing": ["low", "freemium", "recurring"], "website": "https://fontawesome.com/"