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
5 changes: 4 additions & 1 deletion _layouts/default-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<meta http-equiv="Cache-Control" content="max-age=7200" />

{%- assign seo_title = page.title -%}
{%- if site.title -%}
{%- assign seo_title = page.title | append: " - " | append: site.title -%}
{%- endif -%}
{%- assign seo_description = page.description -%}
{%- assign seo_group = '' -%}
{%- if page.url contains '/mrz-scanner/license/' and site.firstLevelUrl contains '/faq' -%}
Expand Down Expand Up @@ -284,4 +287,4 @@
<!-- End Google Tag Manager -->
</body>

</html>
</html>
16 changes: 8 additions & 8 deletions assets/js/docsLangLatestVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ var docsLangLatestVersion = {
java: "11.4.2001",
python: "11.4.2001",
dotnet: "11.4.2001",
android: "11.4.1200",
android: "11.4.1300",
ios: "11.4.1200",
javascript: "11.4.2001",
maui: "11.4.1200",
flutter: "11.4.1200",
reactNative: "11.4.1200",
maui: "11.4.1300",
flutter: "11.4.1300",
reactNative: "11.4.1300",
xamarin: "11.0.5200",
cordova: "11.0.5200"
},
dcv:{
core: "3.4.2001",
cplusplus: "3.4.2001",
android: "3.4.1200",
android: "3.4.1300",
dotnet: "3.4.2001",
ios: "3.4.1200",
javascript: "3.4.2001",
xamarin: "1.0.5",
flutter: "3.4.1200",
flutter: "3.4.1300",
cordova: "1.0.5",
reactNative: "3.4.1200",
maui: "3.4.1200",
reactNative: "3.4.1300",
maui: "3.4.1300",
nodejs: "2.6.1000",
python: "3.4.2001",
java: "3.4.2001"
Expand Down
Loading