diff --git a/assets/release_notes.md b/assets/release_notes.md index 7393c806..729795a2 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,11 @@ ## InvenTree App Release Notes --- +### 0.1.6 - May 2021 +--- + + + ### 0.1.5 - May 2021 --- diff --git a/lib/api.dart b/lib/api.dart index 9a3c9c33..686447a4 100644 --- a/lib/api.dart +++ b/lib/api.dart @@ -62,7 +62,7 @@ class InvenTreeFileService extends FileService { class InvenTreeAPI { // Minimum required API version for server - static const _minApiVersion = 2; + static const _minApiVersion = 3; // Endpoint for requesting an API token static const _URL_GET_TOKEN = "user/token/"; diff --git a/lib/l10n b/lib/l10n index 8d5f69f3..55e409cf 160000 --- a/lib/l10n +++ b/lib/l10n @@ -1 +1 @@ -Subproject commit 8d5f69f355632939c9b6550625066ca779930bfe +Subproject commit 55e409cf7d1200c0e0a30af96ceabd9e67947a97 diff --git a/lib/widget/fields.dart b/lib/widget/fields.dart index 2946f09a..006974fa 100644 --- a/lib/widget/fields.dart +++ b/lib/widget/fields.dart @@ -82,9 +82,6 @@ class ImagePickerField extends FormField { ], ), ); - return ListTile( - title: Text(L10().selectImage), - ); } ); } diff --git a/lib/widget/stock_item_test_results.dart b/lib/widget/stock_item_test_results.dart index 9dad011e..c9c6cefe 100644 --- a/lib/widget/stock_item_test_results.dart +++ b/lib/widget/stock_item_test_results.dart @@ -55,7 +55,7 @@ class _StockItemTestResultDisplayState extends RefreshableState