From 375be385752c475f5bc84baf9589f6d243c2209f Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 22 Aug 2019 16:57:49 +0800 Subject: [PATCH] 1.0.26: Allow special default values for columns - Added new "Add ID column" button to database editor. - Added format as a supported property for the DatePicker widget - Added Travis CI code style checking. - Allowed for decompiled assets as per October build 458 --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 6131bcb1..5c0338bc 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -23,3 +23,4 @@ 1.0.23: Added support for balloon-selector field type, added Brazilian Portuguese translation, fixed some bugs 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.