From c1d2ff12c89989848ef89bb3a198b6c41b98432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Thu, 21 Jan 2021 06:57:50 +0100 Subject: [PATCH] Update the version to 1.0.27 (#344) --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 5c0338bc..63841623 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -24,3 +24,4 @@ 1.0.24: Added support for tag list field type, added read only toggle for fields. Prevent plugins from using reserved PHP keywords for class names and namespaces 1.0.25: Allow editing of migration code in the "Migration" popup when saving changes in the database editor. 1.0.26: Allow special default values for columns and added new "Add ID column" button to database editor. +1.0.27: Added ability to use 'scope' in a form relation field, added ability to change the sort order of versions and added additional properties for repeater widget in form builder. Added Polish translation.