From 62cac722d31e4217b49ce0f2c95f8d0a7c2808c9 Mon Sep 17 00:00:00 2001 From: Marius Lindvall Date: Sun, 13 Aug 2023 15:48:54 +0200 Subject: [PATCH] Update to v1.6.2 --- backend-php/include/inc.php | 2 +- fastlane/metadata/android/en-US/changelogs/14.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/14.txt diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index 64b6d16..605d4c6 100644 --- a/backend-php/include/inc.php +++ b/backend-php/include/inc.php @@ -3,7 +3,7 @@ // An include file containing constants and common functions for the Hauk // backend. It loads the configuration file and declares it as a constant. -const BACKEND_VERSION = "1.6.1"; +const BACKEND_VERSION = "1.6.2"; const LANGUAGES = ["ca", "de", "en", "eu", "fr", "it", "nb_NO", "nl", "nn", "ro", "ru", "tr", "uk"]; // Create mode for create.php. Corresponds with the constants from the Android diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 0000000..b464eb4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,3 @@ +This updated adds support for Android versions up to Android 13. Due to compatibility issues, support for Android 6 has also been dropped in this release for now. + +For the full changelog, please see https://github.com/bilde2910/Hauk/releases.