Release of v5.1.1-beta1

Add JCB new package engine.
This commit is contained in:
2025-06-18 19:49:35 +00:00
parent 3b502eb09b
commit 70718936b4
464 changed files with 34151 additions and 13973 deletions

View File

@@ -29,7 +29,9 @@ $fields = $displayData->get($fields_tab_layout) ?: array(
'type',
'base',
'username',
'token'
'token',
'author_name',
'author_email'
);
$hiddenFields = $displayData->get('hidden_fields') ?: [];